Shades of Earls Green #ABA531
Tints of Earls Green #ABA531
RGB
CMYK
RGB Variations
Color information
#ABA531 (or 0xABA531) is known color: Earls Green. HEX triplet: AB, A5 and 31. RGB value is (171,165,49). Sum of RGB (Red+Green+Blue) = 171+165+49=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 49 (19.53% from 255 or 12.73% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA531 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA531 is #545ACE. Grayscale: #9A9A9A. Windows color (decimal): -5528271 or 3253675. OLE color: 3253675.
HSL color Cylindrical-coordinate representation of color #ABA531: hue angle of 57.05º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ABA531 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 165 | 49 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.33 |
| HSL | 57.05º | 0.55% | 0.43% | - |
| HSV(B) | 57.05º | 0.71% | 0.67% | - |
| XYZ | 30.8 | 35.79 | 8.19 | - |
| YUV | 153.57 | 68.99 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 49 | 0 | 0.04 | 0.71 | 0.33 | 57.05 | 0.55 | 0.43 |
| Hex | AB | A5 | 31 | 0 | 4 | 47 | 21 | 39 | 37 | 2B |
| Octal | 253 | 245 | 61 | 0 | 4 | 107 | 41 | 71 | 67 | 53 |
| Binary | 10101011 | 10100101 | 110001 | 0 | 100 | 1000111 | 100001 | 111001 | 110111 | 101011 |
Color Harmonies of #ABA531
Complementary color
Monochromatic Colors of #ABA531
Black with #ABA531
Text Example
Text Example
White with #ABA531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA531; }
p { color: rgb(171,165,49); }
H1.HeaderClassName
{
color: #ABA531;
}
.AnyTagClassName
{
color: #ABA531;
}
</style>
background-color css
<style>
a { background-color: #ABA531; }
a { background-color: rgb(171,165,49); }
div.DivClassName
{
background-color: #ABA531;
}
.BgClassName
{
background-color: #ABA531;
}
</style>
border-color css
<style>
span { border-color: #ABA531; }
span { border-color: rgb(171,165,49); }
td.TdClassName
{
border-color: #ABA531;
}
.TagClassName
{
border-color: #ABA531;
}
</style>