COLOR #AA9A9E

HEX: #AA9A9E
RGB: (170,154,158)

Color info

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

RGB color model

#AA9A9E color RGB value is (170,154,158).

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

RGB channels and saturation

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

170
154
158

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

Portions of RGB colors in percentages

R + G + B =
170 + 154 + 158 = 482 (100%)
R 170 of 482 ~ 35.27%
G 154 of 482 ~ 31.95%
B 158 of 482 ~ 32.78%

%35.27
%31.95
%32.78

CMYK color model

#AA9A9E color CMYK value is (0,9,7,33).

  • cyan value is 0.00%
  • magenta value is 9.41%
  • yellow value is 7.06%
  • key color value is 33.33%
CMYK:
(0,9,7,33)
C0M9Y7K33 
(0%,9%,7%,33%)
(0.00/0.09/0.07/0.33)	

CMYK percentages

%0
%9.41
%7.06
%33.33

Codes

Color #AA9A9E in popluar color models

AA9A9E
RGB170154158
HSL345°8.60%63.53%
HSB/HSV345°9.41%66.67%
CMYK0.00%9.41%7.06%
33.33%

Color #AA9A9E in popluar number systems.

HEXAA9A9E
Decimal170154158
Binary101010101001101010011110
Octal252232236

Shades and tints

Shades of #AA9A9E

#AA9A9E
(170,154,158)
#9B8C90
(155,140,144)
#8C7E82
(140,126,130)
#7D7074
(125,112,116)
#6E6266
(110,98,102)
#5F5458
(95,84,88)
#50464A
(80,70,74)
#41383C
(65,56,60)
#322A2E
(50,42,46)
#231C20
(35,28,32)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #AA9A9E

#AA9A9E
(170,154,158)
#B1A3A6
(177,163,166)
#B8ACAE
(184,172,174)
#BFB5B6
(191,181,182)
#C6BEBE
(198,190,190)
#CDC7C6
(205,199,198)
#D4D0CE
(212,208,206)
#DBD9D6
(219,217,214)
#E2E2DE
(226,226,222)
#E9EBE6
(233,235,230)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9A9E; }

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

This text font color is #AA9A9E.


Background Color

.myBgColor { background-color: #AA9A9E; }

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

This div background color is #AA9A9E.


Border color

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

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

This div border color is #AA9A9E.


Opacity

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

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

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

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

This text has shadow with #AA9A9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9A9E on black background.


Color preview on white background

This text has color #AA9A9E on white background.



Black color preview on #AA9A9E background

This text has black color on #AA9A9E background.


White color preview on #AA9A9E background

This text has white color on #AA9A9E background.