Shades of Earls Green #ADA71C
Tints of Earls Green #ADA71C
RGB
CMYK
RGB Variations
Color information
#ADA71C (or 0xADA71C) is known color: Earls Green. HEX triplet: AD, A7 and 1C. RGB value is (173,167,28). Sum of RGB (Red+Green+Blue) = 173+167+28=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 167 (65.62% from 255 or 45.38% from 368); Blue value is 28 (11.33% from 255 or 7.61% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA71C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA71C is #5258E3. Grayscale: #999999. Windows color (decimal): -5396708 or 1877933. OLE color: 1877933.
HSL color Cylindrical-coordinate representation of color #ADA71C: hue angle of 57.52º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADA71C is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 28 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.32 |
| HSL | 57.52º | 0.72% | 0.39% | - |
| HSV(B) | 57.52º | 0.84% | 0.68% | - |
| XYZ | 31.26 | 36.61 | 6.52 | - |
| YUV | 152.95 | 57.49 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 28 | 0 | 0.03 | 0.84 | 0.32 | 57.52 | 0.72 | 0.39 |
| Hex | AD | A7 | 1C | 0 | 3 | 54 | 20 | 3A | 48 | 27 |
| Octal | 255 | 247 | 34 | 0 | 3 | 124 | 40 | 72 | 110 | 47 |
| Binary | 10101101 | 10100111 | 11100 | 0 | 11 | 1010100 | 100000 | 111010 | 1001000 | 100111 |
Color Harmonies of #ADA71C
Complementary color
Monochromatic Colors of #ADA71C
Black with #ADA71C
Text Example
Text Example
White with #ADA71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA71C; }
p { color: rgb(173,167,28); }
H1.HeaderClassName
{
color: #ADA71C;
}
.AnyTagClassName
{
color: #ADA71C;
}
</style>
background-color css
<style>
a { background-color: #ADA71C; }
a { background-color: rgb(173,167,28); }
div.DivClassName
{
background-color: #ADA71C;
}
.BgClassName
{
background-color: #ADA71C;
}
</style>
border-color css
<style>
span { border-color: #ADA71C; }
span { border-color: rgb(173,167,28); }
td.TdClassName
{
border-color: #ADA71C;
}
.TagClassName
{
border-color: #ADA71C;
}
</style>