Shades of Earls Green #ADA721
Tints of Earls Green #ADA721
RGB
CMYK
RGB Variations
Color information
#ADA721 (or 0xADA721) is known color: Earls Green. HEX triplet: AD, A7 and 21. RGB value is (173,167,33). Sum of RGB (Red+Green+Blue) = 173+167+33=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 167 (65.62% from 255 or 44.77% from 373); Blue value is 33 (13.28% from 255 or 8.85% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA721 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA721 is #5258DE. Grayscale: #9A9A9A. Windows color (decimal): -5396703 or 2205613. OLE color: 2205613.
HSL color Cylindrical-coordinate representation of color #ADA721: hue angle of 57.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADA721 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 33 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.32 |
| HSL | 57.43º | 0.68% | 0.4% | - |
| HSV(B) | 57.43º | 0.81% | 0.68% | - |
| XYZ | 31.33 | 36.63 | 6.86 | - |
| YUV | 153.52 | 59.99 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 33 | 0 | 0.03 | 0.81 | 0.32 | 57.43 | 0.68 | 0.4 |
| Hex | AD | A7 | 21 | 0 | 3 | 51 | 20 | 39 | 44 | 28 |
| Octal | 255 | 247 | 41 | 0 | 3 | 121 | 40 | 71 | 104 | 50 |
| Binary | 10101101 | 10100111 | 100001 | 0 | 11 | 1010001 | 100000 | 111001 | 1000100 | 101000 |
Color Harmonies of #ADA721
Complementary color
Monochromatic Colors of #ADA721
Black with #ADA721
Text Example
Text Example
White with #ADA721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA721; }
p { color: rgb(173,167,33); }
H1.HeaderClassName
{
color: #ADA721;
}
.AnyTagClassName
{
color: #ADA721;
}
</style>
background-color css
<style>
a { background-color: #ADA721; }
a { background-color: rgb(173,167,33); }
div.DivClassName
{
background-color: #ADA721;
}
.BgClassName
{
background-color: #ADA721;
}
</style>
border-color css
<style>
span { border-color: #ADA721; }
span { border-color: rgb(173,167,33); }
td.TdClassName
{
border-color: #ADA721;
}
.TagClassName
{
border-color: #ADA721;
}
</style>