COLOR #AA9F9C

HEX: #AA9F9C
RGB: (170,159,156)

Color info

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

RGB color model

#AA9F9C color RGB value is (170,159,156).

  • red value is 170;
  • green value is 159;
  • blue value is 156.
RGB:
(170,159,156)
(67%,62%,61%)

RGB channels and saturation

R 170 of 255 = 67%
G 159 of 255 = 62%
B 156 of 255 = 61%

170
159
156

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

Portions of RGB colors in percentages

R + G + B =
170 + 159 + 156 = 485 (100%)
R 170 of 485 ~ 35.05%
G 159 of 485 ~ 32.78%
B 156 of 485 ~ 32.16%

%35.05
%32.78
%32.16

CMYK color model

#AA9F9C color CMYK value is (0,6,8,33).

  • cyan value is 0.00%
  • magenta value is 6.47%
  • yellow value is 8.24%
  • key color value is 33.33%
CMYK:
(0,6,8,33)
C0M6Y8K33 
(0%,6%,8%,33%)
(0.00/0.06/0.08/0.33)	

CMYK percentages

%0
%6.47
%8.24
%33.33

Codes

Color #AA9F9C in popluar color models

AA9F9C
RGB170159156
HSL13°7.61%63.92%
HSB/HSV13°8.24%66.67%
CMYK0.00%6.47%8.24%
33.33%

Color #AA9F9C in popluar number systems.

HEXAA9F9C
Decimal170159156
Binary101010101001111110011100
Octal252237234

Shades and tints

Shades of #AA9F9C

#AA9F9C
(170,159,156)
#9B918E
(155,145,142)
#8C8380
(140,131,128)
#7D7572
(125,117,114)
#6E6764
(110,103,100)
#5F5956
(95,89,86)
#504B48
(80,75,72)
#413D3A
(65,61,58)
#322F2C
(50,47,44)
#23211E
(35,33,30)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #AA9F9C

#AA9F9C
(170,159,156)
#B1A7A5
(177,167,165)
#B8AFAE
(184,175,174)
#BFB7B7
(191,183,183)
#C6BFC0
(198,191,192)
#CDC7C9
(205,199,201)
#D4CFD2
(212,207,210)
#DBD7DB
(219,215,219)
#E2DFE4
(226,223,228)
#E9E7ED
(233,231,237)
#F0EFF6
(240,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9F9C color. Also use rgb(170,159,156) instead hex code.

Text Font Color

.myTextColor { color: #AA9F9C; }

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

This text font color is #AA9F9C.


Background Color

.myBgColor { background-color: #AA9F9C; }

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

This div background color is #AA9F9C.


Border color

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

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

This div border color is #AA9F9C.


Opacity

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

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

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

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

This text has shadow with #AA9F9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9F9C on black background.


Color preview on white background

This text has color #AA9F9C on white background.



Black color preview on #AA9F9C background

This text has black color on #AA9F9C background.


White color preview on #AA9F9C background

This text has white color on #AA9F9C background.