COLOR #A9AF9B

HEX: #A9AF9B RGB: (169,175,155)

Color info

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

RGB color model

#A9AF9B color RGB value is (169,175,155).

RGB: (169,175,155) (66%, 69%, 61%)

RGB channels and saturation

R 169 of 255 = 66%
G 175 of 255 = 69%
B 155 of 255 = 61%

169
175
155

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

Portions of RGB colors in percentages

R + G + B = 169 + 175 + 155 = 499 (100%)
R 169 of 499 ~ 33.87%
G 175 of 499 ~ 35.07%
B 155 of 499 ~ 31.06'%

%33.87
%35.07
%31.06

CMYK color model

#A9AF9B color CMYK value is (3,0,11,31).

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

CMYK: (3,0,11,31)
C3M0Y11K31 (3%, 0%, 11%, 31%)
(0.03 / 0.00 / 0.11 / 0.31)

CMYK percentages

%3.43
%0
%11.43
%31.37

Codes

Color #A9AF9B in popluar color models

A9 AF 9B
RGB 169 175 155
HSL 78° 11.11% 64.71%
HSB/HSV 78° 11.43% 68.63%
CMYK 3.43% 0.00% 11.43%
31.37%

Color #A9AF9B in popluar number systems.

HEX A9 AF 9B
Decimal 169 175 155
Binary 10101001 10101111 10011011
Octal 251 257 233

Shades and tints

Shades of #A9AF9B

#A9AF9B
(169,175,155)
#9AA08D
(154,160,141)
#8B917F
(139,145,127)
#7C8271
(124,130,113)
#6D7363
(109,115,99)
#5E6455
(94,100,85)
#4F5547
(79,85,71)
#404639
(64,70,57)
#31372B
(49,55,43)
#22281D
(34,40,29)
#13190F
(19,25,15)
#000000
(0,0,0)

Tints of #A9AF9B

#A9AF9B
(169,175,155)
#B0B6A4
(176,182,164)
#B7BDAD
(183,189,173)
#BEC4B6
(190,196,182)
#C5CBBF
(197,203,191)
#CCD2C8
(204,210,200)
#D3D9D1
(211,217,209)
#DAE0DA
(218,224,218)
#E1E7E3
(225,231,227)
#E8EEEC
(232,238,236)
#EFF5F5
(239,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AF9B; }

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

This text font color is #A9AF9B.

Background Color

.myBgColor { background-color: #A9AF9B; }

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

This div background color is #A9AF9B.

Border color

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

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

This div border color is #A9AF9B.

Opacity

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

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

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

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

This text has shadow with #A9AF9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9AF9B.

Preview

Color preview on black background

This text has color #A9AF9B on black background.


Color preview on white background

This text has color #A9AF9B on white background.


Black color preview on #A9AF9B background

This text has black color on #A9AF9B background.


White color preview on #A9AF9B background

This text has white color on #A9AF9B background.


Related colors

Complementary color

Complementary color for #hex is #565064.


I love getcolorcode.com

Triadic colors

1 #9BA9AF and #AF9BA9 with #A9AF9B are triadic colors.

2 #9BAFA9 and #AFA99B with #A9AF9B are triadic colors.