COLOR #AAA5A2

HEX: #AAA5A2
RGB: (170,165,162)

Color info

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

RGB color model

#AAA5A2 color RGB value is (170,165,162).

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

RGB channels and saturation

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

170
165
162

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

Portions of RGB colors in percentages

R + G + B =
170 + 165 + 162 = 497 (100%)
R 170 of 497 ~ 34.21%
G 165 of 497 ~ 33.2%
B 162 of 497 ~ 32.6%

%34.21
%33.2
%32.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 4.71%
  • key color value is 33.33%
CMYK:
(0,3,5,33)
C0M3Y5K33 
(0%,3%,5%,33%)
(0.00/0.03/0.05/0.33)	

CMYK percentages

%0
%2.94
%4.71
%33.33

Codes

Color #AAA5A2 in popluar color models

AAA5A2
RGB170165162
HSL23°4.49%65.10%
HSB/HSV23°4.71%66.67%
CMYK0.00%2.94%4.71%
33.33%

Color #AAA5A2 in popluar number systems.

HEXAAA5A2
Decimal170165162
Binary101010101010010110100010
Octal252245242

Shades and tints

Shades of #AAA5A2

#AAA5A2
(170,165,162)
#9B9694
(155,150,148)
#8C8786
(140,135,134)
#7D7878
(125,120,120)
#6E696A
(110,105,106)
#5F5A5C
(95,90,92)
#504B4E
(80,75,78)
#413C40
(65,60,64)
#322D32
(50,45,50)
#231E24
(35,30,36)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #AAA5A2

#AAA5A2
(170,165,162)
#B1ADAA
(177,173,170)
#B8B5B2
(184,181,178)
#BFBDBA
(191,189,186)
#C6C5C2
(198,197,194)
#CDCDCA
(205,205,202)
#D4D5D2
(212,213,210)
#DBDDDA
(219,221,218)
#E2E5E2
(226,229,226)
#E9EDEA
(233,237,234)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA5A2; }

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

This text font color is #AAA5A2.


Background Color

.myBgColor { background-color: #AAA5A2; }

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

This div background color is #AAA5A2.


Border color

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

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

This div border color is #AAA5A2.


Opacity

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

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

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

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

This text has shadow with #AAA5A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA5A2 on black background.


Color preview on white background

This text has color #AAA5A2 on white background.



Black color preview on #AAA5A2 background

This text has black color on #AAA5A2 background.


White color preview on #AAA5A2 background

This text has white color on #AAA5A2 background.