HEX: #AA9937
RGB: (170,153,55)
#AA9937 contains mainly red and green colors. Web safe color of #AA9937 is #999933 (or #993).
#AA9937 color RGB value is (170,153,55).
RGB: (170,153,55)
(67%, 60%, 22%)
R 170 of 255 = 67%
G 153 of 255 = 60%
B 55 of 255 = 22%
R + G + B ~ 50%. #AA9937 is middle color (not dark and not light).
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'%
#AA9937 color CMYK value is (0,10,68,33).
CMYK: (0,10,68,33) C0M10Y68K33 (0%,10%,68%,33%) (0.00/0.10/0.68/0.33)
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 of #AA9937
Tints of #AA9937
Examples of css and html codes for elements with #AA9937 color. Also use rgb(170,153,55) instead hex code.
.myTextColor { color: #AA9937; }
<p style="color:#AA9937">This sample text font color is #AA9937.</p>
This text font color is #AA9937.
.myBgColor { background-color: #AA9937; }
<div style="background-color:#AA9937">Inner text</div>
This div background color is #AA9937.
.myBorderColor { border: 1px solid #AA9937; }
<div style="border:3px solid #AA9937">Div</div>
This div border color is #AA9937.
.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%.
.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.
/* 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 text has color #AA9937 on black background.
This text has color #AA9937 on white background.
This text has black color on #AA9937 background.
This text has white color on #AA9937 background.
Complementary color for #hex is #5566C8.