COLOR #A9B7AF

HEX: #A9B7AF RGB: (169,183,175)

Color info

#A9B7AF contains red, green and blue colors in about the same proportion. Web safe color of #A9B7AF is #99CC99 (or #9C9).

RGB color model

#A9B7AF color RGB value is (169,183,175).

RGB: (169,183,175) (66%, 72%, 69%)

RGB channels and saturation

R 169 of 255 = 66%
G 183 of 255 = 72%
B 175 of 255 = 69%

169
183
175

R + G + B ~ 69%. #A9B7AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 183 + 175 = 527 (100%)
R 169 of 527 ~ 32.07%
G 183 of 527 ~ 34.72%
B 175 of 527 ~ 33.21'%

%32.07
%34.72
%33.21

CMYK color model

#A9B7AF color CMYK value is (8,0,4,28).

  • cyan value is 7.65%
  • magenta value is 0.00%
  • yellow value is 4.37%
  • key color value is 28.24%

CMYK: (8,0,4,28)
C8M0Y4K28 (8%, 0%, 4%, 28%)
(0.08 / 0.00 / 0.04 / 0.28)

CMYK percentages

%7.65
%0
%4.37
%28.24

Codes

Color #A9B7AF in popluar color models

A9 B7 AF
RGB 169 183 175
HSL 146° 8.86% 69.02%
HSB/HSV 146° 7.65% 71.76%
CMYK 7.65% 0.00% 4.37%
28.24%

Color #A9B7AF in popluar number systems.

HEX A9 B7 AF
Decimal 169 183 175
Binary 10101001 10110111 10101111
Octal 251 267 257

Shades and tints

Shades of #A9B7AF

#A9B7AF
(169,183,175)
#9AA7A0
(154,167,160)
#8B9791
(139,151,145)
#7C8782
(124,135,130)
#6D7773
(109,119,115)
#5E6764
(94,103,100)
#4F5755
(79,87,85)
#404746
(64,71,70)
#313737
(49,55,55)
#222728
(34,39,40)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #A9B7AF

#A9B7AF
(169,183,175)
#B0BDB6
(176,189,182)
#B7C3BD
(183,195,189)
#BEC9C4
(190,201,196)
#C5CFCB
(197,207,203)
#CCD5D2
(204,213,210)
#D3DBD9
(211,219,217)
#DAE1E0
(218,225,224)
#E1E7E7
(225,231,231)
#E8EDEE
(232,237,238)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B7AF; }

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

This text font color is #A9B7AF.

Background Color

.myBgColor { background-color: #A9B7AF; }

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

This div background color is #A9B7AF.

Border color

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

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

This div border color is #A9B7AF.

Opacity

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

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

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

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

This text has shadow with #A9B7AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B7AF.

Preview

Color preview on black background

This text has color #A9B7AF on black background.


Color preview on white background

This text has color #A9B7AF on white background.


Black color preview on #A9B7AF background

This text has black color on #A9B7AF background.


White color preview on #A9B7AF background

This text has white color on #A9B7AF background.


Related colors

Complementary color

Complementary color for #hex is #564850.


I love getcolorcode.com

Triadic colors

1 #AFA9B7 and #B7AFA9 with #A9B7AF are triadic colors.

2 #AFB7A9 and #B7A9AF with #A9B7AF are triadic colors.