COLOR #AA8A62

HEX: #AA8A62
RGB: (170,138,98)

Color info

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

RGB color model

#AA8A62 color RGB value is (170,138,98).

  • red value is 170;
  • green value is 138;
  • blue value is 98.
RGB:
(170,138,98)
(67%,54%,38%)

RGB channels and saturation

R 170 of 255 = 67%
G 138 of 255 = 54%
B 98 of 255 = 38%

170
138
98

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

Portions of RGB colors in percentages

R + G + B =
170 + 138 + 98 = 406 (100%)
R 170 of 406 ~ 41.87%
G 138 of 406 ~ 33.99%
B 98 of 406 ~ 24.14%

%41.87
%33.99
%24.14

CMYK color model

#AA8A62 color CMYK value is (0,19,42,33).

  • cyan value is 0.00%
  • magenta value is 18.82%
  • yellow value is 42.35%
  • key color value is 33.33%
CMYK:
(0,19,42,33)
C0M19Y42K33 
(0%,19%,42%,33%)
(0.00/0.19/0.42/0.33)	

CMYK percentages

%0
%18.82
%42.35
%33.33

Codes

Color #AA8A62 in popluar color models

AA8A62
RGB17013898
HSL33°29.75%52.55%
HSB/HSV33°42.35%66.67%
CMYK0.00%18.82%42.35%
33.33%

Color #AA8A62 in popluar number systems.

HEXAA8A62
Decimal17013898
Binary10101010100010101100010
Octal252212142

Shades and tints

Shades of #AA8A62

#AA8A62
(170,138,98)
#9B7E5A
(155,126,90)
#8C7252
(140,114,82)
#7D664A
(125,102,74)
#6E5A42
(110,90,66)
#5F4E3A
(95,78,58)
#504232
(80,66,50)
#41362A
(65,54,42)
#322A22
(50,42,34)
#231E1A
(35,30,26)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #AA8A62

#AA8A62
(170,138,98)
#B19470
(177,148,112)
#B89E7E
(184,158,126)
#BFA88C
(191,168,140)
#C6B29A
(198,178,154)
#CDBCA8
(205,188,168)
#D4C6B6
(212,198,182)
#DBD0C4
(219,208,196)
#E2DAD2
(226,218,210)
#E9E4E0
(233,228,224)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8A62 color. Also use rgb(170,138,98) instead hex code.

Text Font Color

.myTextColor { color: #AA8A62; }

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

This text font color is #AA8A62.


Background Color

.myBgColor { background-color: #AA8A62; }

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

This div background color is #AA8A62.


Border color

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

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

This div border color is #AA8A62.


Opacity

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

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

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

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

This text has shadow with #AA8A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8A62 on black background.


Color preview on white background

This text has color #AA8A62 on white background.



Black color preview on #AA8A62 background

This text has black color on #AA8A62 background.


White color preview on #AA8A62 background

This text has white color on #AA8A62 background.