COLOR #AA9EAB

HEX: #AA9EAB RGB: (170,158,171)

Color info

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

RGB color model

#AA9EAB color RGB value is (170,158,171).

RGB: (170,158,171) (67%, 62%, 67%)

RGB channels and saturation

R 170 of 255 = 67%
G 158 of 255 = 62%
B 171 of 255 = 67%

170
158
171

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

Portions of RGB colors in percentages

R + G + B = 170 + 158 + 171 = 499 (100%)
R 170 of 499 ~ 34.07%
G 158 of 499 ~ 31.66%
B 171 of 499 ~ 34.27'%

%34.07
%31.66
%34.27

CMYK color model

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

  • cyan value is 0.58%
  • magenta value is 7.60%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (1,8,0,33)
C1M8Y0K33 (1%, 8%, 0%, 33%)
(0.01 / 0.08 / 0.00 / 0.33)

CMYK percentages

%0.58
%7.6
%0
%32.94

Codes

Color #AA9EAB in popluar color models

AA 9E AB
RGB 170 158 171
HSL 295° 7.18% 64.51%
HSB/HSV 295° 7.60% 67.06%
CMYK 0.58% 7.60% 0.00%
32.94%

Color #AA9EAB in popluar number systems.

HEX AA 9E AB
Decimal 170 158 171
Binary 10101010 10011110 10101011
Octal 252 236 253

Shades and tints

Shades of #AA9EAB

#AA9EAB
(170,158,171)
#9B909C
(155,144,156)
#8C828D
(140,130,141)
#7D747E
(125,116,126)
#6E666F
(110,102,111)
#5F5860
(95,88,96)
#504A51
(80,74,81)
#413C42
(65,60,66)
#322E33
(50,46,51)
#232024
(35,32,36)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #AA9EAB

#AA9EAB
(170,158,171)
#B1A6B2
(177,166,178)
#B8AEB9
(184,174,185)
#BFB6C0
(191,182,192)
#C6BEC7
(198,190,199)
#CDC6CE
(205,198,206)
#D4CED5
(212,206,213)
#DBD6DC
(219,214,220)
#E2DEE3
(226,222,227)
#E9E6EA
(233,230,234)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9EAB; }

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

This text font color is #AA9EAB.

Background Color

.myBgColor { background-color: #AA9EAB; }

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

This div background color is #AA9EAB.

Border color

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

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

This div border color is #AA9EAB.

Opacity

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

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

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

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

This text has shadow with #AA9EAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9EAB.

Preview

Color preview on black background

This text has color #AA9EAB on black background.


Color preview on white background

This text has color #AA9EAB on white background.


Black color preview on #AA9EAB background

This text has black color on #AA9EAB background.


White color preview on #AA9EAB background

This text has white color on #AA9EAB background.


Related colors

Complementary color

Complementary color for #hex is #556154.


I love getcolorcode.com

Triadic colors

1 #ABAA9E and #9EABAA with #AA9EAB are triadic colors.

2 #AB9EAA and #9EAAAB with #AA9EAB are triadic colors.