Shades of Earls Green #ADA02C
Tints of Earls Green #ADA02C
RGB
CMYK
RGB Variations
Color information
#ADA02C (or 0xADA02C) is known color: Earls Green. HEX triplet: AD, A0 and 2C. RGB value is (173,160,44). Sum of RGB (Red+Green+Blue) = 173+160+44=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA02C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA02C is #525FD3. Grayscale: #979797. Windows color (decimal): -5398484 or 2924717. OLE color: 2924717.
HSL color Cylindrical-coordinate representation of color #ADA02C: hue angle of 53.95º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADA02C is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 160 | 44 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.32 |
| HSL | 53.95º | 0.59% | 0.43% | - |
| HSV(B) | 53.95º | 0.75% | 0.68% | - |
| XYZ | 30.26 | 34.21 | 7.39 | - |
| YUV | 150.66 | 67.81 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 44 | 0 | 0.08 | 0.75 | 0.32 | 53.95 | 0.59 | 0.43 |
| Hex | AD | A0 | 2C | 0 | 8 | 4B | 20 | 36 | 3B | 2B |
| Octal | 255 | 240 | 54 | 0 | 10 | 113 | 40 | 66 | 73 | 53 |
| Binary | 10101101 | 10100000 | 101100 | 0 | 1000 | 1001011 | 100000 | 110110 | 111011 | 101011 |
Color Harmonies of #ADA02C
Complementary color
Monochromatic Colors of #ADA02C
Black with #ADA02C
Text Example
Text Example
White with #ADA02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA02C; }
p { color: rgb(173,160,44); }
H1.HeaderClassName
{
color: #ADA02C;
}
.AnyTagClassName
{
color: #ADA02C;
}
</style>
background-color css
<style>
a { background-color: #ADA02C; }
a { background-color: rgb(173,160,44); }
div.DivClassName
{
background-color: #ADA02C;
}
.BgClassName
{
background-color: #ADA02C;
}
</style>
border-color css
<style>
span { border-color: #ADA02C; }
span { border-color: rgb(173,160,44); }
td.TdClassName
{
border-color: #ADA02C;
}
.TagClassName
{
border-color: #ADA02C;
}
</style>