COLOR #AA8076

HEX: #AA8076
RGB: (170,128,118)

Color info

#AA8076 contains red, green and blue colors in about the same proportion. Web safe color of #AA8076 is #996666 (or #966).

RGB color model

#AA8076 color RGB value is (170,128,118).

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

RGB channels and saturation

R 170 of 255 = 67%
G 128 of 255 = 50%
B 118 of 255 = 46%

170
128
118

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

Portions of RGB colors in percentages

R + G + B =
170 + 128 + 118 = 416 (100%)
R 170 of 416 ~ 40.87%
G 128 of 416 ~ 30.77%
B 118 of 416 ~ 28.37%

%40.87
%30.77
%28.37

CMYK color model

#AA8076 color CMYK value is (0,25,31,33).

  • cyan value is 0.00%
  • magenta value is 24.71%
  • yellow value is 30.59%
  • key color value is 33.33%
CMYK:
(0,25,31,33)
C0M25Y31K33 
(0%,25%,31%,33%)
(0.00/0.25/0.31/0.33)	

CMYK percentages

%0
%24.71
%30.59
%33.33

Codes

Color #AA8076 in popluar color models

AA8076
RGB170128118
HSL12°23.42%56.47%
HSB/HSV12°30.59%66.67%
CMYK0.00%24.71%30.59%
33.33%

Color #AA8076 in popluar number systems.

HEXAA8076
Decimal170128118
Binary10101010100000001110110
Octal252200166

Shades and tints

Shades of #AA8076

#AA8076
(170,128,118)
#9B756C
(155,117,108)
#8C6A62
(140,106,98)
#7D5F58
(125,95,88)
#6E544E
(110,84,78)
#5F4944
(95,73,68)
#503E3A
(80,62,58)
#413330
(65,51,48)
#322826
(50,40,38)
#231D1C
(35,29,28)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #AA8076

#AA8076
(170,128,118)
#B18B82
(177,139,130)
#B8968E
(184,150,142)
#BFA19A
(191,161,154)
#C6ACA6
(198,172,166)
#CDB7B2
(205,183,178)
#D4C2BE
(212,194,190)
#DBCDCA
(219,205,202)
#E2D8D6
(226,216,214)
#E9E3E2
(233,227,226)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8076; }

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

This text font color is #AA8076.


Background Color

.myBgColor { background-color: #AA8076; }

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

This div background color is #AA8076.


Border color

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

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

This div border color is #AA8076.


Opacity

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

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

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

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

This text has shadow with #AA8076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8076 on black background.


Color preview on white background

This text has color #AA8076 on white background.



Black color preview on #AA8076 background

This text has black color on #AA8076 background.


White color preview on #AA8076 background

This text has white color on #AA8076 background.