Shades of Earls Green #ADA729
Tints of Earls Green #ADA729
RGB
CMYK
RGB Variations
Color information
#ADA729 (or 0xADA729) is known color: Earls Green. HEX triplet: AD, A7 and 29. RGB value is (173,167,41). Sum of RGB (Red+Green+Blue) = 173+167+41=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 167 (65.62% from 255 or 43.83% from 381); Blue value is 41 (16.41% from 255 or 10.76% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA729 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA729 is #5258D6. Grayscale: #9A9A9A. Windows color (decimal): -5396695 or 2729901. OLE color: 2729901.
HSL color Cylindrical-coordinate representation of color #ADA729: hue angle of 57.27º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADA729 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 41 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.32 |
| HSL | 57.27º | 0.62% | 0.42% | - |
| HSV(B) | 57.27º | 0.76% | 0.68% | - |
| XYZ | 31.45 | 36.68 | 7.52 | - |
| YUV | 154.43 | 63.99 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 41 | 0 | 0.03 | 0.76 | 0.32 | 57.27 | 0.62 | 0.42 |
| Hex | AD | A7 | 29 | 0 | 3 | 4C | 20 | 39 | 3E | 2A |
| Octal | 255 | 247 | 51 | 0 | 3 | 114 | 40 | 71 | 76 | 52 |
| Binary | 10101101 | 10100111 | 101001 | 0 | 11 | 1001100 | 100000 | 111001 | 111110 | 101010 |
Color Harmonies of #ADA729
Complementary color
Monochromatic Colors of #ADA729
Black with #ADA729
Text Example
Text Example
White with #ADA729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA729; }
p { color: rgb(173,167,41); }
H1.HeaderClassName
{
color: #ADA729;
}
.AnyTagClassName
{
color: #ADA729;
}
</style>
background-color css
<style>
a { background-color: #ADA729; }
a { background-color: rgb(173,167,41); }
div.DivClassName
{
background-color: #ADA729;
}
.BgClassName
{
background-color: #ADA729;
}
</style>
border-color css
<style>
span { border-color: #ADA729; }
span { border-color: rgb(173,167,41); }
td.TdClassName
{
border-color: #ADA729;
}
.TagClassName
{
border-color: #ADA729;
}
</style>