COLOR #AAA6A9

HEX: #AAA6A9
RGB: (170,166,169)

Color info

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

RGB color model

#AAA6A9 color RGB value is (170,166,169).

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

RGB channels and saturation

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

170
166
169

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

Portions of RGB colors in percentages

R + G + B =
170 + 166 + 169 = 505 (100%)
R 170 of 505 ~ 33.66%
G 166 of 505 ~ 32.87%
B 169 of 505 ~ 33.47%

%33.66
%32.87
%33.47

CMYK color model

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

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

CMYK percentages

%0
%2.35
%0.59
%33.33

Codes

Color #AAA6A9 in popluar color models

AAA6A9
RGB170166169
HSL315°2.30%65.88%
HSB/HSV315°2.35%66.67%
CMYK0.00%2.35%0.59%
33.33%

Color #AAA6A9 in popluar number systems.

HEXAAA6A9
Decimal170166169
Binary101010101010011010101001
Octal252246251

Shades and tints

Shades of #AAA6A9

#AAA6A9
(170,166,169)
#9B979A
(155,151,154)
#8C888B
(140,136,139)
#7D797C
(125,121,124)
#6E6A6D
(110,106,109)
#5F5B5E
(95,91,94)
#504C4F
(80,76,79)
#413D40
(65,61,64)
#322E31
(50,46,49)
#231F22
(35,31,34)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #AAA6A9

#AAA6A9
(170,166,169)
#B1AEB0
(177,174,176)
#B8B6B7
(184,182,183)
#BFBEBE
(191,190,190)
#C6C6C5
(198,198,197)
#CDCECC
(205,206,204)
#D4D6D3
(212,214,211)
#DBDEDA
(219,222,218)
#E2E6E1
(226,230,225)
#E9EEE8
(233,238,232)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA6A9; }

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

This text font color is #AAA6A9.


Background Color

.myBgColor { background-color: #AAA6A9; }

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

This div background color is #AAA6A9.


Border color

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

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

This div border color is #AAA6A9.


Opacity

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

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

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

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

This text has shadow with #AAA6A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA6A9 on black background.


Color preview on white background

This text has color #AAA6A9 on white background.



Black color preview on #AAA6A9 background

This text has black color on #AAA6A9 background.


White color preview on #AAA6A9 background

This text has white color on #AAA6A9 background.