COLOR #AA999E

HEX: #AA999E
RGB: (170,153,158)

Color info

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

RGB color model

#AA999E color RGB value is (170,153,158).

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

RGB channels and saturation

R 170 of 255 = 67%
G 153 of 255 = 60%
B 158 of 255 = 62%

170
153
158

R + G + B ~ 63%. #AA999E is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 153 + 158 = 481 (100%)
R 170 of 481 ~ 35.34%
G 153 of 481 ~ 31.81%
B 158 of 481 ~ 32.85%

%35.34
%31.81
%32.85

CMYK color model

#AA999E color CMYK value is (0,10,7,33).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 7.06%
  • key color value is 33.33%
CMYK:
(0,10,7,33)
C0M10Y7K33 
(0%,10%,7%,33%)
(0.00/0.10/0.07/0.33)	

CMYK percentages

%0
%10
%7.06
%33.33

Codes

Color #AA999E in popluar color models

AA999E
RGB170153158
HSL342°9.09%63.33%
HSB/HSV342°10.00%66.67%
CMYK0.00%10.00%7.06%
33.33%

Color #AA999E in popluar number systems.

HEXAA999E
Decimal170153158
Binary101010101001100110011110
Octal252231236

Shades and tints

Shades of #AA999E

#AA999E
(170,153,158)
#9B8C90
(155,140,144)
#8C7F82
(140,127,130)
#7D7274
(125,114,116)
#6E6566
(110,101,102)
#5F5858
(95,88,88)
#504B4A
(80,75,74)
#413E3C
(65,62,60)
#32312E
(50,49,46)
#232420
(35,36,32)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #AA999E

#AA999E
(170,153,158)
#B1A2A6
(177,162,166)
#B8ABAE
(184,171,174)
#BFB4B6
(191,180,182)
#C6BDBE
(198,189,190)
#CDC6C6
(205,198,198)
#D4CFCE
(212,207,206)
#DBD8D6
(219,216,214)
#E2E1DE
(226,225,222)
#E9EAE6
(233,234,230)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA999E; }

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

This text font color is #AA999E.


Background Color

.myBgColor { background-color: #AA999E; }

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

This div background color is #AA999E.


Border color

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

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

This div border color is #AA999E.


Opacity

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

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

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

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

This text has shadow with #AA999E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA999E on black background.


Color preview on white background

This text has color #AA999E on white background.



Black color preview on #AA999E background

This text has black color on #AA999E background.


White color preview on #AA999E background

This text has white color on #AA999E background.