COLOR #AA8D57

HEX: #AA8D57
RGB: (170,141,87)

Color info

#AA8D57 contains mainly red and green colors. Web safe color of #AA8D57 is #999966 (or #996).

RGB color model

#AA8D57 color RGB value is (170,141,87).

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

RGB channels and saturation

R 170 of 255 = 67%
G 141 of 255 = 55%
B 87 of 255 = 34%

170
141
87

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

Portions of RGB colors in percentages

R + G + B =
170 + 141 + 87 = 398 (100%)
R 170 of 398 ~ 42.71%
G 141 of 398 ~ 35.43%
B 87 of 398 ~ 21.86%

%42.71
%35.43
%21.86

CMYK color model

#AA8D57 color CMYK value is (0,17,49,33).

  • cyan value is 0.00%
  • magenta value is 17.06%
  • yellow value is 48.82%
  • key color value is 33.33%
CMYK:
(0,17,49,33)
C0M17Y49K33 
(0%,17%,49%,33%)
(0.00/0.17/0.49/0.33)	

CMYK percentages

%0
%17.06
%48.82
%33.33

Codes

Color #AA8D57 in popluar color models

AA8D57
RGB17014187
HSL39°32.81%50.39%
HSB/HSV39°48.82%66.67%
CMYK0.00%17.06%48.82%
33.33%

Color #AA8D57 in popluar number systems.

HEXAA8D57
Decimal17014187
Binary10101010100011011010111
Octal252215127

Shades and tints

Shades of #AA8D57

#AA8D57
(170,141,87)
#9B8150
(155,129,80)
#8C7549
(140,117,73)
#7D6942
(125,105,66)
#6E5D3B
(110,93,59)
#5F5134
(95,81,52)
#50452D
(80,69,45)
#413926
(65,57,38)
#322D1F
(50,45,31)
#232118
(35,33,24)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #AA8D57

#AA8D57
(170,141,87)
#B19766
(177,151,102)
#B8A175
(184,161,117)
#BFAB84
(191,171,132)
#C6B593
(198,181,147)
#CDBFA2
(205,191,162)
#D4C9B1
(212,201,177)
#DBD3C0
(219,211,192)
#E2DDCF
(226,221,207)
#E9E7DE
(233,231,222)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8D57; }

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

This text font color is #AA8D57.


Background Color

.myBgColor { background-color: #AA8D57; }

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

This div background color is #AA8D57.


Border color

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

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

This div border color is #AA8D57.


Opacity

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

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

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

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

This text has shadow with #AA8D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8D57 on black background.


Color preview on white background

This text has color #AA8D57 on white background.



Black color preview on #AA8D57 background

This text has black color on #AA8D57 background.


White color preview on #AA8D57 background

This text has white color on #AA8D57 background.