COLOR #AA8355

HEX: #AA8355
RGB: (170,131,85)

Color info

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

RGB color model

#AA8355 color RGB value is (170,131,85).

  • red value is 170;
  • green value is 131;
  • blue value is 85.
RGB:
(170,131,85)
(67%,51%,33%)

RGB channels and saturation

R 170 of 255 = 67%
G 131 of 255 = 51%
B 85 of 255 = 33%

170
131
85

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

Portions of RGB colors in percentages

R + G + B =
170 + 131 + 85 = 386 (100%)
R 170 of 386 ~ 44.04%
G 131 of 386 ~ 33.94%
B 85 of 386 ~ 22.02%

%44.04
%33.94
%22.02

CMYK color model

#AA8355 color CMYK value is (0,23,50,33).

  • cyan value is 0.00%
  • magenta value is 22.94%
  • yellow value is 50.00%
  • key color value is 33.33%
CMYK:
(0,23,50,33)
C0M23Y50K33 
(0%,23%,50%,33%)
(0.00/0.23/0.50/0.33)	

CMYK percentages

%0
%22.94
%50
%33.33

Codes

Color #AA8355 in popluar color models

AA8355
RGB17013185
HSL32°33.33%50.00%
HSB/HSV32°50.00%66.67%
CMYK0.00%22.94%50.00%
33.33%

Color #AA8355 in popluar number systems.

HEXAA8355
Decimal17013185
Binary10101010100000111010101
Octal252203125

Shades and tints

Shades of #AA8355

#AA8355
(170,131,85)
#9B784E
(155,120,78)
#8C6D47
(140,109,71)
#7D6240
(125,98,64)
#6E5739
(110,87,57)
#5F4C32
(95,76,50)
#50412B
(80,65,43)
#413624
(65,54,36)
#322B1D
(50,43,29)
#232016
(35,32,22)
#14150F
(20,21,15)
#000000
(0,0,0)

Tints of #AA8355

#AA8355
(170,131,85)
#B18E64
(177,142,100)
#B89973
(184,153,115)
#BFA482
(191,164,130)
#C6AF91
(198,175,145)
#CDBAA0
(205,186,160)
#D4C5AF
(212,197,175)
#DBD0BE
(219,208,190)
#E2DBCD
(226,219,205)
#E9E6DC
(233,230,220)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8355 color. Also use rgb(170,131,85) instead hex code.

Text Font Color

.myTextColor { color: #AA8355; }

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

This text font color is #AA8355.


Background Color

.myBgColor { background-color: #AA8355; }

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

This div background color is #AA8355.


Border color

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

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

This div border color is #AA8355.


Opacity

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

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

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

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

This text has shadow with #AA8355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8355 on black background.


Color preview on white background

This text has color #AA8355 on white background.



Black color preview on #AA8355 background

This text has black color on #AA8355 background.


White color preview on #AA8355 background

This text has white color on #AA8355 background.