COLOR #AA805C

HEX: #AA805C
RGB: (170,128,92)

Color info

#AA805C contains mainly red and green colors. Web safe color of #AA805C is #996666 (or #966).

RGB color model

#AA805C color RGB value is (170,128,92).

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

RGB channels and saturation

R 170 of 255 = 67%
G 128 of 255 = 50%
B 92 of 255 = 36%

170
128
92

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

Portions of RGB colors in percentages

R + G + B =
170 + 128 + 92 = 390 (100%)
R 170 of 390 ~ 43.59%
G 128 of 390 ~ 32.82%
B 92 of 390 ~ 23.59%

%43.59
%32.82
%23.59

CMYK color model

#AA805C color CMYK value is (0,25,46,33).

  • cyan value is 0.00%
  • magenta value is 24.71%
  • yellow value is 45.88%
  • key color value is 33.33%
CMYK:
(0,25,46,33)
C0M25Y46K33 
(0%,25%,46%,33%)
(0.00/0.25/0.46/0.33)	

CMYK percentages

%0
%24.71
%45.88
%33.33

Codes

Color #AA805C in popluar color models

AA805C
RGB17012892
HSL28°31.45%51.37%
HSB/HSV28°45.88%66.67%
CMYK0.00%24.71%45.88%
33.33%

Color #AA805C in popluar number systems.

HEXAA805C
Decimal17012892
Binary10101010100000001011100
Octal252200134

Shades and tints

Shades of #AA805C

#AA805C
(170,128,92)
#9B7554
(155,117,84)
#8C6A4C
(140,106,76)
#7D5F44
(125,95,68)
#6E543C
(110,84,60)
#5F4934
(95,73,52)
#503E2C
(80,62,44)
#413324
(65,51,36)
#32281C
(50,40,28)
#231D14
(35,29,20)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #AA805C

#AA805C
(170,128,92)
#B18B6A
(177,139,106)
#B89678
(184,150,120)
#BFA186
(191,161,134)
#C6AC94
(198,172,148)
#CDB7A2
(205,183,162)
#D4C2B0
(212,194,176)
#DBCDBE
(219,205,190)
#E2D8CC
(226,216,204)
#E9E3DA
(233,227,218)
#F0EEE8
(240,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA805C; }

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

This text font color is #AA805C.


Background Color

.myBgColor { background-color: #AA805C; }

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

This div background color is #AA805C.


Border color

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

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

This div border color is #AA805C.


Opacity

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

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

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

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

This text has shadow with #AA805C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA805C on black background.


Color preview on white background

This text has color #AA805C on white background.



Black color preview on #AA805C background

This text has black color on #AA805C background.


White color preview on #AA805C background

This text has white color on #AA805C background.