Shades of Earls Green #AAA52F
Tints of Earls Green #AAA52F
RGB
CMYK
RGB Variations
Color information
#AAA52F (or 0xAAA52F) is known color: Earls Green. HEX triplet: AA, A5 and 2F. RGB value is (170,165,47). Sum of RGB (Red+Green+Blue) = 170+165+47=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 165 (64.84% from 255 or 43.19% from 382); Blue value is 47 (18.75% from 255 or 12.30% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA52F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA52F is #555AD0. Grayscale: #999999. Windows color (decimal): -5593809 or 3122602. OLE color: 3122602.
HSL color Cylindrical-coordinate representation of color #AAA52F: hue angle of 57.56º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAA52F is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 47 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.33 |
| HSL | 57.56º | 0.57% | 0.43% | - |
| HSV(B) | 57.56º | 0.72% | 0.67% | - |
| XYZ | 30.55 | 35.66 | 7.96 | - |
| YUV | 153.04 | 68.16 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 47 | 0 | 0.03 | 0.72 | 0.33 | 57.56 | 0.57 | 0.43 |
| Hex | AA | A5 | 2F | 0 | 3 | 48 | 21 | 3A | 39 | 2B |
| Octal | 252 | 245 | 57 | 0 | 3 | 110 | 41 | 72 | 71 | 53 |
| Binary | 10101010 | 10100101 | 101111 | 0 | 11 | 1001000 | 100001 | 111010 | 111001 | 101011 |
Color Harmonies of #AAA52F
Complementary color
Monochromatic Colors of #AAA52F
Black with #AAA52F
Text Example
Text Example
White with #AAA52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA52F; }
p { color: rgb(170,165,47); }
H1.HeaderClassName
{
color: #AAA52F;
}
.AnyTagClassName
{
color: #AAA52F;
}
</style>
background-color css
<style>
a { background-color: #AAA52F; }
a { background-color: rgb(170,165,47); }
div.DivClassName
{
background-color: #AAA52F;
}
.BgClassName
{
background-color: #AAA52F;
}
</style>
border-color css
<style>
span { border-color: #AAA52F; }
span { border-color: rgb(170,165,47); }
td.TdClassName
{
border-color: #AAA52F;
}
.TagClassName
{
border-color: #AAA52F;
}
</style>