COLOR #AA8E72

HEX: #AA8E72
RGB: (170,142,114)

Color info

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

RGB color model

#AA8E72 color RGB value is (170,142,114).

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

RGB channels and saturation

R 170 of 255 = 67%
G 142 of 255 = 56%
B 114 of 255 = 45%

170
142
114

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

Portions of RGB colors in percentages

R + G + B =
170 + 142 + 114 = 426 (100%)
R 170 of 426 ~ 39.91%
G 142 of 426 ~ 33.33%
B 114 of 426 ~ 26.76%

%39.91
%33.33
%26.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.47%
  • yellow value is 32.94%
  • key color value is 33.33%
CMYK:
(0,16,33,33)
C0M16Y33K33 
(0%,16%,33%,33%)
(0.00/0.16/0.33/0.33)	

CMYK percentages

%0
%16.47
%32.94
%33.33

Codes

Color #AA8E72 in popluar color models

AA8E72
RGB170142114
HSL30°24.78%55.69%
HSB/HSV30°32.94%66.67%
CMYK0.00%16.47%32.94%
33.33%

Color #AA8E72 in popluar number systems.

HEXAA8E72
Decimal170142114
Binary10101010100011101110010
Octal252216162

Shades and tints

Shades of #AA8E72

#AA8E72
(170,142,114)
#9B8268
(155,130,104)
#8C765E
(140,118,94)
#7D6A54
(125,106,84)
#6E5E4A
(110,94,74)
#5F5240
(95,82,64)
#504636
(80,70,54)
#413A2C
(65,58,44)
#322E22
(50,46,34)
#232218
(35,34,24)
#14160E
(20,22,14)
#000000
(0,0,0)

Tints of #AA8E72

#AA8E72
(170,142,114)
#B1987E
(177,152,126)
#B8A28A
(184,162,138)
#BFAC96
(191,172,150)
#C6B6A2
(198,182,162)
#CDC0AE
(205,192,174)
#D4CABA
(212,202,186)
#DBD4C6
(219,212,198)
#E2DED2
(226,222,210)
#E9E8DE
(233,232,222)
#F0F2EA
(240,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8E72; }

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

This text font color is #AA8E72.


Background Color

.myBgColor { background-color: #AA8E72; }

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

This div background color is #AA8E72.


Border color

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

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

This div border color is #AA8E72.


Opacity

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

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

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

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

This text has shadow with #AA8E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8E72 on black background.


Color preview on white background

This text has color #AA8E72 on white background.



Black color preview on #AA8E72 background

This text has black color on #AA8E72 background.


White color preview on #AA8E72 background

This text has white color on #AA8E72 background.