COLOR #AA999A

HEX: #AA999A
RGB: (170,153,154)

Color info

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

RGB color model

#AA999A color RGB value is (170,153,154).

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

RGB channels and saturation

R 170 of 255 = 67%
G 153 of 255 = 60%
B 154 of 255 = 60%

170
153
154

R + G + B ~ 62%. #AA999A is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 153 + 154 = 477 (100%)
R 170 of 477 ~ 35.64%
G 153 of 477 ~ 32.08%
B 154 of 477 ~ 32.29%

%35.64
%32.08
%32.29

CMYK color model

#AA999A color CMYK value is (0,10,9,33).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 9.41%
  • key color value is 33.33%
CMYK:
(0,10,9,33)
C0M10Y9K33 
(0%,10%,9%,33%)
(0.00/0.10/0.09/0.33)	

CMYK percentages

%0
%10
%9.41
%33.33

Codes

Color #AA999A in popluar color models

AA999A
RGB170153154
HSL356°9.09%63.33%
HSB/HSV356°10.00%66.67%
CMYK0.00%10.00%9.41%
33.33%

Color #AA999A in popluar number systems.

HEXAA999A
Decimal170153154
Binary101010101001100110011010
Octal252231232

Shades and tints

Shades of #AA999A

#AA999A
(170,153,154)
#9B8C8C
(155,140,140)
#8C7F7E
(140,127,126)
#7D7270
(125,114,112)
#6E6562
(110,101,98)
#5F5854
(95,88,84)
#504B46
(80,75,70)
#413E38
(65,62,56)
#32312A
(50,49,42)
#23241C
(35,36,28)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #AA999A

#AA999A
(170,153,154)
#B1A2A3
(177,162,163)
#B8ABAC
(184,171,172)
#BFB4B5
(191,180,181)
#C6BDBE
(198,189,190)
#CDC6C7
(205,198,199)
#D4CFD0
(212,207,208)
#DBD8D9
(219,216,217)
#E2E1E2
(226,225,226)
#E9EAEB
(233,234,235)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA999A; }

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

This text font color is #AA999A.


Background Color

.myBgColor { background-color: #AA999A; }

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

This div background color is #AA999A.


Border color

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

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

This div border color is #AA999A.


Opacity

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

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

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

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

This text has shadow with #AA999A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA999A on black background.


Color preview on white background

This text has color #AA999A on white background.



Black color preview on #AA999A background

This text has black color on #AA999A background.


White color preview on #AA999A background

This text has white color on #AA999A background.