COLOR #AA8C39

HEX: #AA8C39
RGB: (170,140,57)

Color info

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

RGB color model

#AA8C39 color RGB value is (170,140,57).

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

RGB channels and saturation

R 170 of 255 = 67%
G 140 of 255 = 55%
B 57 of 255 = 22%

170
140
57

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

Portions of RGB colors in percentages

R + G + B =
170 + 140 + 57 = 367 (100%)
R 170 of 367 ~ 46.32%
G 140 of 367 ~ 38.15%
B 57 of 367 ~ 15.53%

%46.32
%38.15
%15.53

CMYK color model

#AA8C39 color CMYK value is (0,18,66,33).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 66.47%
  • key color value is 33.33%
CMYK:
(0,18,66,33)
C0M18Y66K33 
(0%,18%,66%,33%)
(0.00/0.18/0.66/0.33)	

CMYK percentages

%0
%17.65
%66.47
%33.33

Codes

Color #AA8C39 in popluar color models

AA8C39
RGB17014057
HSL44°49.78%44.51%
HSB/HSV44°66.47%66.67%
CMYK0.00%17.65%66.47%
33.33%

Color #AA8C39 in popluar number systems.

HEXAA8C39
Decimal17014057
Binary1010101010001100111001
Octal25221471

Shades and tints

Shades of #AA8C39

#AA8C39
(170,140,57)
#9B8034
(155,128,52)
#8C742F
(140,116,47)
#7D682A
(125,104,42)
#6E5C25
(110,92,37)
#5F5020
(95,80,32)
#50441B
(80,68,27)
#413816
(65,56,22)
#322C11
(50,44,17)
#23200C
(35,32,12)
#141407
(20,20,7)
#000000
(0,0,0)

Tints of #AA8C39

#AA8C39
(170,140,57)
#B1964B
(177,150,75)
#B8A05D
(184,160,93)
#BFAA6F
(191,170,111)
#C6B481
(198,180,129)
#CDBE93
(205,190,147)
#D4C8A5
(212,200,165)
#DBD2B7
(219,210,183)
#E2DCC9
(226,220,201)
#E9E6DB
(233,230,219)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8C39; }

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

This text font color is #AA8C39.


Background Color

.myBgColor { background-color: #AA8C39; }

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

This div background color is #AA8C39.


Border color

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

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

This div border color is #AA8C39.


Opacity

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

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

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

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

This text has shadow with #AA8C39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8C39 on black background.


Color preview on white background

This text has color #AA8C39 on white background.



Black color preview on #AA8C39 background

This text has black color on #AA8C39 background.


White color preview on #AA8C39 background

This text has white color on #AA8C39 background.