COLOR #AAA2A9

HEX: #AAA2A9 RGB: (170,162,169)

Color info

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

RGB color model

#AAA2A9 color RGB value is (170,162,169).

RGB: (170,162,169) (67%, 64%, 66%)

RGB channels and saturation

R 170 of 255 = 67%
G 162 of 255 = 64%
B 169 of 255 = 66%

170
162
169

R + G + B ~ 66%. #AAA2A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 162 + 169 = 501 (100%)
R 170 of 501 ~ 33.93%
G 162 of 501 ~ 32.34%
B 169 of 501 ~ 33.73'%

%33.93
%32.34
%33.73

CMYK color model

#AAA2A9 color CMYK value is (0,5,1,33).

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

CMYK: (0,5,1,33)
C0M5Y1K33 (0%, 5%, 1%, 33%)
(0.00 / 0.05 / 0.01 / 0.33)

CMYK percentages

%0
%4.71
%0.59
%33.33

Codes

Color #AAA2A9 in popluar color models

AA A2 A9
RGB 170 162 169
HSL 308° 4.49% 65.10%
HSB/HSV 308° 4.71% 66.67%
CMYK 0.00% 4.71% 0.59%
33.33%

Color #AAA2A9 in popluar number systems.

HEX AA A2 A9
Decimal 170 162 169
Binary 10101010 10100010 10101001
Octal 252 242 251

Shades and tints

Shades of #AAA2A9

#AAA2A9
(170,162,169)
#9B949A
(155,148,154)
#8C868B
(140,134,139)
#7D787C
(125,120,124)
#6E6A6D
(110,106,109)
#5F5C5E
(95,92,94)
#504E4F
(80,78,79)
#414040
(65,64,64)
#323231
(50,50,49)
#232422
(35,36,34)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #AAA2A9

#AAA2A9
(170,162,169)
#B1AAB0
(177,170,176)
#B8B2B7
(184,178,183)
#BFBABE
(191,186,190)
#C6C2C5
(198,194,197)
#CDCACC
(205,202,204)
#D4D2D3
(212,210,211)
#DBDADA
(219,218,218)
#E2E2E1
(226,226,225)
#E9EAE8
(233,234,232)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA2A9; }

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

This text font color is #AAA2A9.

Background Color

.myBgColor { background-color: #AAA2A9; }

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

This div background color is #AAA2A9.

Border color

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

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

This div border color is #AAA2A9.

Opacity

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

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

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

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

This text has shadow with #AAA2A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA2A9.

Preview

Color preview on black background

This text has color #AAA2A9 on black background.


Color preview on white background

This text has color #AAA2A9 on white background.


Black color preview on #AAA2A9 background

This text has black color on #AAA2A9 background.


White color preview on #AAA2A9 background

This text has white color on #AAA2A9 background.


Related colors

Complementary color

Complementary color for #hex is #555D56.


I love getcolorcode.com

Triadic colors

1 #A9AAA2 and #A2A9AA with #AAA2A9 are triadic colors.

2 #A9A2AA and #A2AAA9 with #AAA2A9 are triadic colors.