COLOR #AAA2AD

HEX: #AAA2AD
RGB: (170,162,173)

Color info

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

RGB color model

#AAA2AD color RGB value is (170,162,173).

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

RGB channels and saturation

R 170 of 255 = 67%
G 162 of 255 = 64%
B 173 of 255 = 68%

170
162
173

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

Portions of RGB colors in percentages

R + G + B =
170 + 162 + 173 = 505 (100%)
R 170 of 505 ~ 33.66%
G 162 of 505 ~ 32.08%
B 173 of 505 ~ 34.26%

%33.66
%32.08
%34.26

CMYK color model

#AAA2AD color CMYK value is (2,6,0,32).

  • cyan value is 1.73%
  • magenta value is 6.36%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(2,6,0,32)
C2M6Y0K32 
(2%,6%,0%,32%)
(0.02/0.06/0.00/0.32)	

CMYK percentages

%1.73
%6.36
%0
%32.16

Codes

Color #AAA2AD in popluar color models

AAA2AD
RGB170162173
HSL284°6.29%65.69%
HSB/HSV284°6.36%67.84%
CMYK1.73%6.36%0.00%
32.16%

Color #AAA2AD in popluar number systems.

HEXAAA2AD
Decimal170162173
Binary101010101010001010101101
Octal252242255

Shades and tints

Shades of #AAA2AD

#AAA2AD
(170,162,173)
#9B949E
(155,148,158)
#8C868F
(140,134,143)
#7D7880
(125,120,128)
#6E6A71
(110,106,113)
#5F5C62
(95,92,98)
#504E53
(80,78,83)
#414044
(65,64,68)
#323235
(50,50,53)
#232426
(35,36,38)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #AAA2AD

#AAA2AD
(170,162,173)
#B1AAB4
(177,170,180)
#B8B2BB
(184,178,187)
#BFBAC2
(191,186,194)
#C6C2C9
(198,194,201)
#CDCAD0
(205,202,208)
#D4D2D7
(212,210,215)
#DBDADE
(219,218,222)
#E2E2E5
(226,226,229)
#E9EAEC
(233,234,236)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA2AD; }

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

This text font color is #AAA2AD.


Background Color

.myBgColor { background-color: #AAA2AD; }

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

This div background color is #AAA2AD.


Border color

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

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

This div border color is #AAA2AD.


Opacity

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

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

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

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

This text has shadow with #AAA2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA2AD on black background.


Color preview on white background

This text has color #AAA2AD on white background.



Black color preview on #AAA2AD background

This text has black color on #AAA2AD background.


White color preview on #AAA2AD background

This text has white color on #AAA2AD background.