COLOR #AA9F8D

HEX: #AA9F8D
RGB: (170,159,141)

Color info

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

RGB color model

#AA9F8D color RGB value is (170,159,141).

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

RGB channels and saturation

R 170 of 255 = 67%
G 159 of 255 = 62%
B 141 of 255 = 55%

170
159
141

R + G + B ~ 61%. #AA9F8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 159 + 141 = 470 (100%)
R 170 of 470 ~ 36.17%
G 159 of 470 ~ 33.83%
B 141 of 470 ~ 30%

%36.17
%33.83
%30

CMYK color model

#AA9F8D color CMYK value is (0,6,17,33).

  • cyan value is 0.00%
  • magenta value is 6.47%
  • yellow value is 17.06%
  • key color value is 33.33%
CMYK:
(0,6,17,33)
C0M6Y17K33 
(0%,6%,17%,33%)
(0.00/0.06/0.17/0.33)	

CMYK percentages

%0
%6.47
%17.06
%33.33

Codes

Color #AA9F8D in popluar color models

AA9F8D
RGB170159141
HSL37°14.57%60.98%
HSB/HSV37°17.06%66.67%
CMYK0.00%6.47%17.06%
33.33%

Color #AA9F8D in popluar number systems.

HEXAA9F8D
Decimal170159141
Binary101010101001111110001101
Octal252237215

Shades and tints

Shades of #AA9F8D

#AA9F8D
(170,159,141)
#9B9181
(155,145,129)
#8C8375
(140,131,117)
#7D7569
(125,117,105)
#6E675D
(110,103,93)
#5F5951
(95,89,81)
#504B45
(80,75,69)
#413D39
(65,61,57)
#322F2D
(50,47,45)
#232121
(35,33,33)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #AA9F8D

#AA9F8D
(170,159,141)
#B1A797
(177,167,151)
#B8AFA1
(184,175,161)
#BFB7AB
(191,183,171)
#C6BFB5
(198,191,181)
#CDC7BF
(205,199,191)
#D4CFC9
(212,207,201)
#DBD7D3
(219,215,211)
#E2DFDD
(226,223,221)
#E9E7E7
(233,231,231)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9F8D; }

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

This text font color is #AA9F8D.


Background Color

.myBgColor { background-color: #AA9F8D; }

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

This div background color is #AA9F8D.


Border color

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

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

This div border color is #AA9F8D.


Opacity

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

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

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

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

This text has shadow with #AA9F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9F8D on black background.


Color preview on white background

This text has color #AA9F8D on white background.



Black color preview on #AA9F8D background

This text has black color on #AA9F8D background.


White color preview on #AA9F8D background

This text has white color on #AA9F8D background.