COLOR #AAA1A9

HEX: #AAA1A9
RGB: (170,161,169)

Color info

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

RGB color model

#AAA1A9 color RGB value is (170,161,169).

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

RGB channels and saturation

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

170
161
169

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

Portions of RGB colors in percentages

R + G + B =
170 + 161 + 169 = 500 (100%)
R 170 of 500 ~ 34%
G 161 of 500 ~ 32.2%
B 169 of 500 ~ 33.8%

%34
%32.2
%33.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.29%
  • 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
%5.29
%0.59
%33.33

Codes

Color #AAA1A9 in popluar color models

AAA1A9
RGB170161169
HSL307°5.03%64.90%
HSB/HSV307°5.29%66.67%
CMYK0.00%5.29%0.59%
33.33%

Color #AAA1A9 in popluar number systems.

HEXAAA1A9
Decimal170161169
Binary101010101010000110101001
Octal252241251

Shades and tints

Shades of #AAA1A9

#AAA1A9
(170,161,169)
#9B939A
(155,147,154)
#8C858B
(140,133,139)
#7D777C
(125,119,124)
#6E696D
(110,105,109)
#5F5B5E
(95,91,94)
#504D4F
(80,77,79)
#413F40
(65,63,64)
#323131
(50,49,49)
#232322
(35,35,34)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #AAA1A9

#AAA1A9
(170,161,169)
#B1A9B0
(177,169,176)
#B8B1B7
(184,177,183)
#BFB9BE
(191,185,190)
#C6C1C5
(198,193,197)
#CDC9CC
(205,201,204)
#D4D1D3
(212,209,211)
#DBD9DA
(219,217,218)
#E2E1E1
(226,225,225)
#E9E9E8
(233,233,232)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA1A9; }

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

This text font color is #AAA1A9.


Background Color

.myBgColor { background-color: #AAA1A9; }

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

This div background color is #AAA1A9.


Border color

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

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

This div border color is #AAA1A9.


Opacity

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

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

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

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

This text has shadow with #AAA1A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA1A9 on black background.


Color preview on white background

This text has color #AAA1A9 on white background.



Black color preview on #AAA1A9 background

This text has black color on #AAA1A9 background.


White color preview on #AAA1A9 background

This text has white color on #AAA1A9 background.