Shades of Earls Green #AAA628
Tints of Earls Green #AAA628
RGB
CMYK
RGB Variations
Color information
#AAA628 (or 0xAAA628) is known color: Earls Green. HEX triplet: AA, A6 and 28. RGB value is (170,166,40). Sum of RGB (Red+Green+Blue) = 170+166+40=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA628 is #5559D7. Grayscale: #999999. Windows color (decimal): -5593560 or 2664106. OLE color: 2664106.
HSL color Cylindrical-coordinate representation of color #AAA628: hue angle of 58.15º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AAA628 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 40 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.33 |
| HSL | 58.15º | 0.62% | 0.41% | - |
| HSV(B) | 58.15º | 0.76% | 0.67% | - |
| XYZ | 30.6 | 35.97 | 7.34 | - |
| YUV | 152.83 | 64.33 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 40 | 0 | 0.02 | 0.76 | 0.33 | 58.15 | 0.62 | 0.41 |
| Hex | AA | A6 | 28 | 0 | 2 | 4C | 21 | 3A | 3E | 29 |
| Octal | 252 | 246 | 50 | 0 | 2 | 114 | 41 | 72 | 76 | 51 |
| Binary | 10101010 | 10100110 | 101000 | 0 | 10 | 1001100 | 100001 | 111010 | 111110 | 101001 |
Color Harmonies of #AAA628
Complementary color
Monochromatic Colors of #AAA628
Black with #AAA628
Text Example
Text Example
White with #AAA628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA628; }
p { color: rgb(170,166,40); }
H1.HeaderClassName
{
color: #AAA628;
}
.AnyTagClassName
{
color: #AAA628;
}
</style>
background-color css
<style>
a { background-color: #AAA628; }
a { background-color: rgb(170,166,40); }
div.DivClassName
{
background-color: #AAA628;
}
.BgClassName
{
background-color: #AAA628;
}
</style>
border-color css
<style>
span { border-color: #AAA628; }
span { border-color: rgb(170,166,40); }
td.TdClassName
{
border-color: #AAA628;
}
.TagClassName
{
border-color: #AAA628;
}
</style>