COLOR #AA9A72

HEX: #AA9A72
RGB: (170,154,114)

Color info

#AA9A72 contains red, green and blue colors in about the same proportion. Web safe color of #AA9A72 is #999966 (or #996).

RGB color model

#AA9A72 color RGB value is (170,154,114).

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

RGB channels and saturation

R 170 of 255 = 67%
G 154 of 255 = 60%
B 114 of 255 = 45%

170
154
114

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

Portions of RGB colors in percentages

R + G + B =
170 + 154 + 114 = 438 (100%)
R 170 of 438 ~ 38.81%
G 154 of 438 ~ 35.16%
B 114 of 438 ~ 26.03%

%38.81
%35.16
%26.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.41%
  • yellow value is 32.94%
  • key color value is 33.33%
CMYK:
(0,9,33,33)
C0M9Y33K33 
(0%,9%,33%,33%)
(0.00/0.09/0.33/0.33)	

CMYK percentages

%0
%9.41
%32.94
%33.33

Codes

Color #AA9A72 in popluar color models

AA9A72
RGB170154114
HSL43°24.78%55.69%
HSB/HSV43°32.94%66.67%
CMYK0.00%9.41%32.94%
33.33%

Color #AA9A72 in popluar number systems.

HEXAA9A72
Decimal170154114
Binary10101010100110101110010
Octal252232162

Shades and tints

Shades of #AA9A72

#AA9A72
(170,154,114)
#9B8C68
(155,140,104)
#8C7E5E
(140,126,94)
#7D7054
(125,112,84)
#6E624A
(110,98,74)
#5F5440
(95,84,64)
#504636
(80,70,54)
#41382C
(65,56,44)
#322A22
(50,42,34)
#231C18
(35,28,24)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #AA9A72

#AA9A72
(170,154,114)
#B1A37E
(177,163,126)
#B8AC8A
(184,172,138)
#BFB596
(191,181,150)
#C6BEA2
(198,190,162)
#CDC7AE
(205,199,174)
#D4D0BA
(212,208,186)
#DBD9C6
(219,217,198)
#E2E2D2
(226,226,210)
#E9EBDE
(233,235,222)
#F0F4EA
(240,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9A72; }

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

This text font color is #AA9A72.


Background Color

.myBgColor { background-color: #AA9A72; }

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

This div background color is #AA9A72.


Border color

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

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

This div border color is #AA9A72.


Opacity

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

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

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

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

This text has shadow with #AA9A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9A72 on black background.


Color preview on white background

This text has color #AA9A72 on white background.



Black color preview on #AA9A72 background

This text has black color on #AA9A72 background.


White color preview on #AA9A72 background

This text has white color on #AA9A72 background.