Shades of Earls Green #AAA52E
Tints of Earls Green #AAA52E
RGB
CMYK
RGB Variations
Color information
#AAA52E (or 0xAAA52E) is known color: Earls Green. HEX triplet: AA, A5 and 2E. RGB value is (170,165,46). Sum of RGB (Red+Green+Blue) = 170+165+46=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 46 (18.36% from 255 or 12.07% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA52E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA52E is #555AD1. Grayscale: #999999. Windows color (decimal): -5593810 or 3057066. OLE color: 3057066.
HSL color Cylindrical-coordinate representation of color #AAA52E: hue angle of 57.58º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AAA52E is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 46 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.33 |
| HSL | 57.58º | 0.57% | 0.42% | - |
| HSV(B) | 57.58º | 0.73% | 0.67% | - |
| XYZ | 30.53 | 35.65 | 7.86 | - |
| YUV | 152.93 | 67.66 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 46 | 0 | 0.03 | 0.73 | 0.33 | 57.58 | 0.57 | 0.42 |
| Hex | AA | A5 | 2E | 0 | 3 | 49 | 21 | 3A | 39 | 2A |
| Octal | 252 | 245 | 56 | 0 | 3 | 111 | 41 | 72 | 71 | 52 |
| Binary | 10101010 | 10100101 | 101110 | 0 | 11 | 1001001 | 100001 | 111010 | 111001 | 101010 |
Color Harmonies of #AAA52E
Complementary color
Monochromatic Colors of #AAA52E
Black with #AAA52E
Text Example
Text Example
White with #AAA52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA52E; }
p { color: rgb(170,165,46); }
H1.HeaderClassName
{
color: #AAA52E;
}
.AnyTagClassName
{
color: #AAA52E;
}
</style>
background-color css
<style>
a { background-color: #AAA52E; }
a { background-color: rgb(170,165,46); }
div.DivClassName
{
background-color: #AAA52E;
}
.BgClassName
{
background-color: #AAA52E;
}
</style>
border-color css
<style>
span { border-color: #AAA52E; }
span { border-color: rgb(170,165,46); }
td.TdClassName
{
border-color: #AAA52E;
}
.TagClassName
{
border-color: #AAA52E;
}
</style>