COLOR #AA9DA2

HEX: #AA9DA2 RGB: (170,157,162)

Color info

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

RGB color model

#AA9DA2 color RGB value is (170,157,162).

RGB: (170,157,162) (67%, 62%, 64%)

RGB channels and saturation

R 170 of 255 = 67%
G 157 of 255 = 62%
B 162 of 255 = 64%

170
157
162

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

Portions of RGB colors in percentages

R + G + B = 170 + 157 + 162 = 489 (100%)
R 170 of 489 ~ 34.76%
G 157 of 489 ~ 32.11%
B 162 of 489 ~ 33.13'%

%34.76
%32.11
%33.13

CMYK color model

#AA9DA2 color CMYK value is (0,8,5,33).

  • cyan value is 0.00%
  • magenta value is 7.65%
  • yellow value is 4.71%
  • key color value is 33.33%

CMYK: (0,8,5,33)
C0M8Y5K33 (0%, 8%, 5%, 33%)
(0.00 / 0.08 / 0.05 / 0.33)

CMYK percentages

%0
%7.65
%4.71
%33.33

Codes

Color #AA9DA2 in popluar color models

AA 9D A2
RGB 170 157 162
HSL 337° 7.10% 64.12%
HSB/HSV 337° 7.65% 66.67%
CMYK 0.00% 7.65% 4.71%
33.33%

Color #AA9DA2 in popluar number systems.

HEX AA 9D A2
Decimal 170 157 162
Binary 10101010 10011101 10100010
Octal 252 235 242

Shades and tints

Shades of #AA9DA2

#AA9DA2
(170,157,162)
#9B8F94
(155,143,148)
#8C8186
(140,129,134)
#7D7378
(125,115,120)
#6E656A
(110,101,106)
#5F575C
(95,87,92)
#50494E
(80,73,78)
#413B40
(65,59,64)
#322D32
(50,45,50)
#231F24
(35,31,36)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #AA9DA2

#AA9DA2
(170,157,162)
#B1A5AA
(177,165,170)
#B8ADB2
(184,173,178)
#BFB5BA
(191,181,186)
#C6BDC2
(198,189,194)
#CDC5CA
(205,197,202)
#D4CDD2
(212,205,210)
#DBD5DA
(219,213,218)
#E2DDE2
(226,221,226)
#E9E5EA
(233,229,234)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9DA2; }

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

This text font color is #AA9DA2.

Background Color

.myBgColor { background-color: #AA9DA2; }

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

This div background color is #AA9DA2.

Border color

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

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

This div border color is #AA9DA2.

Opacity

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

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

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

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

This text has shadow with #AA9DA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9DA2.

Preview

Color preview on black background

This text has color #AA9DA2 on black background.


Color preview on white background

This text has color #AA9DA2 on white background.


Black color preview on #AA9DA2 background

This text has black color on #AA9DA2 background.


White color preview on #AA9DA2 background

This text has white color on #AA9DA2 background.


Related colors

Complementary color

Complementary color for #hex is #55625D.


I love getcolorcode.com

Triadic colors

1 #A2AA9D and #9DA2AA with #AA9DA2 are triadic colors.

2 #A29DAA and #9DAAA2 with #AA9DA2 are triadic colors.