COLOR #AA8A42

HEX: #AA8A42
RGB: (170,138,66)

Color info

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

RGB color model

#AA8A42 color RGB value is (170,138,66).

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

RGB channels and saturation

R 170 of 255 = 67%
G 138 of 255 = 54%
B 66 of 255 = 26%

170
138
66

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

Portions of RGB colors in percentages

R + G + B =
170 + 138 + 66 = 374 (100%)
R 170 of 374 ~ 45.45%
G 138 of 374 ~ 36.9%
B 66 of 374 ~ 17.65%

%45.45
%36.9
%17.65

CMYK color model

#AA8A42 color CMYK value is (0,19,61,33).

  • cyan value is 0.00%
  • magenta value is 18.82%
  • yellow value is 61.18%
  • key color value is 33.33%
CMYK:
(0,19,61,33)
C0M19Y61K33 
(0%,19%,61%,33%)
(0.00/0.19/0.61/0.33)	

CMYK percentages

%0
%18.82
%61.18
%33.33

Codes

Color #AA8A42 in popluar color models

AA8A42
RGB17013866
HSL42°44.07%46.27%
HSB/HSV42°61.18%66.67%
CMYK0.00%18.82%61.18%
33.33%

Color #AA8A42 in popluar number systems.

HEXAA8A42
Decimal17013866
Binary10101010100010101000010
Octal252212102

Shades and tints

Shades of #AA8A42

#AA8A42
(170,138,66)
#9B7E3C
(155,126,60)
#8C7236
(140,114,54)
#7D6630
(125,102,48)
#6E5A2A
(110,90,42)
#5F4E24
(95,78,36)
#50421E
(80,66,30)
#413618
(65,54,24)
#322A12
(50,42,18)
#231E0C
(35,30,12)
#141206
(20,18,6)
#000000
(0,0,0)

Tints of #AA8A42

#AA8A42
(170,138,66)
#B19453
(177,148,83)
#B89E64
(184,158,100)
#BFA875
(191,168,117)
#C6B286
(198,178,134)
#CDBC97
(205,188,151)
#D4C6A8
(212,198,168)
#DBD0B9
(219,208,185)
#E2DACA
(226,218,202)
#E9E4DB
(233,228,219)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8A42; }

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

This text font color is #AA8A42.


Background Color

.myBgColor { background-color: #AA8A42; }

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

This div background color is #AA8A42.


Border color

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

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

This div border color is #AA8A42.


Opacity

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

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

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

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

This text has shadow with #AA8A42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8A42 on black background.


Color preview on white background

This text has color #AA8A42 on white background.



Black color preview on #AA8A42 background

This text has black color on #AA8A42 background.


White color preview on #AA8A42 background

This text has white color on #AA8A42 background.