Shades of Earls Green #ABA529
Tints of Earls Green #ABA529
RGB
CMYK
RGB Variations
Color information
#ABA529 (or 0xABA529) is known color: Earls Green. HEX triplet: AB, A5 and 29. RGB value is (171,165,41). Sum of RGB (Red+Green+Blue) = 171+165+41=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 41 (16.41% from 255 or 10.88% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA529 is #545AD6. Grayscale: #999999. Windows color (decimal): -5528279 or 2729387. OLE color: 2729387.
HSL color Cylindrical-coordinate representation of color #ABA529: hue angle of 57.23º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ABA529 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 165 | 41 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.33 |
| HSL | 57.23º | 0.61% | 0.42% | - |
| HSV(B) | 57.23º | 0.76% | 0.67% | - |
| XYZ | 30.65 | 35.73 | 7.38 | - |
| YUV | 152.66 | 64.99 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 41 | 0 | 0.04 | 0.76 | 0.33 | 57.23 | 0.61 | 0.42 |
| Hex | AB | A5 | 29 | 0 | 4 | 4C | 21 | 39 | 3D | 2A |
| Octal | 253 | 245 | 51 | 0 | 4 | 114 | 41 | 71 | 75 | 52 |
| Binary | 10101011 | 10100101 | 101001 | 0 | 100 | 1001100 | 100001 | 111001 | 111101 | 101010 |
Color Harmonies of #ABA529
Complementary color
Monochromatic Colors of #ABA529
Black with #ABA529
Text Example
Text Example
White with #ABA529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA529; }
p { color: rgb(171,165,41); }
H1.HeaderClassName
{
color: #ABA529;
}
.AnyTagClassName
{
color: #ABA529;
}
</style>
background-color css
<style>
a { background-color: #ABA529; }
a { background-color: rgb(171,165,41); }
div.DivClassName
{
background-color: #ABA529;
}
.BgClassName
{
background-color: #ABA529;
}
</style>
border-color css
<style>
span { border-color: #ABA529; }
span { border-color: rgb(171,165,41); }
td.TdClassName
{
border-color: #ABA529;
}
.TagClassName
{
border-color: #ABA529;
}
</style>