COLOR #AAA6AA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

170
166
170

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

Portions of RGB colors in percentages

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

%33.6
%32.81
%33.6

CMYK color model

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

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

CMYK percentages

%0
%2.35
%0
%33.33

Codes

Color #AAA6AA in popluar color models

AAA6AA
RGB170166170
HSL300°2.30%65.88%
HSB/HSV300°2.35%66.67%
CMYK0.00%2.35%0.00%
33.33%

Color #AAA6AA in popluar number systems.

HEXAAA6AA
Decimal170166170
Binary101010101010011010101010
Octal252246252

Shades and tints

Shades of #AAA6AA

#AAA6AA
(170,166,170)
#9B979B
(155,151,155)
#8C888C
(140,136,140)
#7D797D
(125,121,125)
#6E6A6E
(110,106,110)
#5F5B5F
(95,91,95)
#504C50
(80,76,80)
#413D41
(65,61,65)
#322E32
(50,46,50)
#231F23
(35,31,35)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #AAA6AA

#AAA6AA
(170,166,170)
#B1AEB1
(177,174,177)
#B8B6B8
(184,182,184)
#BFBEBF
(191,190,191)
#C6C6C6
(198,198,198)
#CDCECD
(205,206,205)
#D4D6D4
(212,214,212)
#DBDEDB
(219,222,219)
#E2E6E2
(226,230,226)
#E9EEE9
(233,238,233)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA6AA; }

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

This text font color is #AAA6AA.


Background Color

.myBgColor { background-color: #AAA6AA; }

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

This div background color is #AAA6AA.


Border color

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

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

This div border color is #AAA6AA.


Opacity

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

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

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

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

This text has shadow with #AAA6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA6AA on black background.


Color preview on white background

This text has color #AAA6AA on white background.



Black color preview on #AAA6AA background

This text has black color on #AAA6AA background.


White color preview on #AAA6AA background

This text has white color on #AAA6AA background.