COLOR #AAA0AA

HEX: #AAA0AA
RGB: (170,160,170)

Color info

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

RGB color model

#AAA0AA color RGB value is (170,160,170).

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

RGB channels and saturation

R 170 of 255 = 67%
G 160 of 255 = 63%
B 170 of 255 = 67%

170
160
170

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

Portions of RGB colors in percentages

R + G + B =
170 + 160 + 170 = 500 (100%)
R 170 of 500 ~ 34%
G 160 of 500 ~ 32%
B 170 of 500 ~ 34%

%34
%32
%34

CMYK color model

#AAA0AA color CMYK value is (0,6,0,33).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(0,6,0,33)
C0M6Y0K33 
(0%,6%,0%,33%)
(0.00/0.06/0.00/0.33)	

CMYK percentages

%0
%5.88
%0
%33.33

Codes

Color #AAA0AA in popluar color models

AAA0AA
RGB170160170
HSL300°5.56%64.71%
HSB/HSV300°5.88%66.67%
CMYK0.00%5.88%0.00%
33.33%

Color #AAA0AA in popluar number systems.

HEXAAA0AA
Decimal170160170
Binary101010101010000010101010
Octal252240252

Shades and tints

Shades of #AAA0AA

#AAA0AA
(170,160,170)
#9B929B
(155,146,155)
#8C848C
(140,132,140)
#7D767D
(125,118,125)
#6E686E
(110,104,110)
#5F5A5F
(95,90,95)
#504C50
(80,76,80)
#413E41
(65,62,65)
#323032
(50,48,50)
#232223
(35,34,35)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #AAA0AA

#AAA0AA
(170,160,170)
#B1A8B1
(177,168,177)
#B8B0B8
(184,176,184)
#BFB8BF
(191,184,191)
#C6C0C6
(198,192,198)
#CDC8CD
(205,200,205)
#D4D0D4
(212,208,212)
#DBD8DB
(219,216,219)
#E2E0E2
(226,224,226)
#E9E8E9
(233,232,233)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA0AA; }

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

This text font color is #AAA0AA.


Background Color

.myBgColor { background-color: #AAA0AA; }

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

This div background color is #AAA0AA.


Border color

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

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

This div border color is #AAA0AA.


Opacity

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

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

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

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

This text has shadow with #AAA0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA0AA on black background.


Color preview on white background

This text has color #AAA0AA on white background.



Black color preview on #AAA0AA background

This text has black color on #AAA0AA background.


White color preview on #AAA0AA background

This text has white color on #AAA0AA background.