COLOR #AA9D84

HEX: #AA9D84
RGB: (170,157,132)

Color info

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

RGB color model

#AA9D84 color RGB value is (170,157,132).

  • red value is 170;
  • green value is 157;
  • blue value is 132.
RGB:
(170,157,132)
(67%,62%,52%)

RGB channels and saturation

R 170 of 255 = 67%
G 157 of 255 = 62%
B 132 of 255 = 52%

170
157
132

R + G + B ~ 60%. #AA9D84 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
170 + 157 + 132 = 459 (100%)
R 170 of 459 ~ 37.04%
G 157 of 459 ~ 34.2%
B 132 of 459 ~ 28.76%

%37.04
%34.2
%28.76

CMYK color model

#AA9D84 color CMYK value is (0,8,22,33).

  • cyan value is 0.00%
  • magenta value is 7.65%
  • yellow value is 22.35%
  • key color value is 33.33%
CMYK:
(0,8,22,33)
C0M8Y22K33 
(0%,8%,22%,33%)
(0.00/0.08/0.22/0.33)	

CMYK percentages

%0
%7.65
%22.35
%33.33

Codes

Color #AA9D84 in popluar color models

AA9D84
RGB170157132
HSL39°18.27%59.22%
HSB/HSV39°22.35%66.67%
CMYK0.00%7.65%22.35%
33.33%

Color #AA9D84 in popluar number systems.

HEXAA9D84
Decimal170157132
Binary101010101001110110000100
Octal252235204

Shades and tints

Shades of #AA9D84

#AA9D84
(170,157,132)
#9B8F78
(155,143,120)
#8C816C
(140,129,108)
#7D7360
(125,115,96)
#6E6554
(110,101,84)
#5F5748
(95,87,72)
#50493C
(80,73,60)
#413B30
(65,59,48)
#322D24
(50,45,36)
#231F18
(35,31,24)
#14110C
(20,17,12)
#000000
(0,0,0)

Tints of #AA9D84

#AA9D84
(170,157,132)
#B1A58F
(177,165,143)
#B8AD9A
(184,173,154)
#BFB5A5
(191,181,165)
#C6BDB0
(198,189,176)
#CDC5BB
(205,197,187)
#D4CDC6
(212,205,198)
#DBD5D1
(219,213,209)
#E2DDDC
(226,221,220)
#E9E5E7
(233,229,231)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9D84 color. Also use rgb(170,157,132) instead hex code.

Text Font Color

.myTextColor { color: #AA9D84; }

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

This text font color is #AA9D84.


Background Color

.myBgColor { background-color: #AA9D84; }

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

This div background color is #AA9D84.


Border color

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

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

This div border color is #AA9D84.


Opacity

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

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

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

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

This text has shadow with #AA9D84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9D84 on black background.


Color preview on white background

This text has color #AA9D84 on white background.



Black color preview on #AA9D84 background

This text has black color on #AA9D84 background.


White color preview on #AA9D84 background

This text has white color on #AA9D84 background.