COLOR #A9ACA0

HEX: #A9ACA0
RGB: (169,172,160)

Color info

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

RGB color model

#A9ACA0 color RGB value is (169,172,160).

  • red value is 169;
  • green value is 172;
  • blue value is 160.
RGB:
(169,172,160)
(66%,67%,63%)

RGB channels and saturation

R 169 of 255 = 66%
G 172 of 255 = 67%
B 160 of 255 = 63%

169
172
160

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

Portions of RGB colors in percentages

R + G + B =
169 + 172 + 160 = 501 (100%)
R 169 of 501 ~ 33.73%
G 172 of 501 ~ 34.33%
B 160 of 501 ~ 31.94%

%33.73
%34.33
%31.94

CMYK color model

#A9ACA0 color CMYK value is (2,0,7,33).

  • cyan value is 1.74%
  • magenta value is 0.00%
  • yellow value is 6.98%
  • key color value is 32.55%
CMYK:
(2,0,7,33)
C2M0Y7K33 
(2%,0%,7%,33%)
(0.02/0.00/0.07/0.33)	

CMYK percentages

%1.74
%0
%6.98
%32.55

Codes

Color #A9ACA0 in popluar color models

A9ACA0
RGB169172160
HSL75°6.74%65.10%
HSB/HSV75°6.98%67.45%
CMYK1.74%0.00%6.98%
32.55%

Color #A9ACA0 in popluar number systems.

HEXA9ACA0
Decimal169172160
Binary101010011010110010100000
Octal251254240

Shades and tints

Shades of #A9ACA0

#A9ACA0
(169,172,160)
#9A9D92
(154,157,146)
#8B8E84
(139,142,132)
#7C7F76
(124,127,118)
#6D7068
(109,112,104)
#5E615A
(94,97,90)
#4F524C
(79,82,76)
#40433E
(64,67,62)
#313430
(49,52,48)
#222522
(34,37,34)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #A9ACA0

#A9ACA0
(169,172,160)
#B0B3A8
(176,179,168)
#B7BAB0
(183,186,176)
#BEC1B8
(190,193,184)
#C5C8C0
(197,200,192)
#CCCFC8
(204,207,200)
#D3D6D0
(211,214,208)
#DADDD8
(218,221,216)
#E1E4E0
(225,228,224)
#E8EBE8
(232,235,232)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9ACA0 color. Also use rgb(169,172,160) instead hex code.

Text Font Color

.myTextColor { color: #A9ACA0; }

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

This text font color is #A9ACA0.


Background Color

.myBgColor { background-color: #A9ACA0; }

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

This div background color is #A9ACA0.


Border color

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

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

This div border color is #A9ACA0.


Opacity

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

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

Text with #A9ACA0 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 #A9ACA0;}

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

This text has shadow with #A9ACA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9ACA0 on black background.


Color preview on white background

This text has color #A9ACA0 on white background.



Black color preview on #A9ACA0 background

This text has black color on #A9ACA0 background.


White color preview on #A9ACA0 background

This text has white color on #A9ACA0 background.