COLOR #A9A09E

HEX: #A9A09E RGB: (169,160,158)

Color info

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

RGB color model

#A9A09E color RGB value is (169,160,158).

RGB: (169,160,158) (66%, 63%, 62%)

RGB channels and saturation

R 169 of 255 = 66%
G 160 of 255 = 63%
B 158 of 255 = 62%

169
160
158

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

Portions of RGB colors in percentages

R + G + B = 169 + 160 + 158 = 487 (100%)
R 169 of 487 ~ 34.7%
G 160 of 487 ~ 32.85%
B 158 of 487 ~ 32.44'%

%34.7
%32.85
%32.44

CMYK color model

#A9A09E color CMYK value is (0,5,7,34).

  • cyan value is 0.00%
  • magenta value is 5.33%
  • yellow value is 6.51%
  • key color value is 33.73%
CMYK: (0,5,7,34) C0M5Y7K34 (0%,5%,7%,34%) (0.00/0.05/0.07/0.34) 

CMYK percentages

%0
%5.33
%6.51
%33.73

Codes

Color #A9A09E in popluar color models

A9 A0 9E
RGB 169 160 158
HSL 11° 6.01% 64.12%
HSB/HSV 11° 6.51% 66.27%
CMYK 0.00% 5.33% 6.51%
33.73%

Color #A9A09E in popluar number systems.

HEX A9 A0 9E
Decimal 169 160 158
Binary 10101001 10100000 10011110
Octal 251 240 236

Shades and tints

Shades of #A9A09E

#A9A09E
(169,160,158)
#9A9290
(154,146,144)
#8B8482
(139,132,130)
#7C7674
(124,118,116)
#6D6866
(109,104,102)
#5E5A58
(94,90,88)
#4F4C4A
(79,76,74)
#403E3C
(64,62,60)
#31302E
(49,48,46)
#222220
(34,34,32)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #A9A09E

#A9A09E
(169,160,158)
#B0A8A6
(176,168,166)
#B7B0AE
(183,176,174)
#BEB8B6
(190,184,182)
#C5C0BE
(197,192,190)
#CCC8C6
(204,200,198)
#D3D0CE
(211,208,206)
#DAD8D6
(218,216,214)
#E1E0DE
(225,224,222)
#E8E8E6
(232,232,230)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A09E; }

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

This text font color is #A9A09E.

Background Color

.myBgColor { background-color: #A9A09E; }

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

This div background color is #A9A09E.

Border color

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

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

This div border color is #A9A09E.

Opacity

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

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

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

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

This text has shadow with #A9A09E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9A09E.

Preview

Color preview on black background

This text has color #A9A09E on black background.


Color preview on white background

This text has color #A9A09E on white background.


Black color preview on #A9A09E background

This text has black color on #A9A09E background.


White color preview on #A9A09E background

This text has white color on #A9A09E background.


Related colors

Complementary color

Complementary color for #hex is #565F61.


I love getcolorcode.com

Triadic colors

1 #9EA9A0 and #A09EA9 with #A9A09E are triadic colors.

2 #9EA0A9 and #A0A99E with #A9A09E are triadic colors.