Shades of Earls Green #ADA520
Tints of Earls Green #ADA520
RGB
CMYK
RGB Variations
Color information
#ADA520 (or 0xADA520) is known color: Earls Green. HEX triplet: AD, A5 and 20. RGB value is (173,165,32). Sum of RGB (Red+Green+Blue) = 173+165+32=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 165 (64.84% from 255 or 44.59% from 370); Blue value is 32 (12.89% from 255 or 8.65% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA520 is #525ADF. Grayscale: #989898. Windows color (decimal): -5397216 or 2139565. OLE color: 2139565.
HSL color Cylindrical-coordinate representation of color #ADA520: hue angle of 56.6º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADA520 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 32 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.32 |
| HSL | 56.6º | 0.69% | 0.4% | - |
| HSV(B) | 56.6º | 0.82% | 0.68% | - |
| XYZ | 30.95 | 35.9 | 6.66 | - |
| YUV | 152.23 | 60.15 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 32 | 0 | 0.05 | 0.82 | 0.32 | 56.6 | 0.69 | 0.4 |
| Hex | AD | A5 | 20 | 0 | 5 | 52 | 20 | 39 | 45 | 28 |
| Octal | 255 | 245 | 40 | 0 | 5 | 122 | 40 | 71 | 105 | 50 |
| Binary | 10101101 | 10100101 | 100000 | 0 | 101 | 1010010 | 100000 | 111001 | 1000101 | 101000 |
Color Harmonies of #ADA520
Complementary color
Monochromatic Colors of #ADA520
Black with #ADA520
Text Example
Text Example
White with #ADA520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA520; }
p { color: rgb(173,165,32); }
H1.HeaderClassName
{
color: #ADA520;
}
.AnyTagClassName
{
color: #ADA520;
}
</style>
background-color css
<style>
a { background-color: #ADA520; }
a { background-color: rgb(173,165,32); }
div.DivClassName
{
background-color: #ADA520;
}
.BgClassName
{
background-color: #ADA520;
}
</style>
border-color css
<style>
span { border-color: #ADA520; }
span { border-color: rgb(173,165,32); }
td.TdClassName
{
border-color: #ADA520;
}
.TagClassName
{
border-color: #ADA520;
}
</style>