COLOR #AA8034

HEX: #AA8034
RGB: (170,128,52)

Color info

#AA8034 contains mainly red and green colors. Web safe color of #AA8034 is #996633 (or #963).

RGB color model

#AA8034 color RGB value is (170,128,52).

  • red value is 170;
  • green value is 128;
  • blue value is 52.
RGB:
(170,128,52)
(67%,50%,20%)

RGB channels and saturation

R 170 of 255 = 67%
G 128 of 255 = 50%
B 52 of 255 = 20%

170
128
52

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

Portions of RGB colors in percentages

R + G + B =
170 + 128 + 52 = 350 (100%)
R 170 of 350 ~ 48.57%
G 128 of 350 ~ 36.57%
B 52 of 350 ~ 14.86%

%48.57
%36.57
%14.86

CMYK color model

#AA8034 color CMYK value is (0,25,69,33).

  • cyan value is 0.00%
  • magenta value is 24.71%
  • yellow value is 69.41%
  • key color value is 33.33%
CMYK:
(0,25,69,33)
C0M25Y69K33 
(0%,25%,69%,33%)
(0.00/0.25/0.69/0.33)	

CMYK percentages

%0
%24.71
%69.41
%33.33

Codes

Color #AA8034 in popluar color models

AA8034
RGB17012852
HSL39°53.15%43.53%
HSB/HSV39°69.41%66.67%
CMYK0.00%24.71%69.41%
33.33%

Color #AA8034 in popluar number systems.

HEXAA8034
Decimal17012852
Binary1010101010000000110100
Octal25220064

Shades and tints

Shades of #AA8034

#AA8034
(170,128,52)
#9B7530
(155,117,48)
#8C6A2C
(140,106,44)
#7D5F28
(125,95,40)
#6E5424
(110,84,36)
#5F4920
(95,73,32)
#503E1C
(80,62,28)
#413318
(65,51,24)
#322814
(50,40,20)
#231D10
(35,29,16)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #AA8034

#AA8034
(170,128,52)
#B18B46
(177,139,70)
#B89658
(184,150,88)
#BFA16A
(191,161,106)
#C6AC7C
(198,172,124)
#CDB78E
(205,183,142)
#D4C2A0
(212,194,160)
#DBCDB2
(219,205,178)
#E2D8C4
(226,216,196)
#E9E3D6
(233,227,214)
#F0EEE8
(240,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8034 color. Also use rgb(170,128,52) instead hex code.

Text Font Color

.myTextColor { color: #AA8034; }

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

This text font color is #AA8034.


Background Color

.myBgColor { background-color: #AA8034; }

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

This div background color is #AA8034.


Border color

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

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

This div border color is #AA8034.


Opacity

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

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

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

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

This text has shadow with #AA8034 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8034 on black background.


Color preview on white background

This text has color #AA8034 on white background.



Black color preview on #AA8034 background

This text has black color on #AA8034 background.


White color preview on #AA8034 background

This text has white color on #AA8034 background.