COLOR #AA894B

HEX: #AA894B
RGB: (170,137,75)

Color info

#AA894B contains mainly red and green colors. Web safe color of #AA894B is #999933 (or #993).

RGB color model

#AA894B color RGB value is (170,137,75).

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

RGB channels and saturation

R 170 of 255 = 67%
G 137 of 255 = 54%
B 75 of 255 = 29%

170
137
75

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

Portions of RGB colors in percentages

R + G + B =
170 + 137 + 75 = 382 (100%)
R 170 of 382 ~ 44.5%
G 137 of 382 ~ 35.86%
B 75 of 382 ~ 19.63%

%44.5
%35.86
%19.63

CMYK color model

#AA894B color CMYK value is (0,19,56,33).

  • cyan value is 0.00%
  • magenta value is 19.41%
  • yellow value is 55.88%
  • key color value is 33.33%
CMYK:
(0,19,56,33)
C0M19Y56K33 
(0%,19%,56%,33%)
(0.00/0.19/0.56/0.33)	

CMYK percentages

%0
%19.41
%55.88
%33.33

Codes

Color #AA894B in popluar color models

AA894B
RGB17013775
HSL39°38.78%48.04%
HSB/HSV39°55.88%66.67%
CMYK0.00%19.41%55.88%
33.33%

Color #AA894B in popluar number systems.

HEXAA894B
Decimal17013775
Binary10101010100010011001011
Octal252211113

Shades and tints

Shades of #AA894B

#AA894B
(170,137,75)
#9B7D45
(155,125,69)
#8C713F
(140,113,63)
#7D6539
(125,101,57)
#6E5933
(110,89,51)
#5F4D2D
(95,77,45)
#504127
(80,65,39)
#413521
(65,53,33)
#32291B
(50,41,27)
#231D15
(35,29,21)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #AA894B

#AA894B
(170,137,75)
#B1935B
(177,147,91)
#B89D6B
(184,157,107)
#BFA77B
(191,167,123)
#C6B18B
(198,177,139)
#CDBB9B
(205,187,155)
#D4C5AB
(212,197,171)
#DBCFBB
(219,207,187)
#E2D9CB
(226,217,203)
#E9E3DB
(233,227,219)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA894B; }

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

This text font color is #AA894B.


Background Color

.myBgColor { background-color: #AA894B; }

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

This div background color is #AA894B.


Border color

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

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

This div border color is #AA894B.


Opacity

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

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

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

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

This text has shadow with #AA894B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA894B on black background.


Color preview on white background

This text has color #AA894B on white background.



Black color preview on #AA894B background

This text has black color on #AA894B background.


White color preview on #AA894B background

This text has white color on #AA894B background.