Shades of Earls Green #A8AB29
Tints of Earls Green #A8AB29
RGB
CMYK
RGB Variations
Color information
#A8AB29 (or 0xA8AB29) is known color: Earls Green. HEX triplet: A8, AB and 29. RGB value is (168,171,41). Sum of RGB (Red+Green+Blue) = 168+171+41=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 41 (16.41% from 255 or 10.79% from 380); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AB29 is #5754D6. Grayscale: #9B9B9B. Windows color (decimal): -5723351 or 2730920. OLE color: 2730920.
HSL color Cylindrical-coordinate representation of color #A8AB29: hue angle of 61.38º 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 #A8AB29 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 41 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.33 |
| HSL | 61.38º | 0.61% | 0.42% | - |
| HSV(B) | 61.38º | 0.76% | 0.67% | - |
| XYZ | 31.11 | 37.61 | 7.72 | - |
| YUV | 155.28 | 63.51 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 41 | 0.02 | 0 | 0.76 | 0.33 | 61.38 | 0.61 | 0.42 |
| Hex | A8 | AB | 29 | 2 | 0 | 4C | 21 | 3D | 3D | 2A |
| Octal | 250 | 253 | 51 | 2 | 0 | 114 | 41 | 75 | 75 | 52 |
| Binary | 10101000 | 10101011 | 101001 | 10 | 0 | 1001100 | 100001 | 111101 | 111101 | 101010 |
Color Harmonies of #A8AB29
Complementary color
Monochromatic Colors of #A8AB29
Black with #A8AB29
Text Example
Text Example
White with #A8AB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB29; }
p { color: rgb(168,171,41); }
H1.HeaderClassName
{
color: #A8AB29;
}
.AnyTagClassName
{
color: #A8AB29;
}
</style>
background-color css
<style>
a { background-color: #A8AB29; }
a { background-color: rgb(168,171,41); }
div.DivClassName
{
background-color: #A8AB29;
}
.BgClassName
{
background-color: #A8AB29;
}
</style>
border-color css
<style>
span { border-color: #A8AB29; }
span { border-color: rgb(168,171,41); }
td.TdClassName
{
border-color: #A8AB29;
}
.TagClassName
{
border-color: #A8AB29;
}
</style>