COLOR #AA8C4D

HEX: #AA8C4D RGB: (170,140,77)

Color info

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

RGB color model

#AA8C4D color RGB value is (170,140,77).

RGB: (170,140,77) (67%, 55%, 30%)

RGB channels and saturation

R 170 of 255 = 67%
G 140 of 255 = 55%
B 77 of 255 = 30%

170
140
77

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

Portions of RGB colors in percentages

R + G + B = 170 + 140 + 77 = 387 (100%)
R 170 of 387 ~ 43.93%
G 140 of 387 ~ 36.18%
B 77 of 387 ~ 19.9'%

%43.93
%36.18
%19.9

CMYK color model

#AA8C4D color CMYK value is (0,18,55,33).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 54.71%
  • key color value is 33.33%

CMYK: (0,18,55,33)
C0M18Y55K33 (0%, 18%, 55%, 33%)
(0.00 / 0.18 / 0.55 / 0.33)

CMYK percentages

%0
%17.65
%54.71
%33.33

Codes

Color #AA8C4D in popluar color models

AA 8C 4D
RGB 170 140 77
HSL 41° 37.65% 48.43%
HSB/HSV 41° 54.71% 66.67%
CMYK 0.00% 17.65% 54.71%
33.33%

Color #AA8C4D in popluar number systems.

HEX AA 8C 4D
Decimal 170 140 77
Binary 10101010 10001100 1001101
Octal 252 214 115

Shades and tints

Shades of #AA8C4D

#AA8C4D
(170,140,77)
#9B8046
(155,128,70)
#8C743F
(140,116,63)
#7D6838
(125,104,56)
#6E5C31
(110,92,49)
#5F502A
(95,80,42)
#504423
(80,68,35)
#41381C
(65,56,28)
#322C15
(50,44,21)
#23200E
(35,32,14)
#141407
(20,20,7)
#000000
(0,0,0)

Tints of #AA8C4D

#AA8C4D
(170,140,77)
#B1965D
(177,150,93)
#B8A06D
(184,160,109)
#BFAA7D
(191,170,125)
#C6B48D
(198,180,141)
#CDBE9D
(205,190,157)
#D4C8AD
(212,200,173)
#DBD2BD
(219,210,189)
#E2DCCD
(226,220,205)
#E9E6DD
(233,230,221)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8C4D color. Also use rgb(170,140,77) instead hex code.

Text Font Color

.myTextColor { color: #AA8C4D; }

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

This text font color is #AA8C4D.

Background Color

.myBgColor { background-color: #AA8C4D; }

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

This div background color is #AA8C4D.

Border color

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

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

This div border color is #AA8C4D.

Opacity

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

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

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

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

This text has shadow with #AA8C4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8C4D.

Preview

Color preview on black background

This text has color #AA8C4D on black background.


Color preview on white background

This text has color #AA8C4D on white background.


Black color preview on #AA8C4D background

This text has black color on #AA8C4D background.


White color preview on #AA8C4D background

This text has white color on #AA8C4D background.


Related colors

Complementary color

Complementary color for #hex is #5573B2.


I love getcolorcode.com

Triadic colors

1 #4DAA8C and #8C4DAA with #AA8C4D are triadic colors.

2 #4D8CAA and #8CAA4D with #AA8C4D are triadic colors.