Shades of Earls Green #ADA71D
Tints of Earls Green #ADA71D
RGB
CMYK
RGB Variations
Color information
#ADA71D (or 0xADA71D) is known color: Earls Green. HEX triplet: AD, A7 and 1D. RGB value is (173,167,29). Sum of RGB (Red+Green+Blue) = 173+167+29=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 167 (65.62% from 255 or 45.26% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA71D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA71D is #5258E2. Grayscale: #999999. Windows color (decimal): -5396707 or 1943469. OLE color: 1943469.
HSL color Cylindrical-coordinate representation of color #ADA71D: hue angle of 57.5º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADA71D is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 29 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.32 |
| HSL | 57.5º | 0.71% | 0.4% | - |
| HSV(B) | 57.5º | 0.83% | 0.68% | - |
| XYZ | 31.27 | 36.61 | 6.58 | - |
| YUV | 153.06 | 57.99 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 29 | 0 | 0.03 | 0.83 | 0.32 | 57.5 | 0.71 | 0.4 |
| Hex | AD | A7 | 1D | 0 | 3 | 53 | 20 | 3A | 47 | 28 |
| Octal | 255 | 247 | 35 | 0 | 3 | 123 | 40 | 72 | 107 | 50 |
| Binary | 10101101 | 10100111 | 11101 | 0 | 11 | 1010011 | 100000 | 111010 | 1000111 | 101000 |
Color Harmonies of #ADA71D
Complementary color
Monochromatic Colors of #ADA71D
Black with #ADA71D
Text Example
Text Example
White with #ADA71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA71D; }
p { color: rgb(173,167,29); }
H1.HeaderClassName
{
color: #ADA71D;
}
.AnyTagClassName
{
color: #ADA71D;
}
</style>
background-color css
<style>
a { background-color: #ADA71D; }
a { background-color: rgb(173,167,29); }
div.DivClassName
{
background-color: #ADA71D;
}
.BgClassName
{
background-color: #ADA71D;
}
</style>
border-color css
<style>
span { border-color: #ADA71D; }
span { border-color: rgb(173,167,29); }
td.TdClassName
{
border-color: #ADA71D;
}
.TagClassName
{
border-color: #ADA71D;
}
</style>