COLOR #AAA9A9

HEX: #AAA9A9
RGB: (170,169,169)

Color info

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

RGB color model

#AAA9A9 color RGB value is (170,169,169).

  • red value is 170;
  • green value is 169;
  • blue value is 169.
RGB:
(170,169,169)
(67%,66%,66%)

RGB channels and saturation

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

170
169
169

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

Portions of RGB colors in percentages

R + G + B =
170 + 169 + 169 = 508 (100%)
R 170 of 508 ~ 33.46%
G 169 of 508 ~ 33.27%
B 169 of 508 ~ 33.27%

%33.46
%33.27
%33.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.59%
  • yellow value is 0.59%
  • key color value is 33.33%
CMYK:
(0,1,1,33)
C0M1Y1K33 
(0%,1%,1%,33%)
(0.00/0.01/0.01/0.33)	

CMYK percentages

%0
%0.59
%0.59
%33.33

Codes

Color #AAA9A9 in popluar color models

AAA9A9
RGB170169169
HSL0.58%66.47%
HSB/HSV0.59%66.67%
CMYK0.00%0.59%0.59%
33.33%

Color #AAA9A9 in popluar number systems.

HEXAAA9A9
Decimal170169169
Binary101010101010100110101001
Octal252251251

Shades and tints

Shades of #AAA9A9

#AAA9A9
(170,169,169)
#9B9A9A
(155,154,154)
#8C8B8B
(140,139,139)
#7D7C7C
(125,124,124)
#6E6D6D
(110,109,109)
#5F5E5E
(95,94,94)
#504F4F
(80,79,79)
#414040
(65,64,64)
#323131
(50,49,49)
#232222
(35,34,34)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #AAA9A9

#AAA9A9
(170,169,169)
#B1B0B0
(177,176,176)
#B8B7B7
(184,183,183)
#BFBEBE
(191,190,190)
#C6C5C5
(198,197,197)
#CDCCCC
(205,204,204)
#D4D3D3
(212,211,211)
#DBDADA
(219,218,218)
#E2E1E1
(226,225,225)
#E9E8E8
(233,232,232)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA9A9; }

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

This text font color is #AAA9A9.


Background Color

.myBgColor { background-color: #AAA9A9; }

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

This div background color is #AAA9A9.


Border color

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

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

This div border color is #AAA9A9.


Opacity

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

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

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

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

This text has shadow with #AAA9A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA9A9 on black background.


Color preview on white background

This text has color #AAA9A9 on white background.



Black color preview on #AAA9A9 background

This text has black color on #AAA9A9 background.


White color preview on #AAA9A9 background

This text has white color on #AAA9A9 background.