Shades of Earls Green #AAAA28
Tints of Earls Green #AAAA28
RGB
CMYK
RGB Variations
Color information
#AAAA28 (or 0xAAAA28) is known color: Earls Green. HEX triplet: AA, AA and 28. RGB value is (170,170,40). Sum of RGB (Red+Green+Blue) = 170+170+40=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAA28 is #5555D7. Grayscale: #9B9B9B. Windows color (decimal): -5592536 or 2665130. OLE color: 2665130.
HSL color Cylindrical-coordinate representation of color #AAAA28: hue angle of 60º 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 #AAAA28 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 40 | - |
| CMYK | 0 | 0 | 0.76 | 0.33 |
| HSL | 60º | 0.62% | 0.41% | - |
| HSV(B) | 60º | 0.76% | 0.67% | - |
| XYZ | 31.34 | 37.45 | 7.58 | - |
| YUV | 155.18 | 63 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 40 | 0 | 0 | 0.76 | 0.33 | 60 | 0.62 | 0.41 |
| Hex | AA | AA | 28 | 0 | 0 | 4C | 21 | 3C | 3E | 29 |
| Octal | 252 | 252 | 50 | 0 | 0 | 114 | 41 | 74 | 76 | 51 |
| Binary | 10101010 | 10101010 | 101000 | 0 | 0 | 1001100 | 100001 | 111100 | 111110 | 101001 |
Color Harmonies of #AAAA28
Complementary color
Monochromatic Colors of #AAAA28
Black with #AAAA28
Text Example
Text Example
White with #AAAA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA28; }
p { color: rgb(170,170,40); }
H1.HeaderClassName
{
color: #AAAA28;
}
.AnyTagClassName
{
color: #AAAA28;
}
</style>
background-color css
<style>
a { background-color: #AAAA28; }
a { background-color: rgb(170,170,40); }
div.DivClassName
{
background-color: #AAAA28;
}
.BgClassName
{
background-color: #AAAA28;
}
</style>
border-color css
<style>
span { border-color: #AAAA28; }
span { border-color: rgb(170,170,40); }
td.TdClassName
{
border-color: #AAAA28;
}
.TagClassName
{
border-color: #AAAA28;
}
</style>