COLOR #A9AFA7

HEX: #A9AFA7 RGB: (169,175,167)

Color info

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

RGB color model

#A9AFA7 color RGB value is (169,175,167).

RGB: (169,175,167) (66%, 69%, 65%)

RGB channels and saturation

R 169 of 255 = 66%
G 175 of 255 = 69%
B 167 of 255 = 65%

169
175
167

R + G + B ~ 67%. #A9AFA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 175 + 167 = 511 (100%)
R 169 of 511 ~ 33.07%
G 175 of 511 ~ 34.25%
B 167 of 511 ~ 32.68'%

%33.07
%34.25
%32.68

CMYK color model

#A9AFA7 color CMYK value is (3,0,5,31).

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

CMYK: (3,0,5,31)
C3M0Y5K31 (3%, 0%, 5%, 31%)
(0.03 / 0.00 / 0.05 / 0.31)

CMYK percentages

%3.43
%0
%4.57
%31.37

Codes

Color #A9AFA7 in popluar color models

A9 AF A7
RGB 169 175 167
HSL 105° 4.76% 67.06%
HSB/HSV 105° 4.57% 68.63%
CMYK 3.43% 0.00% 4.57%
31.37%

Color #A9AFA7 in popluar number systems.

HEX A9 AF A7
Decimal 169 175 167
Binary 10101001 10101111 10100111
Octal 251 257 247

Shades and tints

Shades of #A9AFA7

#A9AFA7
(169,175,167)
#9AA098
(154,160,152)
#8B9189
(139,145,137)
#7C827A
(124,130,122)
#6D736B
(109,115,107)
#5E645C
(94,100,92)
#4F554D
(79,85,77)
#40463E
(64,70,62)
#31372F
(49,55,47)
#222820
(34,40,32)
#131911
(19,25,17)
#000000
(0,0,0)

Tints of #A9AFA7

#A9AFA7
(169,175,167)
#B0B6AF
(176,182,175)
#B7BDB7
(183,189,183)
#BEC4BF
(190,196,191)
#C5CBC7
(197,203,199)
#CCD2CF
(204,210,207)
#D3D9D7
(211,217,215)
#DAE0DF
(218,224,223)
#E1E7E7
(225,231,231)
#E8EEEF
(232,238,239)
#EFF5F7
(239,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AFA7; }

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

This text font color is #A9AFA7.

Background Color

.myBgColor { background-color: #A9AFA7; }

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

This div background color is #A9AFA7.

Border color

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

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

This div border color is #A9AFA7.

Opacity

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

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

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

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

This text has shadow with #A9AFA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9AFA7.

Preview

Color preview on black background

This text has color #A9AFA7 on black background.


Color preview on white background

This text has color #A9AFA7 on white background.


Black color preview on #A9AFA7 background

This text has black color on #A9AFA7 background.


White color preview on #A9AFA7 background

This text has white color on #A9AFA7 background.


Related colors

Complementary color

Complementary color for #hex is #565058.


I love getcolorcode.com

Triadic colors

1 #A7A9AF and #AFA7A9 with #A9AFA7 are triadic colors.

2 #A7AFA9 and #AFA9A7 with #A9AFA7 are triadic colors.