COLOR #A9B2AA

HEX: #A9B2AA RGB: (169,178,170)

Color info

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

RGB color model

#A9B2AA color RGB value is (169,178,170).

RGB: (169,178,170) (66%, 70%, 67%)

RGB channels and saturation

R 169 of 255 = 66%
G 178 of 255 = 70%
B 170 of 255 = 67%

169
178
170

R + G + B ~ 68%. #A9B2AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 178 + 170 = 517 (100%)
R 169 of 517 ~ 32.69%
G 178 of 517 ~ 34.43%
B 170 of 517 ~ 32.88'%

%32.69
%34.43
%32.88

CMYK color model

#A9B2AA color CMYK value is (5,0,4,30).

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

CMYK: (5,0,4,30)
C5M0Y4K30 (5%, 0%, 4%, 30%)
(0.05 / 0.00 / 0.04 / 0.30)

CMYK percentages

%5.06
%0
%4.49
%30.2

Codes

Color #A9B2AA in popluar color models

A9 B2 AA
RGB 169 178 170
HSL 127° 5.52% 68.04%
HSB/HSV 127° 5.06% 69.80%
CMYK 5.06% 0.00% 4.49%
30.20%

Color #A9B2AA in popluar number systems.

HEX A9 B2 AA
Decimal 169 178 170
Binary 10101001 10110010 10101010
Octal 251 262 252

Shades and tints

Shades of #A9B2AA

#A9B2AA
(169,178,170)
#9AA29B
(154,162,155)
#8B928C
(139,146,140)
#7C827D
(124,130,125)
#6D726E
(109,114,110)
#5E625F
(94,98,95)
#4F5250
(79,82,80)
#404241
(64,66,65)
#313232
(49,50,50)
#222223
(34,34,35)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #A9B2AA

#A9B2AA
(169,178,170)
#B0B9B1
(176,185,177)
#B7C0B8
(183,192,184)
#BEC7BF
(190,199,191)
#C5CEC6
(197,206,198)
#CCD5CD
(204,213,205)
#D3DCD4
(211,220,212)
#DAE3DB
(218,227,219)
#E1EAE2
(225,234,226)
#E8F1E9
(232,241,233)
#EFF8F0
(239,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B2AA; }

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

This text font color is #A9B2AA.

Background Color

.myBgColor { background-color: #A9B2AA; }

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

This div background color is #A9B2AA.

Border color

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

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

This div border color is #A9B2AA.

Opacity

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

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

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

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

This text has shadow with #A9B2AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B2AA.

Preview

Color preview on black background

This text has color #A9B2AA on black background.


Color preview on white background

This text has color #A9B2AA on white background.


Black color preview on #A9B2AA background

This text has black color on #A9B2AA background.


White color preview on #A9B2AA background

This text has white color on #A9B2AA background.


Related colors

Complementary color

Complementary color for #hex is #564D55.


I love getcolorcode.com

Triadic colors

1 #AAA9B2 and #B2AAA9 with #A9B2AA are triadic colors.

2 #AAB2A9 and #B2A9AA with #A9B2AA are triadic colors.