Shades of Earls Green #AAA820
Tints of Earls Green #AAA820
RGB
CMYK
RGB Variations
Color information
#AAA820 (or 0xAAA820) is known color: Earls Green. HEX triplet: AA, A8 and 20. RGB value is (170,168,32). Sum of RGB (Red+Green+Blue) = 170+168+32=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 168 (66.02% from 255 or 45.41% from 370); Blue value is 32 (12.89% from 255 or 8.65% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA820 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA820 is #5557DF. Grayscale: #999999. Windows color (decimal): -5593056 or 2140330. OLE color: 2140330.
HSL color Cylindrical-coordinate representation of color #AAA820: hue angle of 59.13º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAA820 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 32 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.33 |
| HSL | 59.13º | 0.68% | 0.4% | - |
| HSV(B) | 59.13º | 0.81% | 0.67% | - |
| XYZ | 30.84 | 36.66 | 6.82 | - |
| YUV | 153.09 | 59.66 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 32 | 0 | 0.01 | 0.81 | 0.33 | 59.13 | 0.68 | 0.4 |
| Hex | AA | A8 | 20 | 0 | 1 | 51 | 21 | 3B | 44 | 28 |
| Octal | 252 | 250 | 40 | 0 | 1 | 121 | 41 | 73 | 104 | 50 |
| Binary | 10101010 | 10101000 | 100000 | 0 | 1 | 1010001 | 100001 | 111011 | 1000100 | 101000 |
Color Harmonies of #AAA820
Complementary color
Monochromatic Colors of #AAA820
Black with #AAA820
Text Example
Text Example
White with #AAA820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA820; }
p { color: rgb(170,168,32); }
H1.HeaderClassName
{
color: #AAA820;
}
.AnyTagClassName
{
color: #AAA820;
}
</style>
background-color css
<style>
a { background-color: #AAA820; }
a { background-color: rgb(170,168,32); }
div.DivClassName
{
background-color: #AAA820;
}
.BgClassName
{
background-color: #AAA820;
}
</style>
border-color css
<style>
span { border-color: #AAA820; }
span { border-color: rgb(170,168,32); }
td.TdClassName
{
border-color: #AAA820;
}
.TagClassName
{
border-color: #AAA820;
}
</style>