COLOR #AA8C62

HEX: #AA8C62
RGB: (170,140,98)

Color info

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

RGB color model

#AA8C62 color RGB value is (170,140,98).

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

RGB channels and saturation

R 170 of 255 = 67%
G 140 of 255 = 55%
B 98 of 255 = 38%

170
140
98

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

Portions of RGB colors in percentages

R + G + B =
170 + 140 + 98 = 408 (100%)
R 170 of 408 ~ 41.67%
G 140 of 408 ~ 34.31%
B 98 of 408 ~ 24.02%

%41.67
%34.31
%24.02

CMYK color model

#AA8C62 color CMYK value is (0,18,42,33).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 42.35%
  • key color value is 33.33%
CMYK:
(0,18,42,33)
C0M18Y42K33 
(0%,18%,42%,33%)
(0.00/0.18/0.42/0.33)	

CMYK percentages

%0
%17.65
%42.35
%33.33

Codes

Color #AA8C62 in popluar color models

AA8C62
RGB17014098
HSL35°29.75%52.55%
HSB/HSV35°42.35%66.67%
CMYK0.00%17.65%42.35%
33.33%

Color #AA8C62 in popluar number systems.

HEXAA8C62
Decimal17014098
Binary10101010100011001100010
Octal252214142

Shades and tints

Shades of #AA8C62

#AA8C62
(170,140,98)
#9B805A
(155,128,90)
#8C7452
(140,116,82)
#7D684A
(125,104,74)
#6E5C42
(110,92,66)
#5F503A
(95,80,58)
#504432
(80,68,50)
#41382A
(65,56,42)
#322C22
(50,44,34)
#23201A
(35,32,26)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #AA8C62

#AA8C62
(170,140,98)
#B19670
(177,150,112)
#B8A07E
(184,160,126)
#BFAA8C
(191,170,140)
#C6B49A
(198,180,154)
#CDBEA8
(205,190,168)
#D4C8B6
(212,200,182)
#DBD2C4
(219,210,196)
#E2DCD2
(226,220,210)
#E9E6E0
(233,230,224)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8C62; }

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

This text font color is #AA8C62.


Background Color

.myBgColor { background-color: #AA8C62; }

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

This div background color is #AA8C62.


Border color

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

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

This div border color is #AA8C62.


Opacity

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

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

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

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

This text has shadow with #AA8C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8C62 on black background.


Color preview on white background

This text has color #AA8C62 on white background.



Black color preview on #AA8C62 background

This text has black color on #AA8C62 background.


White color preview on #AA8C62 background

This text has white color on #AA8C62 background.