COLOR #AA8945

HEX: #AA8945 RGB: (170,137,69)

Color info

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

RGB color model

#AA8945 color RGB value is (170,137,69).

RGB: (170,137,69) (67%, 54%, 27%)

RGB channels and saturation

R 170 of 255 = 67%
G 137 of 255 = 54%
B 69 of 255 = 27%

170
137
69

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

Portions of RGB colors in percentages

R + G + B = 170 + 137 + 69 = 376 (100%)
R 170 of 376 ~ 45.21%
G 137 of 376 ~ 36.44%
B 69 of 376 ~ 18.35'%

%45.21
%36.44
%18.35

CMYK color model

#AA8945 color CMYK value is (0,19,59,33).

  • cyan value is 0.00%
  • magenta value is 19.41%
  • yellow value is 59.41%
  • key color value is 33.33%
CMYK: (0,19,59,33) C0M19Y59K33 (0%,19%,59%,33%) (0.00/0.19/0.59/0.33) 

CMYK percentages

%0
%19.41
%59.41
%33.33

Codes

Color #AA8945 in popluar color models

AA 89 45
RGB 170 137 69
HSL 40° 42.26% 46.86%
HSB/HSV 40° 59.41% 66.67%
CMYK 0.00% 19.41% 59.41%
33.33%

Color #AA8945 in popluar number systems.

HEX AA 89 45
Decimal 170 137 69
Binary 10101010 10001001 1000101
Octal 252 211 105

Shades and tints

Shades of #AA8945

#AA8945
(170,137,69)
#9B7D3F
(155,125,63)
#8C7139
(140,113,57)
#7D6533
(125,101,51)
#6E592D
(110,89,45)
#5F4D27
(95,77,39)
#504121
(80,65,33)
#41351B
(65,53,27)
#322915
(50,41,21)
#231D0F
(35,29,15)
#141109
(20,17,9)
#000000
(0,0,0)

Tints of #AA8945

#AA8945
(170,137,69)
#B19355
(177,147,85)
#B89D65
(184,157,101)
#BFA775
(191,167,117)
#C6B185
(198,177,133)
#CDBB95
(205,187,149)
#D4C5A5
(212,197,165)
#DBCFB5
(219,207,181)
#E2D9C5
(226,217,197)
#E9E3D5
(233,227,213)
#F0EDE5
(240,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8945; }

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

This text font color is #AA8945.

Background Color

.myBgColor { background-color: #AA8945; }

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

This div background color is #AA8945.

Border color

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

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

This div border color is #AA8945.

Opacity

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

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

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

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

This text has shadow with #AA8945 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8945.

Preview

Color preview on black background

This text has color #AA8945 on black background.


Color preview on white background

This text has color #AA8945 on white background.


Black color preview on #AA8945 background

This text has black color on #AA8945 background.


White color preview on #AA8945 background

This text has white color on #AA8945 background.


Related colors

Complementary color

Complementary color for #hex is #5576BA.


I love getcolorcode.com

Triadic colors

1 #45AA89 and #8945AA with #AA8945 are triadic colors.

2 #4589AA and #89AA45 with #AA8945 are triadic colors.