COLOR #AA855A

HEX: #AA855A
RGB: (170,133,90)

Color info

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

RGB color model

#AA855A color RGB value is (170,133,90).

  • red value is 170;
  • green value is 133;
  • blue value is 90.
RGB:
(170,133,90)
(67%,52%,35%)

RGB channels and saturation

R 170 of 255 = 67%
G 133 of 255 = 52%
B 90 of 255 = 35%

170
133
90

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

Portions of RGB colors in percentages

R + G + B =
170 + 133 + 90 = 393 (100%)
R 170 of 393 ~ 43.26%
G 133 of 393 ~ 33.84%
B 90 of 393 ~ 22.9%

%43.26
%33.84
%22.9

CMYK color model

#AA855A color CMYK value is (0,22,47,33).

  • cyan value is 0.00%
  • magenta value is 21.76%
  • yellow value is 47.06%
  • key color value is 33.33%
CMYK:
(0,22,47,33)
C0M22Y47K33 
(0%,22%,47%,33%)
(0.00/0.22/0.47/0.33)	

CMYK percentages

%0
%21.76
%47.06
%33.33

Codes

Color #AA855A in popluar color models

AA855A
RGB17013390
HSL32°32.00%50.98%
HSB/HSV32°47.06%66.67%
CMYK0.00%21.76%47.06%
33.33%

Color #AA855A in popluar number systems.

HEXAA855A
Decimal17013390
Binary10101010100001011011010
Octal252205132

Shades and tints

Shades of #AA855A

#AA855A
(170,133,90)
#9B7952
(155,121,82)
#8C6D4A
(140,109,74)
#7D6142
(125,97,66)
#6E553A
(110,85,58)
#5F4932
(95,73,50)
#503D2A
(80,61,42)
#413122
(65,49,34)
#32251A
(50,37,26)
#231912
(35,25,18)
#140D0A
(20,13,10)
#000000
(0,0,0)

Tints of #AA855A

#AA855A
(170,133,90)
#B19069
(177,144,105)
#B89B78
(184,155,120)
#BFA687
(191,166,135)
#C6B196
(198,177,150)
#CDBCA5
(205,188,165)
#D4C7B4
(212,199,180)
#DBD2C3
(219,210,195)
#E2DDD2
(226,221,210)
#E9E8E1
(233,232,225)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA855A color. Also use rgb(170,133,90) instead hex code.

Text Font Color

.myTextColor { color: #AA855A; }

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

This text font color is #AA855A.


Background Color

.myBgColor { background-color: #AA855A; }

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

This div background color is #AA855A.


Border color

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

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

This div border color is #AA855A.


Opacity

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

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

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

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

This text has shadow with #AA855A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA855A on black background.


Color preview on white background

This text has color #AA855A on white background.



Black color preview on #AA855A background

This text has black color on #AA855A background.


White color preview on #AA855A background

This text has white color on #AA855A background.