COLOR #A0ABA7

HEX: #A0ABA7 RGB: (160,171,167)

Color info

#A0ABA7 contains red, green and blue colors in about the same proportion. Web safe color of #A0ABA7 is #999999 (or #999).

RGB color model

#A0ABA7 color RGB value is (160,171,167).

RGB: (160,171,167) (63%, 67%, 65%)

RGB channels and saturation

R 160 of 255 = 63%
G 171 of 255 = 67%
B 167 of 255 = 65%

160
171
167

R + G + B ~ 65%. #A0ABA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 171 + 167 = 498 (100%)
R 160 of 498 ~ 32.13%
G 171 of 498 ~ 34.34%
B 167 of 498 ~ 33.53'%

%32.13
%34.34
%33.53

CMYK color model

#A0ABA7 color CMYK value is (6,0,2,33).

  • cyan value is 6.43%
  • magenta value is 0.00%
  • yellow value is 2.34%
  • key color value is 32.94%

CMYK: (6,0,2,33)
C6M0Y2K33 (6%, 0%, 2%, 33%)
(0.06 / 0.00 / 0.02 / 0.33)

CMYK percentages

%6.43
%0
%2.34
%32.94

Codes

Color #A0ABA7 in popluar color models

A0 AB A7
RGB 160 171 167
HSL 158° 6.15% 64.90%
HSB/HSV 158° 6.43% 67.06%
CMYK 6.43% 0.00% 2.34%
32.94%

Color #A0ABA7 in popluar number systems.

HEX A0 AB A7
Decimal 160 171 167
Binary 10100000 10101011 10100111
Octal 240 253 247

Shades and tints

Shades of #A0ABA7

#A0ABA7
(160,171,167)
#929C98
(146,156,152)
#848D89
(132,141,137)
#767E7A
(118,126,122)
#686F6B
(104,111,107)
#5A605C
(90,96,92)
#4C514D
(76,81,77)
#3E423E
(62,66,62)
#30332F
(48,51,47)
#222420
(34,36,32)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #A0ABA7

#A0ABA7
(160,171,167)
#A8B2AF
(168,178,175)
#B0B9B7
(176,185,183)
#B8C0BF
(184,192,191)
#C0C7C7
(192,199,199)
#C8CECF
(200,206,207)
#D0D5D7
(208,213,215)
#D8DCDF
(216,220,223)
#E0E3E7
(224,227,231)
#E8EAEF
(232,234,239)
#F0F1F7
(240,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0ABA7 color. Also use rgb(160,171,167) instead hex code.

Text Font Color

.myTextColor { color: #A0ABA7; }

<p style="color:#A0ABA7">This sample text font color is #A0ABA7.</p>

This text font color is #A0ABA7.

Background Color

.myBgColor { background-color: #A0ABA7; }

<div style="background-color:#A0ABA7">Inner text</div>

This div background color is #A0ABA7.

Border color

.myBorderColor { border: 1px solid #A0ABA7; }

<div style="border:3px solid #A0ABA7">Div</div>

This div border color is #A0ABA7.

Opacity

.myOpacity80 { color: #A0ABA7; opacity: 0.8; }

<p style="color:#A0ABA7;opacity:0.8;">80%</p>

Text with #A0ABA7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A0ABA7;}

<p style="text-shadow: 3px 3px 1px #A0ABA7">Text here.</p>

This text has shadow with #A0ABA7 color.


.textShadow {text-shadow: 3px 3px 1px #A0ABA7', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A0ABA7, 5px 5px 20px red">Text here.</p>

This text has shadow with #A0ABA7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A0ABA7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A0ABA7, Direction=45, Strength=4)">Text</p>

This text has shadow with #A0ABA7 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A0ABA7;
-webkit-box-shadow: 1px 1px 3px 2px #A0ABA7;
box-shadow: 1px 1px 3px 2px #A0ABA7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A0ABA7; -webkit-box-shadow: 1px 1px 3px 2px #A0ABA7; box-shadow:1px 1px 3px 2px #A0ABA7;">
Div content here
</div>

This div box has shadow with color #A0ABA7.

Preview

Color preview on black background

This text has color #A0ABA7 on black background.


Color preview on white background

This text has color #A0ABA7 on white background.


Black color preview on #A0ABA7 background

This text has black color on #A0ABA7 background.


White color preview on #A0ABA7 background

This text has white color on #A0ABA7 background.


Related colors

Complementary color

Complementary color for #hex is #5F5458.


I love getcolorcode.com

Triadic colors

1 #A7A0AB and #ABA7A0 with #A0ABA7 are triadic colors.

2 #A7ABA0 and #ABA0A7 with #A0ABA7 are triadic colors.