COLOR #AAA0A0

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

Color info

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

RGB color model

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

RGB: (170,160,160) (67%, 63%, 63%)

RGB channels and saturation

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

170
160
160

R + G + B ~ 64%. #AAA0A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 160 + 160 = 490 (100%)
R 170 of 490 ~ 34.69%
G 160 of 490 ~ 32.65%
B 160 of 490 ~ 32.65'%

%34.69
%32.65
%32.65

CMYK color model

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

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

CMYK: (0,6,6,33)
C0M6Y6K33 (0%, 6%, 6%, 33%)
(0.00 / 0.06 / 0.06 / 0.33)

CMYK percentages

%0
%5.88
%5.88
%33.33

Codes

Color #AAA0A0 in popluar color models

AA A0 A0
RGB 170 160 160
HSL 5.56% 64.71%
HSB/HSV 5.88% 66.67%
CMYK 0.00% 5.88% 5.88%
33.33%

Color #AAA0A0 in popluar number systems.

HEX AA A0 A0
Decimal 170 160 160
Binary 10101010 10100000 10100000
Octal 252 240 240

Shades and tints

Shades of #AAA0A0

#AAA0A0
(170,160,160)
#9B9292
(155,146,146)
#8C8484
(140,132,132)
#7D7676
(125,118,118)
#6E6868
(110,104,104)
#5F5A5A
(95,90,90)
#504C4C
(80,76,76)
#413E3E
(65,62,62)
#323030
(50,48,48)
#232222
(35,34,34)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #AAA0A0

#AAA0A0
(170,160,160)
#B1A8A8
(177,168,168)
#B8B0B0
(184,176,176)
#BFB8B8
(191,184,184)
#C6C0C0
(198,192,192)
#CDC8C8
(205,200,200)
#D4D0D0
(212,208,208)
#DBD8D8
(219,216,216)
#E2E0E0
(226,224,224)
#E9E8E8
(233,232,232)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA0A0; }

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

This text font color is #AAA0A0.

Background Color

.myBgColor { background-color: #AAA0A0; }

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

This div background color is #AAA0A0.

Border color

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

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

This div border color is #AAA0A0.

Opacity

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

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

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

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

This text has shadow with #AAA0A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA0A0.

Preview

Color preview on black background

This text has color #AAA0A0 on black background.


Color preview on white background

This text has color #AAA0A0 on white background.


Black color preview on #AAA0A0 background

This text has black color on #AAA0A0 background.


White color preview on #AAA0A0 background

This text has white color on #AAA0A0 background.


Related colors

Complementary color

Complementary color for #hex is #555F5F.


I love getcolorcode.com