COLOR #A9A89A

HEX: #A9A89A RGB: (169,168,154)

Color info

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

RGB color model

#A9A89A color RGB value is (169,168,154).

RGB: (169,168,154) (66%, 66%, 60%)

RGB channels and saturation

R 169 of 255 = 66%
G 168 of 255 = 66%
B 154 of 255 = 60%

169
168
154

R + G + B ~ 64%. #A9A89A is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 168 + 154 = 491 (100%)
R 169 of 491 ~ 34.42%
G 168 of 491 ~ 34.22%
B 154 of 491 ~ 31.36'%

%34.42
%34.22
%31.36

CMYK color model

#A9A89A color CMYK value is (0,1,9,34).

  • cyan value is 0.00%
  • magenta value is 0.59%
  • yellow value is 8.88%
  • key color value is 33.73%

CMYK: (0,1,9,34)
C0M1Y9K34 (0%, 1%, 9%, 34%)
(0.00 / 0.01 / 0.09 / 0.34)

CMYK percentages

%0
%0.59
%8.88
%33.73

Codes

Color #A9A89A in popluar color models

A9 A8 9A
RGB 169 168 154
HSL 56° 8.02% 63.33%
HSB/HSV 56° 8.88% 66.27%
CMYK 0.00% 0.59% 8.88%
33.73%

Color #A9A89A in popluar number systems.

HEX A9 A8 9A
Decimal 169 168 154
Binary 10101001 10101000 10011010
Octal 251 250 232

Shades and tints

Shades of #A9A89A

#A9A89A
(169,168,154)
#9A998C
(154,153,140)
#8B8A7E
(139,138,126)
#7C7B70
(124,123,112)
#6D6C62
(109,108,98)
#5E5D54
(94,93,84)
#4F4E46
(79,78,70)
#403F38
(64,63,56)
#31302A
(49,48,42)
#22211C
(34,33,28)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #A9A89A

#A9A89A
(169,168,154)
#B0AFA3
(176,175,163)
#B7B6AC
(183,182,172)
#BEBDB5
(190,189,181)
#C5C4BE
(197,196,190)
#CCCBC7
(204,203,199)
#D3D2D0
(211,210,208)
#DAD9D9
(218,217,217)
#E1E0E2
(225,224,226)
#E8E7EB
(232,231,235)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A89A color. Also use rgb(169,168,154) instead hex code.

Text Font Color

.myTextColor { color: #A9A89A; }

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

This text font color is #A9A89A.

Background Color

.myBgColor { background-color: #A9A89A; }

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

This div background color is #A9A89A.

Border color

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

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

This div border color is #A9A89A.

Opacity

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

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

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

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

This text has shadow with #A9A89A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9A89A.

Preview

Color preview on black background

This text has color #A9A89A on black background.


Color preview on white background

This text has color #A9A89A on white background.


Black color preview on #A9A89A background

This text has black color on #A9A89A background.


White color preview on #A9A89A background

This text has white color on #A9A89A background.


Related colors

Complementary color

Complementary color for #hex is #565765.


I love getcolorcode.com

Triadic colors

1 #9AA9A8 and #A89AA9 with #A9A89A are triadic colors.

2 #9AA8A9 and #A8A99A with #A9A89A are triadic colors.