COLOR #A9AE9A

HEX: #A9AE9A RGB: (169,174,154)

Color info

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

RGB color model

#A9AE9A color RGB value is (169,174,154).

RGB: (169,174,154) (66%, 68%, 60%)

RGB channels and saturation

R 169 of 255 = 66%
G 174 of 255 = 68%
B 154 of 255 = 60%

169
174
154

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

Portions of RGB colors in percentages

R + G + B = 169 + 174 + 154 = 497 (100%)
R 169 of 497 ~ 34%
G 174 of 497 ~ 35.01%
B 154 of 497 ~ 30.99'%

%34
%35.01
%30.99

CMYK color model

#A9AE9A color CMYK value is (3,0,11,32).

  • cyan value is 2.87%
  • magenta value is 0.00%
  • yellow value is 11.49%
  • key color value is 31.76%

CMYK: (3,0,11,32)
C3M0Y11K32 (3%, 0%, 11%, 32%)
(0.03 / 0.00 / 0.11 / 0.32)

CMYK percentages

%2.87
%0
%11.49
%31.76

Codes

Color #A9AE9A in popluar color models

A9 AE 9A
RGB 169 174 154
HSL 75° 10.99% 64.31%
HSB/HSV 75° 11.49% 68.24%
CMYK 2.87% 0.00% 11.49%
31.76%

Color #A9AE9A in popluar number systems.

HEX A9 AE 9A
Decimal 169 174 154
Binary 10101001 10101110 10011010
Octal 251 256 232

Shades and tints

Shades of #A9AE9A

#A9AE9A
(169,174,154)
#9A9F8C
(154,159,140)
#8B907E
(139,144,126)
#7C8170
(124,129,112)
#6D7262
(109,114,98)
#5E6354
(94,99,84)
#4F5446
(79,84,70)
#404538
(64,69,56)
#31362A
(49,54,42)
#22271C
(34,39,28)
#13180E
(19,24,14)
#000000
(0,0,0)

Tints of #A9AE9A

#A9AE9A
(169,174,154)
#B0B5A3
(176,181,163)
#B7BCAC
(183,188,172)
#BEC3B5
(190,195,181)
#C5CABE
(197,202,190)
#CCD1C7
(204,209,199)
#D3D8D0
(211,216,208)
#DADFD9
(218,223,217)
#E1E6E2
(225,230,226)
#E8EDEB
(232,237,235)
#EFF4F4
(239,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AE9A; }

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

This text font color is #A9AE9A.

Background Color

.myBgColor { background-color: #A9AE9A; }

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

This div background color is #A9AE9A.

Border color

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

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

This div border color is #A9AE9A.

Opacity

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

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

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

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

This text has shadow with #A9AE9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9AE9A.

Preview

Color preview on black background

This text has color #A9AE9A on black background.


Color preview on white background

This text has color #A9AE9A on white background.


Black color preview on #A9AE9A background

This text has black color on #A9AE9A background.


White color preview on #A9AE9A background

This text has white color on #A9AE9A background.


Related colors

Complementary color

Complementary color for #hex is #565165.


I love getcolorcode.com

Triadic colors

1 #9AA9AE and #AE9AA9 with #A9AE9A are triadic colors.

2 #9AAEA9 and #AEA99A with #A9AE9A are triadic colors.