COLOR #A9B2A7

HEX: #A9B2A7 RGB: (169,178,167)

Color info

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

RGB color model

#A9B2A7 color RGB value is (169,178,167).

RGB: (169,178,167) (66%, 70%, 65%)

RGB channels and saturation

R 169 of 255 = 66%
G 178 of 255 = 70%
B 167 of 255 = 65%

169
178
167

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

Portions of RGB colors in percentages

R + G + B = 169 + 178 + 167 = 514 (100%)
R 169 of 514 ~ 32.88%
G 178 of 514 ~ 34.63%
B 167 of 514 ~ 32.49'%

%32.88
%34.63
%32.49

CMYK color model

#A9B2A7 color CMYK value is (5,0,6,30).

  • cyan value is 5.06%
  • magenta value is 0.00%
  • yellow value is 6.18%
  • key color value is 30.20%

CMYK: (5,0,6,30)
C5M0Y6K30 (5%, 0%, 6%, 30%)
(0.05 / 0.00 / 0.06 / 0.30)

CMYK percentages

%5.06
%0
%6.18
%30.2

Codes

Color #A9B2A7 in popluar color models

A9 B2 A7
RGB 169 178 167
HSL 109° 6.67% 67.65%
HSB/HSV 109° 6.18% 69.80%
CMYK 5.06% 0.00% 6.18%
30.20%

Color #A9B2A7 in popluar number systems.

HEX A9 B2 A7
Decimal 169 178 167
Binary 10101001 10110010 10100111
Octal 251 262 247

Shades and tints

Shades of #A9B2A7

#A9B2A7
(169,178,167)
#9AA298
(154,162,152)
#8B9289
(139,146,137)
#7C827A
(124,130,122)
#6D726B
(109,114,107)
#5E625C
(94,98,92)
#4F524D
(79,82,77)
#40423E
(64,66,62)
#31322F
(49,50,47)
#222220
(34,34,32)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #A9B2A7

#A9B2A7
(169,178,167)
#B0B9AF
(176,185,175)
#B7C0B7
(183,192,183)
#BEC7BF
(190,199,191)
#C5CEC7
(197,206,199)
#CCD5CF
(204,213,207)
#D3DCD7
(211,220,215)
#DAE3DF
(218,227,223)
#E1EAE7
(225,234,231)
#E8F1EF
(232,241,239)
#EFF8F7
(239,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B2A7; }

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

This text font color is #A9B2A7.

Background Color

.myBgColor { background-color: #A9B2A7; }

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

This div background color is #A9B2A7.

Border color

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

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

This div border color is #A9B2A7.

Opacity

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

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

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

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

This text has shadow with #A9B2A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B2A7.

Preview

Color preview on black background

This text has color #A9B2A7 on black background.


Color preview on white background

This text has color #A9B2A7 on white background.


Black color preview on #A9B2A7 background

This text has black color on #A9B2A7 background.


White color preview on #A9B2A7 background

This text has white color on #A9B2A7 background.


Related colors

Complementary color

Complementary color for #hex is #564D58.


I love getcolorcode.com

Triadic colors

1 #A7A9B2 and #B2A7A9 with #A9B2A7 are triadic colors.

2 #A7B2A9 and #B2A9A7 with #A9B2A7 are triadic colors.