COLOR #A9B4AA

HEX: #A9B4AA RGB: (169,180,170)

Color info

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

RGB color model

#A9B4AA color RGB value is (169,180,170).

RGB: (169,180,170) (66%, 71%, 67%)

RGB channels and saturation

R 169 of 255 = 66%
G 180 of 255 = 71%
B 170 of 255 = 67%

169
180
170

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

Portions of RGB colors in percentages

R + G + B = 169 + 180 + 170 = 519 (100%)
R 169 of 519 ~ 32.56%
G 180 of 519 ~ 34.68%
B 170 of 519 ~ 32.76'%

%32.56
%34.68
%32.76

CMYK color model

#A9B4AA color CMYK value is (6,0,6,29).

  • cyan value is 6.11%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 29.41%

CMYK: (6,0,6,29)
C6M0Y6K29 (6%, 0%, 6%, 29%)
(0.06 / 0.00 / 0.06 / 0.29)

CMYK percentages

%6.11
%0
%5.56
%29.41

Codes

Color #A9B4AA in popluar color models

A9 B4 AA
RGB 169 180 170
HSL 125° 6.83% 68.43%
HSB/HSV 125° 6.11% 70.59%
CMYK 6.11% 0.00% 5.56%
29.41%

Color #A9B4AA in popluar number systems.

HEX A9 B4 AA
Decimal 169 180 170
Binary 10101001 10110100 10101010
Octal 251 264 252

Shades and tints

Shades of #A9B4AA

#A9B4AA
(169,180,170)
#9AA49B
(154,164,155)
#8B948C
(139,148,140)
#7C847D
(124,132,125)
#6D746E
(109,116,110)
#5E645F
(94,100,95)
#4F5450
(79,84,80)
#404441
(64,68,65)
#313432
(49,52,50)
#222423
(34,36,35)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #A9B4AA

#A9B4AA
(169,180,170)
#B0BAB1
(176,186,177)
#B7C0B8
(183,192,184)
#BEC6BF
(190,198,191)
#C5CCC6
(197,204,198)
#CCD2CD
(204,210,205)
#D3D8D4
(211,216,212)
#DADEDB
(218,222,219)
#E1E4E2
(225,228,226)
#E8EAE9
(232,234,233)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B4AA; }

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

This text font color is #A9B4AA.

Background Color

.myBgColor { background-color: #A9B4AA; }

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

This div background color is #A9B4AA.

Border color

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

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

This div border color is #A9B4AA.

Opacity

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

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

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

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

This text has shadow with #A9B4AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B4AA.

Preview

Color preview on black background

This text has color #A9B4AA on black background.


Color preview on white background

This text has color #A9B4AA on white background.


Black color preview on #A9B4AA background

This text has black color on #A9B4AA background.


White color preview on #A9B4AA background

This text has white color on #A9B4AA background.


Related colors

Complementary color

Complementary color for #hex is #564B55.


I love getcolorcode.com

Triadic colors

1 #AAA9B4 and #B4AAA9 with #A9B4AA are triadic colors.

2 #AAB4A9 and #B4A9AA with #A9B4AA are triadic colors.