Shades of Earls Green #ABA728
Tints of Earls Green #ABA728
RGB
CMYK
RGB Variations
Color information
#ABA728 (or 0xABA728) is known color: Earls Green. HEX triplet: AB, A7 and 28. RGB value is (171,167,40). Sum of RGB (Red+Green+Blue) = 171+167+40=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 167 (65.62% from 255 or 44.18% from 378); Blue value is 40 (16.02% from 255 or 10.58% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA728 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA728 is #5458D7. Grayscale: #9A9A9A. Windows color (decimal): -5527768 or 2664363. OLE color: 2664363.
HSL color Cylindrical-coordinate representation of color #ABA728: hue angle of 58.17º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ABA728 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 167 | 40 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.33 |
| HSL | 58.17º | 0.62% | 0.41% | - |
| HSV(B) | 58.17º | 0.77% | 0.67% | - |
| XYZ | 31 | 36.45 | 7.41 | - |
| YUV | 153.72 | 63.83 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 40 | 0 | 0.02 | 0.77 | 0.33 | 58.17 | 0.62 | 0.41 |
| Hex | AB | A7 | 28 | 0 | 2 | 4D | 21 | 3A | 3E | 29 |
| Octal | 253 | 247 | 50 | 0 | 2 | 115 | 41 | 72 | 76 | 51 |
| Binary | 10101011 | 10100111 | 101000 | 0 | 10 | 1001101 | 100001 | 111010 | 111110 | 101001 |
Color Harmonies of #ABA728
Complementary color
Monochromatic Colors of #ABA728
Black with #ABA728
Text Example
Text Example
White with #ABA728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA728; }
p { color: rgb(171,167,40); }
H1.HeaderClassName
{
color: #ABA728;
}
.AnyTagClassName
{
color: #ABA728;
}
</style>
background-color css
<style>
a { background-color: #ABA728; }
a { background-color: rgb(171,167,40); }
div.DivClassName
{
background-color: #ABA728;
}
.BgClassName
{
background-color: #ABA728;
}
</style>
border-color css
<style>
span { border-color: #ABA728; }
span { border-color: rgb(171,167,40); }
td.TdClassName
{
border-color: #ABA728;
}
.TagClassName
{
border-color: #ABA728;
}
</style>