COLOR #AAA5A9

HEX: #AAA5A9 RGB: (170,165,169)

Color info

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

RGB color model

#AAA5A9 color RGB value is (170,165,169).

RGB: (170,165,169) (67%, 65%, 66%)

RGB channels and saturation

R 170 of 255 = 67%
G 165 of 255 = 65%
B 169 of 255 = 66%

170
165
169

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

Portions of RGB colors in percentages

R + G + B = 170 + 165 + 169 = 504 (100%)
R 170 of 504 ~ 33.73%
G 165 of 504 ~ 32.74%
B 169 of 504 ~ 33.53'%

%33.73
%32.74
%33.53

CMYK color model

#AAA5A9 color CMYK value is (0,3,1,33).

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

CMYK: (0,3,1,33)
C0M3Y1K33 (0%, 3%, 1%, 33%)
(0.00 / 0.03 / 0.01 / 0.33)

CMYK percentages

%0
%2.94
%0.59
%33.33

Codes

Color #AAA5A9 in popluar color models

AA A5 A9
RGB 170 165 169
HSL 312° 2.86% 65.69%
HSB/HSV 312° 2.94% 66.67%
CMYK 0.00% 2.94% 0.59%
33.33%

Color #AAA5A9 in popluar number systems.

HEX AA A5 A9
Decimal 170 165 169
Binary 10101010 10100101 10101001
Octal 252 245 251

Shades and tints

Shades of #AAA5A9

#AAA5A9
(170,165,169)
#9B969A
(155,150,154)
#8C878B
(140,135,139)
#7D787C
(125,120,124)
#6E696D
(110,105,109)
#5F5A5E
(95,90,94)
#504B4F
(80,75,79)
#413C40
(65,60,64)
#322D31
(50,45,49)
#231E22
(35,30,34)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #AAA5A9

#AAA5A9
(170,165,169)
#B1ADB0
(177,173,176)
#B8B5B7
(184,181,183)
#BFBDBE
(191,189,190)
#C6C5C5
(198,197,197)
#CDCDCC
(205,205,204)
#D4D5D3
(212,213,211)
#DBDDDA
(219,221,218)
#E2E5E1
(226,229,225)
#E9EDE8
(233,237,232)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA5A9; }

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

This text font color is #AAA5A9.

Background Color

.myBgColor { background-color: #AAA5A9; }

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

This div background color is #AAA5A9.

Border color

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

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

This div border color is #AAA5A9.

Opacity

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

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

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

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

This text has shadow with #AAA5A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA5A9.

Preview

Color preview on black background

This text has color #AAA5A9 on black background.


Color preview on white background

This text has color #AAA5A9 on white background.


Black color preview on #AAA5A9 background

This text has black color on #AAA5A9 background.


White color preview on #AAA5A9 background

This text has white color on #AAA5A9 background.


Related colors

Complementary color

Complementary color for #hex is #555A56.


I love getcolorcode.com

Triadic colors

1 #A9AAA5 and #A5A9AA with #AAA5A9 are triadic colors.

2 #A9A5AA and #A5AAA9 with #AAA5A9 are triadic colors.