COLOR #A9AEA7

HEX: #A9AEA7 RGB: (169,174,167)

Color info

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

RGB color model

#A9AEA7 color RGB value is (169,174,167).

RGB: (169,174,167) (66%, 68%, 65%)

RGB channels and saturation

R 169 of 255 = 66%
G 174 of 255 = 68%
B 167 of 255 = 65%

169
174
167

R + G + B ~ 66%. #A9AEA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 174 + 167 = 510 (100%)
R 169 of 510 ~ 33.14%
G 174 of 510 ~ 34.12%
B 167 of 510 ~ 32.75'%

%33.14
%34.12
%32.75

CMYK color model

#A9AEA7 color CMYK value is (3,0,4,32).

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

CMYK: (3,0,4,32)
C3M0Y4K32 (3%, 0%, 4%, 32%)
(0.03 / 0.00 / 0.04 / 0.32)

CMYK percentages

%2.87
%0
%4.02
%31.76

Codes

Color #A9AEA7 in popluar color models

A9 AE A7
RGB 169 174 167
HSL 103° 4.14% 66.86%
HSB/HSV 103° 4.02% 68.24%
CMYK 2.87% 0.00% 4.02%
31.76%

Color #A9AEA7 in popluar number systems.

HEX A9 AE A7
Decimal 169 174 167
Binary 10101001 10101110 10100111
Octal 251 256 247

Shades and tints

Shades of #A9AEA7

#A9AEA7
(169,174,167)
#9A9F98
(154,159,152)
#8B9089
(139,144,137)
#7C817A
(124,129,122)
#6D726B
(109,114,107)
#5E635C
(94,99,92)
#4F544D
(79,84,77)
#40453E
(64,69,62)
#31362F
(49,54,47)
#222720
(34,39,32)
#131811
(19,24,17)
#000000
(0,0,0)

Tints of #A9AEA7

#A9AEA7
(169,174,167)
#B0B5AF
(176,181,175)
#B7BCB7
(183,188,183)
#BEC3BF
(190,195,191)
#C5CAC7
(197,202,199)
#CCD1CF
(204,209,207)
#D3D8D7
(211,216,215)
#DADFDF
(218,223,223)
#E1E6E7
(225,230,231)
#E8EDEF
(232,237,239)
#EFF4F7
(239,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AEA7; }

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

This text font color is #A9AEA7.

Background Color

.myBgColor { background-color: #A9AEA7; }

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

This div background color is #A9AEA7.

Border color

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

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

This div border color is #A9AEA7.

Opacity

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

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

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

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

This text has shadow with #A9AEA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9AEA7.

Preview

Color preview on black background

This text has color #A9AEA7 on black background.


Color preview on white background

This text has color #A9AEA7 on white background.


Black color preview on #A9AEA7 background

This text has black color on #A9AEA7 background.


White color preview on #A9AEA7 background

This text has white color on #A9AEA7 background.


Related colors

Complementary color

Complementary color for #hex is #565158.


I love getcolorcode.com

Triadic colors

1 #A7A9AE and #AEA7A9 with #A9AEA7 are triadic colors.

2 #A7AEA9 and #AEA9A7 with #A9AEA7 are triadic colors.