COLOR #AA5820

HEX: #AA5820
RGB: (170,88,32)

Color info

#AA5820 contains mainly red color. Web safe color of #AA5820 is #996633 (or #963).

RGB color model

#AA5820 color RGB value is (170,88,32).

  • red value is 170;
  • green value is 88;
  • blue value is 32.
RGB:
(170,88,32)
(67%,35%,13%)

RGB channels and saturation

R 170 of 255 = 67%
G 88 of 255 = 35%
B 32 of 255 = 13%

170
88
32

R + G + B ~ 38%. #AA5820 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
170 + 88 + 32 = 290 (100%)
R 170 of 290 ~ 58.62%
G 88 of 290 ~ 30.34%
B 32 of 290 ~ 11.03%

%58.62
%30.34
%11.03

CMYK color model

#AA5820 color CMYK value is (0,48,81,33).

  • cyan value is 0.00%
  • magenta value is 48.24%
  • yellow value is 81.18%
  • key color value is 33.33%
CMYK:
(0,48,81,33)
C0M48Y81K33 
(0%,48%,81%,33%)
(0.00/0.48/0.81/0.33)	

CMYK percentages

%0
%48.24
%81.18
%33.33

Codes

Color #AA5820 in popluar color models

AA5820
RGB1708832
HSL24°68.32%39.61%
HSB/HSV24°81.18%66.67%
CMYK0.00%48.24%81.18%
33.33%

Color #AA5820 in popluar number systems.

HEXAA5820
Decimal1708832
Binary101010101011000100000
Octal25213040

Shades and tints

Shades of #AA5820

#AA5820
(170,88,32)
#9B501E
(155,80,30)
#8C481C
(140,72,28)
#7D401A
(125,64,26)
#6E3818
(110,56,24)
#5F3016
(95,48,22)
#502814
(80,40,20)
#412012
(65,32,18)
#321810
(50,24,16)
#23100E
(35,16,14)
#14080C
(20,8,12)
#000000
(0,0,0)

Tints of #AA5820

#AA5820
(170,88,32)
#B16734
(177,103,52)
#B87648
(184,118,72)
#BF855C
(191,133,92)
#C69470
(198,148,112)
#CDA384
(205,163,132)
#D4B298
(212,178,152)
#DBC1AC
(219,193,172)
#E2D0C0
(226,208,192)
#E9DFD4
(233,223,212)
#F0EEE8
(240,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA5820 color. Also use rgb(170,88,32) instead hex code.

Text Font Color

.myTextColor { color: #AA5820; }

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

This text font color is #AA5820.


Background Color

.myBgColor { background-color: #AA5820; }

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

This div background color is #AA5820.


Border color

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

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

This div border color is #AA5820.


Opacity

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

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

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

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

This text has shadow with #AA5820 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA5820 on black background.


Color preview on white background

This text has color #AA5820 on white background.



Black color preview on #AA5820 background

This text has black color on #AA5820 background.


White color preview on #AA5820 background

This text has white color on #AA5820 background.