COLOR #AA895A

HEX: #AA895A
RGB: (170,137,90)

Color info

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

RGB color model

#AA895A color RGB value is (170,137,90).

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

RGB channels and saturation

R 170 of 255 = 67%
G 137 of 255 = 54%
B 90 of 255 = 35%

170
137
90

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

Portions of RGB colors in percentages

R + G + B =
170 + 137 + 90 = 397 (100%)
R 170 of 397 ~ 42.82%
G 137 of 397 ~ 34.51%
B 90 of 397 ~ 22.67%

%42.82
%34.51
%22.67

CMYK color model

#AA895A color CMYK value is (0,19,47,33).

  • cyan value is 0.00%
  • magenta value is 19.41%
  • yellow value is 47.06%
  • key color value is 33.33%
CMYK:
(0,19,47,33)
C0M19Y47K33 
(0%,19%,47%,33%)
(0.00/0.19/0.47/0.33)	

CMYK percentages

%0
%19.41
%47.06
%33.33

Codes

Color #AA895A in popluar color models

AA895A
RGB17013790
HSL35°32.00%50.98%
HSB/HSV35°47.06%66.67%
CMYK0.00%19.41%47.06%
33.33%

Color #AA895A in popluar number systems.

HEXAA895A
Decimal17013790
Binary10101010100010011011010
Octal252211132

Shades and tints

Shades of #AA895A

#AA895A
(170,137,90)
#9B7D52
(155,125,82)
#8C714A
(140,113,74)
#7D6542
(125,101,66)
#6E593A
(110,89,58)
#5F4D32
(95,77,50)
#50412A
(80,65,42)
#413522
(65,53,34)
#32291A
(50,41,26)
#231D12
(35,29,18)
#14110A
(20,17,10)
#000000
(0,0,0)

Tints of #AA895A

#AA895A
(170,137,90)
#B19369
(177,147,105)
#B89D78
(184,157,120)
#BFA787
(191,167,135)
#C6B196
(198,177,150)
#CDBBA5
(205,187,165)
#D4C5B4
(212,197,180)
#DBCFC3
(219,207,195)
#E2D9D2
(226,217,210)
#E9E3E1
(233,227,225)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA895A; }

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

This text font color is #AA895A.


Background Color

.myBgColor { background-color: #AA895A; }

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

This div background color is #AA895A.


Border color

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

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

This div border color is #AA895A.


Opacity

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

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

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

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

This text has shadow with #AA895A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA895A on black background.


Color preview on white background

This text has color #AA895A on white background.



Black color preview on #AA895A background

This text has black color on #AA895A background.


White color preview on #AA895A background

This text has white color on #AA895A background.