COLOR #AA9F8E

HEX: #AA9F8E
RGB: (170,159,142)

Color info

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

RGB color model

#AA9F8E color RGB value is (170,159,142).

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

RGB channels and saturation

R 170 of 255 = 67%
G 159 of 255 = 62%
B 142 of 255 = 56%

170
159
142

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

Portions of RGB colors in percentages

R + G + B =
170 + 159 + 142 = 471 (100%)
R 170 of 471 ~ 36.09%
G 159 of 471 ~ 33.76%
B 142 of 471 ~ 30.15%

%36.09
%33.76
%30.15

CMYK color model

#AA9F8E color CMYK value is (0,6,16,33).

  • cyan value is 0.00%
  • magenta value is 6.47%
  • yellow value is 16.47%
  • key color value is 33.33%
CMYK:
(0,6,16,33)
C0M6Y16K33 
(0%,6%,16%,33%)
(0.00/0.06/0.16/0.33)	

CMYK percentages

%0
%6.47
%16.47
%33.33

Codes

Color #AA9F8E in popluar color models

AA9F8E
RGB170159142
HSL36°14.14%61.18%
HSB/HSV36°16.47%66.67%
CMYK0.00%6.47%16.47%
33.33%

Color #AA9F8E in popluar number systems.

HEXAA9F8E
Decimal170159142
Binary101010101001111110001110
Octal252237216

Shades and tints

Shades of #AA9F8E

#AA9F8E
(170,159,142)
#9B9182
(155,145,130)
#8C8376
(140,131,118)
#7D756A
(125,117,106)
#6E675E
(110,103,94)
#5F5952
(95,89,82)
#504B46
(80,75,70)
#413D3A
(65,61,58)
#322F2E
(50,47,46)
#232122
(35,33,34)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #AA9F8E

#AA9F8E
(170,159,142)
#B1A798
(177,167,152)
#B8AFA2
(184,175,162)
#BFB7AC
(191,183,172)
#C6BFB6
(198,191,182)
#CDC7C0
(205,199,192)
#D4CFCA
(212,207,202)
#DBD7D4
(219,215,212)
#E2DFDE
(226,223,222)
#E9E7E8
(233,231,232)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9F8E; }

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

This text font color is #AA9F8E.


Background Color

.myBgColor { background-color: #AA9F8E; }

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

This div background color is #AA9F8E.


Border color

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

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

This div border color is #AA9F8E.


Opacity

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

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

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

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

This text has shadow with #AA9F8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9F8E on black background.


Color preview on white background

This text has color #AA9F8E on white background.



Black color preview on #AA9F8E background

This text has black color on #AA9F8E background.


White color preview on #AA9F8E background

This text has white color on #AA9F8E background.