COLOR #AAAAA6

HEX: #AAAAA6 RGB: (170,170,166)

Color info

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

RGB color model

#AAAAA6 color RGB value is (170,170,166).

RGB: (170,170,166) (67%, 67%, 65%)

RGB channels and saturation

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

170
170
166

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

Portions of RGB colors in percentages

R + G + B = 170 + 170 + 166 = 506 (100%)
R 170 of 506 ~ 33.6%
G 170 of 506 ~ 33.6%
B 166 of 506 ~ 32.81'%

%33.6
%33.6
%32.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 2.35%
  • key color value is 33.33%

CMYK: (0,0,2,33)
C0M0Y2K33 (0%, 0%, 2%, 33%)
(0.00 / 0.00 / 0.02 / 0.33)

CMYK percentages

%0
%0
%2.35
%33.33

Codes

Color #AAAAA6 in popluar color models

AA AA A6
RGB 170 170 166
HSL 60° 2.30% 65.88%
HSB/HSV 60° 2.35% 66.67%
CMYK 0.00% 0.00% 2.35%
33.33%

Color #AAAAA6 in popluar number systems.

HEX AA AA A6
Decimal 170 170 166
Binary 10101010 10101010 10100110
Octal 252 252 246

Shades and tints

Shades of #AAAAA6

#AAAAA6
(170,170,166)
#9B9B97
(155,155,151)
#8C8C88
(140,140,136)
#7D7D79
(125,125,121)
#6E6E6A
(110,110,106)
#5F5F5B
(95,95,91)
#50504C
(80,80,76)
#41413D
(65,65,61)
#32322E
(50,50,46)
#23231F
(35,35,31)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #AAAAA6

#AAAAA6
(170,170,166)
#B1B1AE
(177,177,174)
#B8B8B6
(184,184,182)
#BFBFBE
(191,191,190)
#C6C6C6
(198,198,198)
#CDCDCE
(205,205,206)
#D4D4D6
(212,212,214)
#DBDBDE
(219,219,222)
#E2E2E6
(226,226,230)
#E9E9EE
(233,233,238)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAAA6; }

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

This text font color is #AAAAA6.

Background Color

.myBgColor { background-color: #AAAAA6; }

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

This div background color is #AAAAA6.

Border color

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

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

This div border color is #AAAAA6.

Opacity

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

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

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

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

This text has shadow with #AAAAA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAAAA6.

Preview

Color preview on black background

This text has color #AAAAA6 on black background.


Color preview on white background

This text has color #AAAAA6 on white background.


Black color preview on #AAAAA6 background

This text has black color on #AAAAA6 background.


White color preview on #AAAAA6 background

This text has white color on #AAAAA6 background.


Related colors

Complementary color

Complementary color for #hex is #555559.


I love getcolorcode.com