Shades of Earls Green #AAA62A
Tints of Earls Green #AAA62A
RGB
CMYK
RGB Variations
Color information
#AAA62A (or 0xAAA62A) is known color: Earls Green. HEX triplet: AA, A6 and 2A. RGB value is (170,166,42). Sum of RGB (Red+Green+Blue) = 170+166+42=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 42 (16.80% from 255 or 11.11% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA62A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA62A is #5559D5. Grayscale: #999999. Windows color (decimal): -5593558 or 2795178. OLE color: 2795178.
HSL color Cylindrical-coordinate representation of color #AAA62A: hue angle of 58.12º 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 #AAA62A is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 42 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.33 |
| HSL | 58.13º | 0.6% | 0.42% | - |
| HSV(B) | 58.13º | 0.75% | 0.67% | - |
| XYZ | 30.63 | 35.99 | 7.52 | - |
| YUV | 153.06 | 65.33 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 42 | 0 | 0.02 | 0.75 | 0.33 | 58.13 | 0.6 | 0.42 |
| Hex | AA | A6 | 2A | 0 | 2 | 4B | 21 | 3A | 3C | 2A |
| Octal | 252 | 246 | 52 | 0 | 2 | 113 | 41 | 72 | 74 | 52 |
| Binary | 10101010 | 10100110 | 101010 | 0 | 10 | 1001011 | 100001 | 111010 | 111100 | 101010 |
Color Harmonies of #AAA62A
Complementary color
Monochromatic Colors of #AAA62A
Black with #AAA62A
Text Example
Text Example
White with #AAA62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA62A; }
p { color: rgb(170,166,42); }
H1.HeaderClassName
{
color: #AAA62A;
}
.AnyTagClassName
{
color: #AAA62A;
}
</style>
background-color css
<style>
a { background-color: #AAA62A; }
a { background-color: rgb(170,166,42); }
div.DivClassName
{
background-color: #AAA62A;
}
.BgClassName
{
background-color: #AAA62A;
}
</style>
border-color css
<style>
span { border-color: #AAA62A; }
span { border-color: rgb(170,166,42); }
td.TdClassName
{
border-color: #AAA62A;
}
.TagClassName
{
border-color: #AAA62A;
}
</style>