COLOR #AA885B

HEX: #AA885B
RGB: (170,136,91)

Color info

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

RGB color model

#AA885B color RGB value is (170,136,91).

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

RGB channels and saturation

R 170 of 255 = 67%
G 136 of 255 = 53%
B 91 of 255 = 36%

170
136
91

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

Portions of RGB colors in percentages

R + G + B =
170 + 136 + 91 = 397 (100%)
R 170 of 397 ~ 42.82%
G 136 of 397 ~ 34.26%
B 91 of 397 ~ 22.92%

%42.82
%34.26
%22.92

CMYK color model

#AA885B color CMYK value is (0,20,46,33).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 46.47%
  • key color value is 33.33%
CMYK:
(0,20,46,33)
C0M20Y46K33 
(0%,20%,46%,33%)
(0.00/0.20/0.46/0.33)	

CMYK percentages

%0
%20
%46.47
%33.33

Codes

Color #AA885B in popluar color models

AA885B
RGB17013691
HSL34°31.73%51.18%
HSB/HSV34°46.47%66.67%
CMYK0.00%20.00%46.47%
33.33%

Color #AA885B in popluar number systems.

HEXAA885B
Decimal17013691
Binary10101010100010001011011
Octal252210133

Shades and tints

Shades of #AA885B

#AA885B
(170,136,91)
#9B7C53
(155,124,83)
#8C704B
(140,112,75)
#7D6443
(125,100,67)
#6E583B
(110,88,59)
#5F4C33
(95,76,51)
#50402B
(80,64,43)
#413423
(65,52,35)
#32281B
(50,40,27)
#231C13
(35,28,19)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #AA885B

#AA885B
(170,136,91)
#B19269
(177,146,105)
#B89C77
(184,156,119)
#BFA685
(191,166,133)
#C6B093
(198,176,147)
#CDBAA1
(205,186,161)
#D4C4AF
(212,196,175)
#DBCEBD
(219,206,189)
#E2D8CB
(226,216,203)
#E9E2D9
(233,226,217)
#F0ECE7
(240,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA885B; }

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

This text font color is #AA885B.


Background Color

.myBgColor { background-color: #AA885B; }

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

This div background color is #AA885B.


Border color

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

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

This div border color is #AA885B.


Opacity

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

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

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

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

This text has shadow with #AA885B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA885B on black background.


Color preview on white background

This text has color #AA885B on white background.



Black color preview on #AA885B background

This text has black color on #AA885B background.


White color preview on #AA885B background

This text has white color on #AA885B background.