COLOR #AA8864

HEX: #AA8864
RGB: (170,136,100)

Color info

#AA8864 contains mainly red and green colors. Web safe color of #AA8864 is #999966 (or #996).

RGB color model

#AA8864 color RGB value is (170,136,100).

  • red value is 170;
  • green value is 136;
  • blue value is 100.
RGB:
(170,136,100)
(67%,53%,39%)

RGB channels and saturation

R 170 of 255 = 67%
G 136 of 255 = 53%
B 100 of 255 = 39%

170
136
100

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

Portions of RGB colors in percentages

R + G + B =
170 + 136 + 100 = 406 (100%)
R 170 of 406 ~ 41.87%
G 136 of 406 ~ 33.5%
B 100 of 406 ~ 24.63%

%41.87
%33.5
%24.63

CMYK color model

#AA8864 color CMYK value is (0,20,41,33).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 41.18%
  • key color value is 33.33%
CMYK:
(0,20,41,33)
C0M20Y41K33 
(0%,20%,41%,33%)
(0.00/0.20/0.41/0.33)	

CMYK percentages

%0
%20
%41.18
%33.33

Codes

Color #AA8864 in popluar color models

AA8864
RGB170136100
HSL31°29.17%52.94%
HSB/HSV31°41.18%66.67%
CMYK0.00%20.00%41.18%
33.33%

Color #AA8864 in popluar number systems.

HEXAA8864
Decimal170136100
Binary10101010100010001100100
Octal252210144

Shades and tints

Shades of #AA8864

#AA8864
(170,136,100)
#9B7C5B
(155,124,91)
#8C7052
(140,112,82)
#7D6449
(125,100,73)
#6E5840
(110,88,64)
#5F4C37
(95,76,55)
#50402E
(80,64,46)
#413425
(65,52,37)
#32281C
(50,40,28)
#231C13
(35,28,19)
#14100A
(20,16,10)
#000000
(0,0,0)

Tints of #AA8864

#AA8864
(170,136,100)
#B19272
(177,146,114)
#B89C80
(184,156,128)
#BFA68E
(191,166,142)
#C6B09C
(198,176,156)
#CDBAAA
(205,186,170)
#D4C4B8
(212,196,184)
#DBCEC6
(219,206,198)
#E2D8D4
(226,216,212)
#E9E2E2
(233,226,226)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8864 color. Also use rgb(170,136,100) instead hex code.

Text Font Color

.myTextColor { color: #AA8864; }

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

This text font color is #AA8864.


Background Color

.myBgColor { background-color: #AA8864; }

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

This div background color is #AA8864.


Border color

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

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

This div border color is #AA8864.


Opacity

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

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

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

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

This text has shadow with #AA8864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8864 on black background.


Color preview on white background

This text has color #AA8864 on white background.



Black color preview on #AA8864 background

This text has black color on #AA8864 background.


White color preview on #AA8864 background

This text has white color on #AA8864 background.