COLOR #AAA9A0

HEX: #AAA9A0 RGB: (170,169,160)

Color info

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

RGB color model

#AAA9A0 color RGB value is (170,169,160).

RGB: (170,169,160) (67%, 66%, 63%)

RGB channels and saturation

R 170 of 255 = 67%
G 169 of 255 = 66%
B 160 of 255 = 63%

170
169
160

R + G + B ~ 65%. #AAA9A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 169 + 160 = 499 (100%)
R 170 of 499 ~ 34.07%
G 169 of 499 ~ 33.87%
B 160 of 499 ~ 32.06'%

%34.07
%33.87
%32.06

CMYK color model

#AAA9A0 color CMYK value is (0,1,6,33).

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

CMYK: (0,1,6,33)
C0M1Y6K33 (0%, 1%, 6%, 33%)
(0.00 / 0.01 / 0.06 / 0.33)

CMYK percentages

%0
%0.59
%5.88
%33.33

Codes

Color #AAA9A0 in popluar color models

AA A9 A0
RGB 170 169 160
HSL 54° 5.56% 64.71%
HSB/HSV 54° 5.88% 66.67%
CMYK 0.00% 0.59% 5.88%
33.33%

Color #AAA9A0 in popluar number systems.

HEX AA A9 A0
Decimal 170 169 160
Binary 10101010 10101001 10100000
Octal 252 251 240

Shades and tints

Shades of #AAA9A0

#AAA9A0
(170,169,160)
#9B9A92
(155,154,146)
#8C8B84
(140,139,132)
#7D7C76
(125,124,118)
#6E6D68
(110,109,104)
#5F5E5A
(95,94,90)
#504F4C
(80,79,76)
#41403E
(65,64,62)
#323130
(50,49,48)
#232222
(35,34,34)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #AAA9A0

#AAA9A0
(170,169,160)
#B1B0A8
(177,176,168)
#B8B7B0
(184,183,176)
#BFBEB8
(191,190,184)
#C6C5C0
(198,197,192)
#CDCCC8
(205,204,200)
#D4D3D0
(212,211,208)
#DBDAD8
(219,218,216)
#E2E1E0
(226,225,224)
#E9E8E8
(233,232,232)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA9A0; }

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

This text font color is #AAA9A0.

Background Color

.myBgColor { background-color: #AAA9A0; }

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

This div background color is #AAA9A0.

Border color

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

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

This div border color is #AAA9A0.

Opacity

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

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

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

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

This text has shadow with #AAA9A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA9A0.

Preview

Color preview on black background

This text has color #AAA9A0 on black background.


Color preview on white background

This text has color #AAA9A0 on white background.


Black color preview on #AAA9A0 background

This text has black color on #AAA9A0 background.


White color preview on #AAA9A0 background

This text has white color on #AAA9A0 background.


Related colors

Complementary color

Complementary color for #hex is #55565F.


I love getcolorcode.com

Triadic colors

1 #A0AAA9 and #A9A0AA with #AAA9A0 are triadic colors.

2 #A0A9AA and #A9AAA0 with #AAA9A0 are triadic colors.