Shades of Earls Green #ADA524
Tints of Earls Green #ADA524
RGB
CMYK
RGB Variations
Color information
#ADA524 (or 0xADA524) is known color: Earls Green. HEX triplet: AD, A5 and 24. RGB value is (173,165,36). Sum of RGB (Red+Green+Blue) = 173+165+36=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 165 (64.84% from 255 or 44.12% from 374); Blue value is 36 (14.45% from 255 or 9.63% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA524 is #525ADB. Grayscale: #999999. Windows color (decimal): -5397212 or 2401709. OLE color: 2401709.
HSL color Cylindrical-coordinate representation of color #ADA524: hue angle of 56.5º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ADA524 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 36 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.32 |
| HSL | 56.5º | 0.66% | 0.41% | - |
| HSV(B) | 56.5º | 0.79% | 0.68% | - |
| XYZ | 31.01 | 35.92 | 6.97 | - |
| YUV | 152.69 | 62.15 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 36 | 0 | 0.05 | 0.79 | 0.32 | 56.5 | 0.66 | 0.41 |
| Hex | AD | A5 | 24 | 0 | 5 | 4F | 20 | 38 | 42 | 29 |
| Octal | 255 | 245 | 44 | 0 | 5 | 117 | 40 | 70 | 102 | 51 |
| Binary | 10101101 | 10100101 | 100100 | 0 | 101 | 1001111 | 100000 | 111000 | 1000010 | 101001 |
Color Harmonies of #ADA524
Complementary color
Monochromatic Colors of #ADA524
Black with #ADA524
Text Example
Text Example
White with #ADA524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA524; }
p { color: rgb(173,165,36); }
H1.HeaderClassName
{
color: #ADA524;
}
.AnyTagClassName
{
color: #ADA524;
}
</style>
background-color css
<style>
a { background-color: #ADA524; }
a { background-color: rgb(173,165,36); }
div.DivClassName
{
background-color: #ADA524;
}
.BgClassName
{
background-color: #ADA524;
}
</style>
border-color css
<style>
span { border-color: #ADA524; }
span { border-color: rgb(173,165,36); }
td.TdClassName
{
border-color: #ADA524;
}
.TagClassName
{
border-color: #ADA524;
}
</style>