Shades of Earls Green #AAA72A
Tints of Earls Green #AAA72A
RGB
CMYK
RGB Variations
Color information
#AAA72A (or 0xAAA72A) is known color: Earls Green. HEX triplet: AA, A7 and 2A. RGB value is (170,167,42). Sum of RGB (Red+Green+Blue) = 170+167+42=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 167 (65.62% from 255 or 44.06% from 379); Blue value is 42 (16.80% from 255 or 11.08% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA72A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA72A is #5558D5. Grayscale: #9A9A9A. Windows color (decimal): -5593302 or 2795434. OLE color: 2795434.
HSL color Cylindrical-coordinate representation of color #AAA72A: hue angle of 58.59º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AAA72A is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 42 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.33 |
| HSL | 58.59º | 0.6% | 0.42% | - |
| HSV(B) | 58.59º | 0.75% | 0.67% | - |
| XYZ | 30.81 | 36.35 | 7.58 | - |
| YUV | 153.65 | 64.99 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 42 | 0 | 0.02 | 0.75 | 0.33 | 58.59 | 0.6 | 0.42 |
| Hex | AA | A7 | 2A | 0 | 2 | 4B | 21 | 3B | 3C | 2A |
| Octal | 252 | 247 | 52 | 0 | 2 | 113 | 41 | 73 | 74 | 52 |
| Binary | 10101010 | 10100111 | 101010 | 0 | 10 | 1001011 | 100001 | 111011 | 111100 | 101010 |
Color Harmonies of #AAA72A
Complementary color
Monochromatic Colors of #AAA72A
Black with #AAA72A
Text Example
Text Example
White with #AAA72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA72A; }
p { color: rgb(170,167,42); }
H1.HeaderClassName
{
color: #AAA72A;
}
.AnyTagClassName
{
color: #AAA72A;
}
</style>
background-color css
<style>
a { background-color: #AAA72A; }
a { background-color: rgb(170,167,42); }
div.DivClassName
{
background-color: #AAA72A;
}
.BgClassName
{
background-color: #AAA72A;
}
</style>
border-color css
<style>
span { border-color: #AAA72A; }
span { border-color: rgb(170,167,42); }
td.TdClassName
{
border-color: #AAA72A;
}
.TagClassName
{
border-color: #AAA72A;
}
</style>