COLOR #AAA0A7

HEX: #AAA0A7 RGB: (170,160,167)

Color info

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

RGB color model

#AAA0A7 color RGB value is (170,160,167).

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

RGB channels and saturation

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

170
160
167

R + G + B ~ 65%. #AAA0A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 160 + 167 = 497 (100%)
R 170 of 497 ~ 34.21%
G 160 of 497 ~ 32.19%
B 167 of 497 ~ 33.6'%

%34.21
%32.19
%33.6

CMYK color model

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

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

CMYK percentages

%0
%5.88
%1.76
%33.33

Codes

Color #AAA0A7 in popluar color models

AA A0 A7
RGB 170 160 167
HSL 318° 5.56% 64.71%
HSB/HSV 318° 5.88% 66.67%
CMYK 0.00% 5.88% 1.76%
33.33%

Color #AAA0A7 in popluar number systems.

HEX AA A0 A7
Decimal 170 160 167
Binary 10101010 10100000 10100111
Octal 252 240 247

Shades and tints

Shades of #AAA0A7

#AAA0A7
(170,160,167)
#9B9298
(155,146,152)
#8C8489
(140,132,137)
#7D767A
(125,118,122)
#6E686B
(110,104,107)
#5F5A5C
(95,90,92)
#504C4D
(80,76,77)
#413E3E
(65,62,62)
#32302F
(50,48,47)
#232220
(35,34,32)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #AAA0A7

#AAA0A7
(170,160,167)
#B1A8AF
(177,168,175)
#B8B0B7
(184,176,183)
#BFB8BF
(191,184,191)
#C6C0C7
(198,192,199)
#CDC8CF
(205,200,207)
#D4D0D7
(212,208,215)
#DBD8DF
(219,216,223)
#E2E0E7
(226,224,231)
#E9E8EF
(233,232,239)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA0A7; }

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

This text font color is #AAA0A7.

Background Color

.myBgColor { background-color: #AAA0A7; }

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

This div background color is #AAA0A7.

Border color

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

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

This div border color is #AAA0A7.

Opacity

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

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

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

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

This text has shadow with #AAA0A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA0A7.

Preview

Color preview on black background

This text has color #AAA0A7 on black background.


Color preview on white background

This text has color #AAA0A7 on white background.


Black color preview on #AAA0A7 background

This text has black color on #AAA0A7 background.


White color preview on #AAA0A7 background

This text has white color on #AAA0A7 background.


Related colors

Complementary color

Complementary color for #hex is #555F58.


I love getcolorcode.com

Triadic colors

1 #A7AAA0 and #A0A7AA with #AAA0A7 are triadic colors.

2 #A7A0AA and #A0AAA7 with #AAA0A7 are triadic colors.