COLOR #A9AA89

HEX: #A9AA89 RGB: (169,170,137)

Color info

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

RGB color model

#A9AA89 color RGB value is (169,170,137).

RGB: (169,170,137) (66%, 67%, 54%)

RGB channels and saturation

R 169 of 255 = 66%
G 170 of 255 = 67%
B 137 of 255 = 54%

169
170
137

R + G + B ~ 62%. #A9AA89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 170 + 137 = 476 (100%)
R 169 of 476 ~ 35.5%
G 170 of 476 ~ 35.71%
B 137 of 476 ~ 28.78'%

%35.5
%35.71
%28.78

CMYK color model

#A9AA89 color CMYK value is (1,0,19,33).

  • cyan value is 0.59%
  • magenta value is 0.00%
  • yellow value is 19.41%
  • key color value is 33.33%

CMYK: (1,0,19,33)
C1M0Y19K33 (1%, 0%, 19%, 33%)
(0.01 / 0.00 / 0.19 / 0.33)

CMYK percentages

%0.59
%0
%19.41
%33.33

Codes

Color #A9AA89 in popluar color models

A9 AA 89
RGB 169 170 137
HSL 62° 16.26% 60.20%
HSB/HSV 62° 19.41% 66.67%
CMYK 0.59% 0.00% 19.41%
33.33%

Color #A9AA89 in popluar number systems.

HEX A9 AA 89
Decimal 169 170 137
Binary 10101001 10101010 10001001
Octal 251 252 211

Shades and tints

Shades of #A9AA89

#A9AA89
(169,170,137)
#9A9B7D
(154,155,125)
#8B8C71
(139,140,113)
#7C7D65
(124,125,101)
#6D6E59
(109,110,89)
#5E5F4D
(94,95,77)
#4F5041
(79,80,65)
#404135
(64,65,53)
#313229
(49,50,41)
#22231D
(34,35,29)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #A9AA89

#A9AA89
(169,170,137)
#B0B193
(176,177,147)
#B7B89D
(183,184,157)
#BEBFA7
(190,191,167)
#C5C6B1
(197,198,177)
#CCCDBB
(204,205,187)
#D3D4C5
(211,212,197)
#DADBCF
(218,219,207)
#E1E2D9
(225,226,217)
#E8E9E3
(232,233,227)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AA89; }

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

This text font color is #A9AA89.

Background Color

.myBgColor { background-color: #A9AA89; }

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

This div background color is #A9AA89.

Border color

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

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

This div border color is #A9AA89.

Opacity

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

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

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

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

This text has shadow with #A9AA89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9AA89.

Preview

Color preview on black background

This text has color #A9AA89 on black background.


Color preview on white background

This text has color #A9AA89 on white background.


Black color preview on #A9AA89 background

This text has black color on #A9AA89 background.


White color preview on #A9AA89 background

This text has white color on #A9AA89 background.


Related colors

Complementary color

Complementary color for #hex is #565576.


I love getcolorcode.com

Triadic colors

1 #89A9AA and #AA89A9 with #A9AA89 are triadic colors.

2 #89AAA9 and #AAA989 with #A9AA89 are triadic colors.