COLOR #AA9EAD

HEX: #AA9EAD RGB: (170,158,173)

Color info

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

RGB color model

#AA9EAD color RGB value is (170,158,173).

RGB: (170,158,173) (67%, 62%, 68%)

RGB channels and saturation

R 170 of 255 = 67%
G 158 of 255 = 62%
B 173 of 255 = 68%

170
158
173

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

Portions of RGB colors in percentages

R + G + B = 170 + 158 + 173 = 501 (100%)
R 170 of 501 ~ 33.93%
G 158 of 501 ~ 31.54%
B 173 of 501 ~ 34.53'%

%33.93
%31.54
%34.53

CMYK color model

#AA9EAD color CMYK value is (2,9,0,32).

  • cyan value is 1.73%
  • magenta value is 8.67%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (2,9,0,32)
C2M9Y0K32 (2%, 9%, 0%, 32%)
(0.02 / 0.09 / 0.00 / 0.32)

CMYK percentages

%1.73
%8.67
%0
%32.16

Codes

Color #AA9EAD in popluar color models

AA 9E AD
RGB 170 158 173
HSL 288° 8.38% 64.90%
HSB/HSV 288° 8.67% 67.84%
CMYK 1.73% 8.67% 0.00%
32.16%

Color #AA9EAD in popluar number systems.

HEX AA 9E AD
Decimal 170 158 173
Binary 10101010 10011110 10101101
Octal 252 236 255

Shades and tints

Shades of #AA9EAD

#AA9EAD
(170,158,173)
#9B909E
(155,144,158)
#8C828F
(140,130,143)
#7D7480
(125,116,128)
#6E6671
(110,102,113)
#5F5862
(95,88,98)
#504A53
(80,74,83)
#413C44
(65,60,68)
#322E35
(50,46,53)
#232026
(35,32,38)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #AA9EAD

#AA9EAD
(170,158,173)
#B1A6B4
(177,166,180)
#B8AEBB
(184,174,187)
#BFB6C2
(191,182,194)
#C6BEC9
(198,190,201)
#CDC6D0
(205,198,208)
#D4CED7
(212,206,215)
#DBD6DE
(219,214,222)
#E2DEE5
(226,222,229)
#E9E6EC
(233,230,236)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9EAD; }

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

This text font color is #AA9EAD.

Background Color

.myBgColor { background-color: #AA9EAD; }

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

This div background color is #AA9EAD.

Border color

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

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

This div border color is #AA9EAD.

Opacity

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

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

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

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

This text has shadow with #AA9EAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9EAD.

Preview

Color preview on black background

This text has color #AA9EAD on black background.


Color preview on white background

This text has color #AA9EAD on white background.


Black color preview on #AA9EAD background

This text has black color on #AA9EAD background.


White color preview on #AA9EAD background

This text has white color on #AA9EAD background.


Related colors

Complementary color

Complementary color for #hex is #556152.


I love getcolorcode.com

Triadic colors

1 #ADAA9E and #9EADAA with #AA9EAD are triadic colors.

2 #AD9EAA and #9EAAAD with #AA9EAD are triadic colors.