COLOR #AA8842

HEX: #AA8842
RGB: (170,136,66)

Color info

#AA8842 contains mainly red and green colors. Web safe color of #AA8842 is #999933 (or #993).

RGB color model

#AA8842 color RGB value is (170,136,66).

  • red value is 170;
  • green value is 136;
  • blue value is 66.
RGB:
(170,136,66)
(67%,53%,26%)

RGB channels and saturation

R 170 of 255 = 67%
G 136 of 255 = 53%
B 66 of 255 = 26%

170
136
66

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

Portions of RGB colors in percentages

R + G + B =
170 + 136 + 66 = 372 (100%)
R 170 of 372 ~ 45.7%
G 136 of 372 ~ 36.56%
B 66 of 372 ~ 17.74%

%45.7
%36.56
%17.74

CMYK color model

#AA8842 color CMYK value is (0,20,61,33).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 61.18%
  • key color value is 33.33%
CMYK:
(0,20,61,33)
C0M20Y61K33 
(0%,20%,61%,33%)
(0.00/0.20/0.61/0.33)	

CMYK percentages

%0
%20
%61.18
%33.33

Codes

Color #AA8842 in popluar color models

AA8842
RGB17013666
HSL40°44.07%46.27%
HSB/HSV40°61.18%66.67%
CMYK0.00%20.00%61.18%
33.33%

Color #AA8842 in popluar number systems.

HEXAA8842
Decimal17013666
Binary10101010100010001000010
Octal252210102

Shades and tints

Shades of #AA8842

#AA8842
(170,136,66)
#9B7C3C
(155,124,60)
#8C7036
(140,112,54)
#7D6430
(125,100,48)
#6E582A
(110,88,42)
#5F4C24
(95,76,36)
#50401E
(80,64,30)
#413418
(65,52,24)
#322812
(50,40,18)
#231C0C
(35,28,12)
#141006
(20,16,6)
#000000
(0,0,0)

Tints of #AA8842

#AA8842
(170,136,66)
#B19253
(177,146,83)
#B89C64
(184,156,100)
#BFA675
(191,166,117)
#C6B086
(198,176,134)
#CDBA97
(205,186,151)
#D4C4A8
(212,196,168)
#DBCEB9
(219,206,185)
#E2D8CA
(226,216,202)
#E9E2DB
(233,226,219)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8842 color. Also use rgb(170,136,66) instead hex code.

Text Font Color

.myTextColor { color: #AA8842; }

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

This text font color is #AA8842.


Background Color

.myBgColor { background-color: #AA8842; }

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

This div background color is #AA8842.


Border color

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

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

This div border color is #AA8842.


Opacity

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

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

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

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

This text has shadow with #AA8842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8842 on black background.


Color preview on white background

This text has color #AA8842 on white background.



Black color preview on #AA8842 background

This text has black color on #AA8842 background.


White color preview on #AA8842 background

This text has white color on #AA8842 background.