COLOR #AA891E

HEX: #AA891E RGB: (170,137,30)

Color info

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

RGB color model

#AA891E color RGB value is (170,137,30).

RGB: (170,137,30) (67%, 54%, 12%)

RGB channels and saturation

R 170 of 255 = 67%
G 137 of 255 = 54%
B 30 of 255 = 12%

170
137
30

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

Portions of RGB colors in percentages

R + G + B = 170 + 137 + 30 = 337 (100%)
R 170 of 337 ~ 50.45%
G 137 of 337 ~ 40.65%
B 30 of 337 ~ 8.9'%

%50.45
%40.65

CMYK color model

#AA891E color CMYK value is (0,19,82,33).

  • cyan value is 0.00%
  • magenta value is 19.41%
  • yellow value is 82.35%
  • key color value is 33.33%
CMYK: (0,19,82,33) C0M19Y82K33 (0%,19%,82%,33%) (0.00/0.19/0.82/0.33) 

CMYK percentages

%0
%19.41
%82.35
%33.33

Codes

Color #AA891E in popluar color models

AA 89 1E
RGB 170 137 30
HSL 46° 70.00% 39.22%
HSB/HSV 46° 82.35% 66.67%
CMYK 0.00% 19.41% 82.35%
33.33%

Color #AA891E in popluar number systems.

HEX AA 89 1E
Decimal 170 137 30
Binary 10101010 10001001 11110
Octal 252 211 36

Shades and tints

Shades of #AA891E

#AA891E
(170,137,30)
#9B7D1C
(155,125,28)
#8C711A
(140,113,26)
#7D6518
(125,101,24)
#6E5916
(110,89,22)
#5F4D14
(95,77,20)
#504112
(80,65,18)
#413510
(65,53,16)
#32290E
(50,41,14)
#231D0C
(35,29,12)
#14110A
(20,17,10)
#000000
(0,0,0)

Tints of #AA891E

#AA891E
(170,137,30)
#B19332
(177,147,50)
#B89D46
(184,157,70)
#BFA75A
(191,167,90)
#C6B16E
(198,177,110)
#CDBB82
(205,187,130)
#D4C596
(212,197,150)
#DBCFAA
(219,207,170)
#E2D9BE
(226,217,190)
#E9E3D2
(233,227,210)
#F0EDE6
(240,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA891E; }

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

This text font color is #AA891E.

Background Color

.myBgColor { background-color: #AA891E; }

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

This div background color is #AA891E.

Border color

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

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

This div border color is #AA891E.

Opacity

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

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

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

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

This text has shadow with #AA891E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA891E.

Preview

Color preview on black background

This text has color #AA891E on black background.


Color preview on white background

This text has color #AA891E on white background.


Black color preview on #AA891E background

This text has black color on #AA891E background.


White color preview on #AA891E background

This text has white color on #AA891E background.


Related colors

Complementary color

Complementary color for #hex is #5576E1.


I love getcolorcode.com

Triadic colors

1 #1EAA89 and #891EAA with #AA891E are triadic colors.

2 #1E89AA and #89AA1E with #AA891E are triadic colors.