Shades of Earls Green #ADA525
Tints of Earls Green #ADA525
RGB
CMYK
RGB Variations
Color information
#ADA525 (or 0xADA525) is known color: Earls Green. HEX triplet: AD, A5 and 25. RGB value is (173,165,37). Sum of RGB (Red+Green+Blue) = 173+165+37=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 37 (14.84% from 255 or 9.87% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA525 is #525ADA. Grayscale: #999999. Windows color (decimal): -5397211 or 2467245. OLE color: 2467245.
HSL color Cylindrical-coordinate representation of color #ADA525: hue angle of 56.47º degrees, saturation: 0.65, 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 #ADA525 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 37 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.32 |
| HSL | 56.47º | 0.65% | 0.41% | - |
| HSV(B) | 56.47º | 0.79% | 0.68% | - |
| XYZ | 31.02 | 35.93 | 7.05 | - |
| YUV | 152.8 | 62.65 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 37 | 0 | 0.05 | 0.79 | 0.32 | 56.47 | 0.65 | 0.41 |
| Hex | AD | A5 | 25 | 0 | 5 | 4F | 20 | 38 | 41 | 29 |
| Octal | 255 | 245 | 45 | 0 | 5 | 117 | 40 | 70 | 101 | 51 |
| Binary | 10101101 | 10100101 | 100101 | 0 | 101 | 1001111 | 100000 | 111000 | 1000001 | 101001 |
Color Harmonies of #ADA525
Complementary color
Monochromatic Colors of #ADA525
Black with #ADA525
Text Example
Text Example
White with #ADA525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA525; }
p { color: rgb(173,165,37); }
H1.HeaderClassName
{
color: #ADA525;
}
.AnyTagClassName
{
color: #ADA525;
}
</style>
background-color css
<style>
a { background-color: #ADA525; }
a { background-color: rgb(173,165,37); }
div.DivClassName
{
background-color: #ADA525;
}
.BgClassName
{
background-color: #ADA525;
}
</style>
border-color css
<style>
span { border-color: #ADA525; }
span { border-color: rgb(173,165,37); }
td.TdClassName
{
border-color: #ADA525;
}
.TagClassName
{
border-color: #ADA525;
}
</style>