COLOR #AAAAA5

HEX: #AAAAA5 RGB: (170,170,165)

Color info

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

RGB color model

#AAAAA5 color RGB value is (170,170,165).

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

RGB channels and saturation

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

170
170
165

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

Portions of RGB colors in percentages

R + G + B = 170 + 170 + 165 = 505 (100%)
R 170 of 505 ~ 33.66%
G 170 of 505 ~ 33.66%
B 165 of 505 ~ 32.67'%

%33.66
%33.66
%32.67

CMYK color model

#AAAAA5 color CMYK value is (0,0,3,33).

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

CMYK: (0,0,3,33)
C0M0Y3K33 (0%, 0%, 3%, 33%)
(0.00 / 0.00 / 0.03 / 0.33)

CMYK percentages

%0
%0
%2.94
%33.33

Codes

Color #AAAAA5 in popluar color models

AA AA A5
RGB 170 170 165
HSL 60° 2.86% 65.69%
HSB/HSV 60° 2.94% 66.67%
CMYK 0.00% 0.00% 2.94%
33.33%

Color #AAAAA5 in popluar number systems.

HEX AA AA A5
Decimal 170 170 165
Binary 10101010 10101010 10100101
Octal 252 252 245

Shades and tints

Shades of #AAAAA5

#AAAAA5
(170,170,165)
#9B9B96
(155,155,150)
#8C8C87
(140,140,135)
#7D7D78
(125,125,120)
#6E6E69
(110,110,105)
#5F5F5A
(95,95,90)
#50504B
(80,80,75)
#41413C
(65,65,60)
#32322D
(50,50,45)
#23231E
(35,35,30)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #AAAAA5

#AAAAA5
(170,170,165)
#B1B1AD
(177,177,173)
#B8B8B5
(184,184,181)
#BFBFBD
(191,191,189)
#C6C6C5
(198,198,197)
#CDCDCD
(205,205,205)
#D4D4D5
(212,212,213)
#DBDBDD
(219,219,221)
#E2E2E5
(226,226,229)
#E9E9ED
(233,233,237)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAAA5; }

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

This text font color is #AAAAA5.

Background Color

.myBgColor { background-color: #AAAAA5; }

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

This div background color is #AAAAA5.

Border color

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

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

This div border color is #AAAAA5.

Opacity

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

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

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

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

This text has shadow with #AAAAA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAAAA5.

Preview

Color preview on black background

This text has color #AAAAA5 on black background.


Color preview on white background

This text has color #AAAAA5 on white background.


Black color preview on #AAAAA5 background

This text has black color on #AAAAA5 background.


White color preview on #AAAAA5 background

This text has white color on #AAAAA5 background.


Related colors

Complementary color

Complementary color for #hex is #55555A.


I love getcolorcode.com