Shades of Earls Green #A8AB20
Tints of Earls Green #A8AB20
RGB
CMYK
RGB Variations
Color information
#A8AB20 (or 0xA8AB20) is known color: Earls Green. HEX triplet: A8, AB and 20. RGB value is (168,171,32). Sum of RGB (Red+Green+Blue) = 168+171+32=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AB20 is #5754DF. Grayscale: #9A9A9A. Windows color (decimal): -5723360 or 2141096. OLE color: 2141096.
HSL color Cylindrical-coordinate representation of color #A8AB20: hue angle of 61.29º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A8AB20 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 32 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.33 |
| HSL | 61.29º | 0.68% | 0.4% | - |
| HSV(B) | 61.29º | 0.81% | 0.67% | - |
| XYZ | 30.97 | 37.55 | 6.98 | - |
| YUV | 154.26 | 59.01 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 32 | 0.02 | 0 | 0.81 | 0.33 | 61.29 | 0.68 | 0.4 |
| Hex | A8 | AB | 20 | 2 | 0 | 51 | 21 | 3D | 44 | 28 |
| Octal | 250 | 253 | 40 | 2 | 0 | 121 | 41 | 75 | 104 | 50 |
| Binary | 10101000 | 10101011 | 100000 | 10 | 0 | 1010001 | 100001 | 111101 | 1000100 | 101000 |
Color Harmonies of #A8AB20
Complementary color
Monochromatic Colors of #A8AB20
Black with #A8AB20
Text Example
Text Example
White with #A8AB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB20; }
p { color: rgb(168,171,32); }
H1.HeaderClassName
{
color: #A8AB20;
}
.AnyTagClassName
{
color: #A8AB20;
}
</style>
background-color css
<style>
a { background-color: #A8AB20; }
a { background-color: rgb(168,171,32); }
div.DivClassName
{
background-color: #A8AB20;
}
.BgClassName
{
background-color: #A8AB20;
}
</style>
border-color css
<style>
span { border-color: #A8AB20; }
span { border-color: rgb(168,171,32); }
td.TdClassName
{
border-color: #A8AB20;
}
.TagClassName
{
border-color: #A8AB20;
}
</style>