COLOR #AA9937

HEX: #AA9937 RGB: (170,153,55)

Color info

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

RGB color model

#AA9937 color RGB value is (170,153,55).

RGB: (170,153,55) (67%, 60%, 22%)

RGB channels and saturation

R 170 of 255 = 67%
G 153 of 255 = 60%
B 55 of 255 = 22%

170
153
55

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

Portions of RGB colors in percentages

R + G + B = 170 + 153 + 55 = 378 (100%)
R 170 of 378 ~ 44.97%
G 153 of 378 ~ 40.48%
B 55 of 378 ~ 14.55'%

%44.97
%40.48
%14.55

CMYK color model

#AA9937 color CMYK value is (0,10,68,33).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 67.65%
  • key color value is 33.33%
CMYK: (0,10,68,33) C0M10Y68K33 (0%,10%,68%,33%) (0.00/0.10/0.68/0.33) 

CMYK percentages

%0
%10
%67.65
%33.33

Codes

Color #AA9937 in popluar color models

AA 99 37
RGB 170 153 55
HSL 51° 51.11% 44.12%
HSB/HSV 51° 67.65% 66.67%
CMYK 0.00% 10.00% 67.65%
33.33%

Color #AA9937 in popluar number systems.

HEX AA 99 37
Decimal 170 153 55
Binary 10101010 10011001 110111
Octal 252 231 67

Shades and tints

Shades of #AA9937

#AA9937
(170,153,55)
#9B8C32
(155,140,50)
#8C7F2D
(140,127,45)
#7D7228
(125,114,40)
#6E6523
(110,101,35)
#5F581E
(95,88,30)
#504B19
(80,75,25)
#413E14
(65,62,20)
#32310F
(50,49,15)
#23240A
(35,36,10)
#141705
(20,23,5)
#000000
(0,0,0)

Tints of #AA9937

#AA9937
(170,153,55)
#B1A249
(177,162,73)
#B8AB5B
(184,171,91)
#BFB46D
(191,180,109)
#C6BD7F
(198,189,127)
#CDC691
(205,198,145)
#D4CFA3
(212,207,163)
#DBD8B5
(219,216,181)
#E2E1C7
(226,225,199)
#E9EAD9
(233,234,217)
#F0F3EB
(240,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9937 color. Also use rgb(170,153,55) instead hex code.

Text Font Color

.myTextColor { color: #AA9937; }

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

This text font color is #AA9937.

Background Color

.myBgColor { background-color: #AA9937; }

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

This div background color is #AA9937.

Border color

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

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

This div border color is #AA9937.

Opacity

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

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

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

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

This text has shadow with #AA9937 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9937.

Preview

Color preview on black background

This text has color #AA9937 on black background.


Color preview on white background

This text has color #AA9937 on white background.


Black color preview on #AA9937 background

This text has black color on #AA9937 background.


White color preview on #AA9937 background

This text has white color on #AA9937 background.


Related colors

Complementary color

Complementary color for #hex is #5566C8.


I love getcolorcode.com

Triadic colors

1 #37AA99 and #9937AA with #AA9937 are triadic colors.

2 #3799AA and #99AA37 with #AA9937 are triadic colors.