COLOR #AA9EA0

HEX: #AA9EA0
RGB: (170,158,160)

Color info

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

RGB color model

#AA9EA0 color RGB value is (170,158,160).

  • red value is 170;
  • green value is 158;
  • blue value is 160.
RGB:
(170,158,160)
(67%,62%,63%)

RGB channels and saturation

R 170 of 255 = 67%
G 158 of 255 = 62%
B 160 of 255 = 63%

170
158
160

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

Portions of RGB colors in percentages

R + G + B =
170 + 158 + 160 = 488 (100%)
R 170 of 488 ~ 34.84%
G 158 of 488 ~ 32.38%
B 160 of 488 ~ 32.79%

%34.84
%32.38
%32.79

CMYK color model

#AA9EA0 color CMYK value is (0,7,6,33).

  • cyan value is 0.00%
  • magenta value is 7.06%
  • yellow value is 5.88%
  • key color value is 33.33%
CMYK:
(0,7,6,33)
C0M7Y6K33 
(0%,7%,6%,33%)
(0.00/0.07/0.06/0.33)	

CMYK percentages

%0
%7.06
%5.88
%33.33

Codes

Color #AA9EA0 in popluar color models

AA9EA0
RGB170158160
HSL350°6.59%64.31%
HSB/HSV350°7.06%66.67%
CMYK0.00%7.06%5.88%
33.33%

Color #AA9EA0 in popluar number systems.

HEXAA9EA0
Decimal170158160
Binary101010101001111010100000
Octal252236240

Shades and tints

Shades of #AA9EA0

#AA9EA0
(170,158,160)
#9B9092
(155,144,146)
#8C8284
(140,130,132)
#7D7476
(125,116,118)
#6E6668
(110,102,104)
#5F585A
(95,88,90)
#504A4C
(80,74,76)
#413C3E
(65,60,62)
#322E30
(50,46,48)
#232022
(35,32,34)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #AA9EA0

#AA9EA0
(170,158,160)
#B1A6A8
(177,166,168)
#B8AEB0
(184,174,176)
#BFB6B8
(191,182,184)
#C6BEC0
(198,190,192)
#CDC6C8
(205,198,200)
#D4CED0
(212,206,208)
#DBD6D8
(219,214,216)
#E2DEE0
(226,222,224)
#E9E6E8
(233,230,232)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9EA0; }

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

This text font color is #AA9EA0.


Background Color

.myBgColor { background-color: #AA9EA0; }

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

This div background color is #AA9EA0.


Border color

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

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

This div border color is #AA9EA0.


Opacity

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

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

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

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

This text has shadow with #AA9EA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9EA0 on black background.


Color preview on white background

This text has color #AA9EA0 on white background.



Black color preview on #AA9EA0 background

This text has black color on #AA9EA0 background.


White color preview on #AA9EA0 background

This text has white color on #AA9EA0 background.