Shades of Earls Green #AAA52C
Tints of Earls Green #AAA52C
RGB
CMYK
RGB Variations
Color information
#AAA52C (or 0xAAA52C) is known color: Earls Green. HEX triplet: AA, A5 and 2C. RGB value is (170,165,44). Sum of RGB (Red+Green+Blue) = 170+165+44=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA52C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA52C is #555AD3. Grayscale: #999999. Windows color (decimal): -5593812 or 2925994. OLE color: 2925994.
HSL color Cylindrical-coordinate representation of color #AAA52C: hue angle of 57.62º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAA52C is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 44 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.33 |
| HSL | 57.62º | 0.59% | 0.42% | - |
| HSV(B) | 57.62º | 0.74% | 0.67% | - |
| XYZ | 30.49 | 35.64 | 7.65 | - |
| YUV | 152.7 | 66.66 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 44 | 0 | 0.03 | 0.74 | 0.33 | 57.62 | 0.59 | 0.42 |
| Hex | AA | A5 | 2C | 0 | 3 | 4A | 21 | 3A | 3B | 2A |
| Octal | 252 | 245 | 54 | 0 | 3 | 112 | 41 | 72 | 73 | 52 |
| Binary | 10101010 | 10100101 | 101100 | 0 | 11 | 1001010 | 100001 | 111010 | 111011 | 101010 |
Color Harmonies of #AAA52C
Complementary color
Monochromatic Colors of #AAA52C
Black with #AAA52C
Text Example
Text Example
White with #AAA52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA52C; }
p { color: rgb(170,165,44); }
H1.HeaderClassName
{
color: #AAA52C;
}
.AnyTagClassName
{
color: #AAA52C;
}
</style>
background-color css
<style>
a { background-color: #AAA52C; }
a { background-color: rgb(170,165,44); }
div.DivClassName
{
background-color: #AAA52C;
}
.BgClassName
{
background-color: #AAA52C;
}
</style>
border-color css
<style>
span { border-color: #AAA52C; }
span { border-color: rgb(170,165,44); }
td.TdClassName
{
border-color: #AAA52C;
}
.TagClassName
{
border-color: #AAA52C;
}
</style>