COLOR #A9AF9E

HEX: #A9AF9E RGB: (169,175,158)

Color info

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

RGB color model

#A9AF9E color RGB value is (169,175,158).

RGB: (169,175,158) (66%, 69%, 62%)

RGB channels and saturation

R 169 of 255 = 66%
G 175 of 255 = 69%
B 158 of 255 = 62%

169
175
158

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

Portions of RGB colors in percentages

R + G + B = 169 + 175 + 158 = 502 (100%)
R 169 of 502 ~ 33.67%
G 175 of 502 ~ 34.86%
B 158 of 502 ~ 31.47'%

%33.67
%34.86
%31.47

CMYK color model

#A9AF9E color CMYK value is (3,0,10,31).

  • cyan value is 3.43%
  • magenta value is 0.00%
  • yellow value is 9.71%
  • key color value is 31.37%

CMYK: (3,0,10,31)
C3M0Y10K31 (3%, 0%, 10%, 31%)
(0.03 / 0.00 / 0.10 / 0.31)

CMYK percentages

%3.43
%0
%9.71
%31.37

Codes

Color #A9AF9E in popluar color models

A9 AF 9E
RGB 169 175 158
HSL 81° 9.60% 65.29%
HSB/HSV 81° 9.71% 68.63%
CMYK 3.43% 0.00% 9.71%
31.37%

Color #A9AF9E in popluar number systems.

HEX A9 AF 9E
Decimal 169 175 158
Binary 10101001 10101111 10011110
Octal 251 257 236

Shades and tints

Shades of #A9AF9E

#A9AF9E
(169,175,158)
#9AA090
(154,160,144)
#8B9182
(139,145,130)
#7C8274
(124,130,116)
#6D7366
(109,115,102)
#5E6458
(94,100,88)
#4F554A
(79,85,74)
#40463C
(64,70,60)
#31372E
(49,55,46)
#222820
(34,40,32)
#131912
(19,25,18)
#000000
(0,0,0)

Tints of #A9AF9E

#A9AF9E
(169,175,158)
#B0B6A6
(176,182,166)
#B7BDAE
(183,189,174)
#BEC4B6
(190,196,182)
#C5CBBE
(197,203,190)
#CCD2C6
(204,210,198)
#D3D9CE
(211,217,206)
#DAE0D6
(218,224,214)
#E1E7DE
(225,231,222)
#E8EEE6
(232,238,230)
#EFF5EE
(239,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AF9E; }

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

This text font color is #A9AF9E.

Background Color

.myBgColor { background-color: #A9AF9E; }

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

This div background color is #A9AF9E.

Border color

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

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

This div border color is #A9AF9E.

Opacity

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

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

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

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

This text has shadow with #A9AF9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9AF9E.

Preview

Color preview on black background

This text has color #A9AF9E on black background.


Color preview on white background

This text has color #A9AF9E on white background.


Black color preview on #A9AF9E background

This text has black color on #A9AF9E background.


White color preview on #A9AF9E background

This text has white color on #A9AF9E background.


Related colors

Complementary color

Complementary color for #hex is #565061.


I love getcolorcode.com

Triadic colors

1 #9EA9AF and #AF9EA9 with #A9AF9E are triadic colors.

2 #9EAFA9 and #AFA99E with #A9AF9E are triadic colors.