Shades of Earls Green #AAA626
Tints of Earls Green #AAA626
RGB
CMYK
RGB Variations
Color information
#AAA626 (or 0xAAA626) is known color: Earls Green. HEX triplet: AA, A6 and 26. RGB value is (170,166,38). Sum of RGB (Red+Green+Blue) = 170+166+38=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 166 (65.23% from 255 or 44.39% from 374); Blue value is 38 (15.23% from 255 or 10.16% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA626 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA626 is #5559D9. Grayscale: #999999. Windows color (decimal): -5593562 or 2533034. OLE color: 2533034.
HSL color Cylindrical-coordinate representation of color #AAA626: hue angle of 58.18º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AAA626 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 38 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.33 |
| HSL | 58.18º | 0.63% | 0.41% | - |
| HSV(B) | 58.18º | 0.78% | 0.67% | - |
| XYZ | 30.56 | 35.96 | 7.16 | - |
| YUV | 152.6 | 63.33 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 38 | 0 | 0.02 | 0.78 | 0.33 | 58.18 | 0.63 | 0.41 |
| Hex | AA | A6 | 26 | 0 | 2 | 4E | 21 | 3A | 3F | 29 |
| Octal | 252 | 246 | 46 | 0 | 2 | 116 | 41 | 72 | 77 | 51 |
| Binary | 10101010 | 10100110 | 100110 | 0 | 10 | 1001110 | 100001 | 111010 | 111111 | 101001 |
Color Harmonies of #AAA626
Complementary color
Monochromatic Colors of #AAA626
Black with #AAA626
Text Example
Text Example
White with #AAA626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA626; }
p { color: rgb(170,166,38); }
H1.HeaderClassName
{
color: #AAA626;
}
.AnyTagClassName
{
color: #AAA626;
}
</style>
background-color css
<style>
a { background-color: #AAA626; }
a { background-color: rgb(170,166,38); }
div.DivClassName
{
background-color: #AAA626;
}
.BgClassName
{
background-color: #AAA626;
}
</style>
border-color css
<style>
span { border-color: #AAA626; }
span { border-color: rgb(170,166,38); }
td.TdClassName
{
border-color: #AAA626;
}
.TagClassName
{
border-color: #AAA626;
}
</style>