COLOR #AA8A39

HEX: #AA8A39 RGB: (170,138,57)

Color info

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

RGB color model

#AA8A39 color RGB value is (170,138,57).

RGB: (170,138,57) (67%, 54%, 22%)

RGB channels and saturation

R 170 of 255 = 67%
G 138 of 255 = 54%
B 57 of 255 = 22%

170
138
57

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

Portions of RGB colors in percentages

R + G + B = 170 + 138 + 57 = 365 (100%)
R 170 of 365 ~ 46.58%
G 138 of 365 ~ 37.81%
B 57 of 365 ~ 15.62'%

%46.58
%37.81
%15.62

CMYK color model

#AA8A39 color CMYK value is (0,19,66,33).

  • cyan value is 0.00%
  • magenta value is 18.82%
  • yellow value is 66.47%
  • key color value is 33.33%

CMYK: (0,19,66,33)
C0M19Y66K33 (0%, 19%, 66%, 33%)
(0.00 / 0.19 / 0.66 / 0.33)

CMYK percentages

%0
%18.82
%66.47
%33.33

Codes

Color #AA8A39 in popluar color models

AA 8A 39
RGB 170 138 57
HSL 43° 49.78% 44.51%
HSB/HSV 43° 66.47% 66.67%
CMYK 0.00% 18.82% 66.47%
33.33%

Color #AA8A39 in popluar number systems.

HEX AA 8A 39
Decimal 170 138 57
Binary 10101010 10001010 111001
Octal 252 212 71

Shades and tints

Shades of #AA8A39

#AA8A39
(170,138,57)
#9B7E34
(155,126,52)
#8C722F
(140,114,47)
#7D662A
(125,102,42)
#6E5A25
(110,90,37)
#5F4E20
(95,78,32)
#50421B
(80,66,27)
#413616
(65,54,22)
#322A11
(50,42,17)
#231E0C
(35,30,12)
#141207
(20,18,7)
#000000
(0,0,0)

Tints of #AA8A39

#AA8A39
(170,138,57)
#B1944B
(177,148,75)
#B89E5D
(184,158,93)
#BFA86F
(191,168,111)
#C6B281
(198,178,129)
#CDBC93
(205,188,147)
#D4C6A5
(212,198,165)
#DBD0B7
(219,208,183)
#E2DAC9
(226,218,201)
#E9E4DB
(233,228,219)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8A39 color. Also use rgb(170,138,57) instead hex code.

Text Font Color

.myTextColor { color: #AA8A39; }

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

This text font color is #AA8A39.

Background Color

.myBgColor { background-color: #AA8A39; }

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

This div background color is #AA8A39.

Border color

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

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

This div border color is #AA8A39.

Opacity

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

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

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

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

This text has shadow with #AA8A39 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8A39.

Preview

Color preview on black background

This text has color #AA8A39 on black background.


Color preview on white background

This text has color #AA8A39 on white background.


Black color preview on #AA8A39 background

This text has black color on #AA8A39 background.


White color preview on #AA8A39 background

This text has white color on #AA8A39 background.


Related colors

Complementary color

Complementary color for #hex is #5575C6.


I love getcolorcode.com

Triadic colors

1 #39AA8A and #8A39AA with #AA8A39 are triadic colors.

2 #398AAA and #8AAA39 with #AA8A39 are triadic colors.