COLOR #AA9DAA

HEX: #AA9DAA RGB: (170,157,170)

Color info

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

RGB color model

#AA9DAA color RGB value is (170,157,170).

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

RGB channels and saturation

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

170
157
170

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

Portions of RGB colors in percentages

R + G + B = 170 + 157 + 170 = 497 (100%)
R 170 of 497 ~ 34.21%
G 157 of 497 ~ 31.59%
B 170 of 497 ~ 34.21'%

%34.21
%31.59
%34.21

CMYK color model

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

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

CMYK: (0,8,0,33)
C0M8Y0K33 (0%, 8%, 0%, 33%)
(0.00 / 0.08 / 0.00 / 0.33)

CMYK percentages

%0
%7.65
%0
%33.33

Codes

Color #AA9DAA in popluar color models

AA 9D AA
RGB 170 157 170
HSL 300° 7.10% 64.12%
HSB/HSV 300° 7.65% 66.67%
CMYK 0.00% 7.65% 0.00%
33.33%

Color #AA9DAA in popluar number systems.

HEX AA 9D AA
Decimal 170 157 170
Binary 10101010 10011101 10101010
Octal 252 235 252

Shades and tints

Shades of #AA9DAA

#AA9DAA
(170,157,170)
#9B8F9B
(155,143,155)
#8C818C
(140,129,140)
#7D737D
(125,115,125)
#6E656E
(110,101,110)
#5F575F
(95,87,95)
#504950
(80,73,80)
#413B41
(65,59,65)
#322D32
(50,45,50)
#231F23
(35,31,35)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #AA9DAA

#AA9DAA
(170,157,170)
#B1A5B1
(177,165,177)
#B8ADB8
(184,173,184)
#BFB5BF
(191,181,191)
#C6BDC6
(198,189,198)
#CDC5CD
(205,197,205)
#D4CDD4
(212,205,212)
#DBD5DB
(219,213,219)
#E2DDE2
(226,221,226)
#E9E5E9
(233,229,233)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9DAA; }

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

This text font color is #AA9DAA.

Background Color

.myBgColor { background-color: #AA9DAA; }

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

This div background color is #AA9DAA.

Border color

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

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

This div border color is #AA9DAA.

Opacity

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

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

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

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

This text has shadow with #AA9DAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9DAA.

Preview

Color preview on black background

This text has color #AA9DAA on black background.


Color preview on white background

This text has color #AA9DAA on white background.


Black color preview on #AA9DAA background

This text has black color on #AA9DAA background.


White color preview on #AA9DAA background

This text has white color on #AA9DAA background.


Related colors

Complementary color

Complementary color for #hex is #556255.


I love getcolorcode.com

Triadic colors

1 #AAAA9D and #9DAAAA with #AA9DAA are triadic colors.

2 #AA9DAA and #9DAAAA with #AA9DAA are triadic colors.