COLOR #A9AF9A

HEX: #A9AF9A RGB: (169,175,154)

Color info

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

RGB color model

#A9AF9A color RGB value is (169,175,154).

RGB: (169,175,154) (66%, 69%, 60%)

RGB channels and saturation

R 169 of 255 = 66%
G 175 of 255 = 69%
B 154 of 255 = 60%

169
175
154

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

Portions of RGB colors in percentages

R + G + B = 169 + 175 + 154 = 498 (100%)
R 169 of 498 ~ 33.94%
G 175 of 498 ~ 35.14%
B 154 of 498 ~ 30.92'%

%33.94
%35.14
%30.92

CMYK color model

#A9AF9A color CMYK value is (3,0,12,31).

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

CMYK: (3,0,12,31)
C3M0Y12K31 (3%, 0%, 12%, 31%)
(0.03 / 0.00 / 0.12 / 0.31)

CMYK percentages

%3.43
%0
%12
%31.37

Codes

Color #A9AF9A in popluar color models

A9 AF 9A
RGB 169 175 154
HSL 77° 11.60% 64.51%
HSB/HSV 77° 12.00% 68.63%
CMYK 3.43% 0.00% 12.00%
31.37%

Color #A9AF9A in popluar number systems.

HEX A9 AF 9A
Decimal 169 175 154
Binary 10101001 10101111 10011010
Octal 251 257 232

Shades and tints

Shades of #A9AF9A

#A9AF9A
(169,175,154)
#9AA08C
(154,160,140)
#8B917E
(139,145,126)
#7C8270
(124,130,112)
#6D7362
(109,115,98)
#5E6454
(94,100,84)
#4F5546
(79,85,70)
#404638
(64,70,56)
#31372A
(49,55,42)
#22281C
(34,40,28)
#13190E
(19,25,14)
#000000
(0,0,0)

Tints of #A9AF9A

#A9AF9A
(169,175,154)
#B0B6A3
(176,182,163)
#B7BDAC
(183,189,172)
#BEC4B5
(190,196,181)
#C5CBBE
(197,203,190)
#CCD2C7
(204,210,199)
#D3D9D0
(211,217,208)
#DAE0D9
(218,224,217)
#E1E7E2
(225,231,226)
#E8EEEB
(232,238,235)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AF9A; }

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

This text font color is #A9AF9A.

Background Color

.myBgColor { background-color: #A9AF9A; }

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

This div background color is #A9AF9A.

Border color

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

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

This div border color is #A9AF9A.

Opacity

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

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

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

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

This text has shadow with #A9AF9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9AF9A.

Preview

Color preview on black background

This text has color #A9AF9A on black background.


Color preview on white background

This text has color #A9AF9A on white background.


Black color preview on #A9AF9A background

This text has black color on #A9AF9A background.


White color preview on #A9AF9A background

This text has white color on #A9AF9A background.


Related colors

Complementary color

Complementary color for #hex is #565065.


I love getcolorcode.com

Triadic colors

1 #9AA9AF and #AF9AA9 with #A9AF9A are triadic colors.

2 #9AAFA9 and #AFA99A with #A9AF9A are triadic colors.