Shades of Earls Green #ADA325
Tints of Earls Green #ADA325
RGB
CMYK
RGB Variations
Color information
#ADA325 (or 0xADA325) is known color: Earls Green. HEX triplet: AD, A3 and 25. RGB value is (173,163,37). Sum of RGB (Red+Green+Blue) = 173+163+37=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 163 (64.06% from 255 or 43.70% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA325 is #525CDA. Grayscale: #989898. Windows color (decimal): -5397723 or 2466733. OLE color: 2466733.
HSL color Cylindrical-coordinate representation of color #ADA325: hue angle of 55.59º 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 #ADA325 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 37 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.32 |
| HSL | 55.59º | 0.65% | 0.41% | - |
| HSV(B) | 55.59º | 0.79% | 0.68% | - |
| XYZ | 30.66 | 35.21 | 6.93 | - |
| YUV | 151.63 | 63.31 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 37 | 0 | 0.06 | 0.79 | 0.32 | 55.59 | 0.65 | 0.41 |
| Hex | AD | A3 | 25 | 0 | 6 | 4F | 20 | 38 | 41 | 29 |
| Octal | 255 | 243 | 45 | 0 | 6 | 117 | 40 | 70 | 101 | 51 |
| Binary | 10101101 | 10100011 | 100101 | 0 | 110 | 1001111 | 100000 | 111000 | 1000001 | 101001 |
Color Harmonies of #ADA325
Complementary color
Monochromatic Colors of #ADA325
Black with #ADA325
Text Example
Text Example
White with #ADA325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA325; }
p { color: rgb(173,163,37); }
H1.HeaderClassName
{
color: #ADA325;
}
.AnyTagClassName
{
color: #ADA325;
}
</style>
background-color css
<style>
a { background-color: #ADA325; }
a { background-color: rgb(173,163,37); }
div.DivClassName
{
background-color: #ADA325;
}
.BgClassName
{
background-color: #ADA325;
}
</style>
border-color css
<style>
span { border-color: #ADA325; }
span { border-color: rgb(173,163,37); }
td.TdClassName
{
border-color: #ADA325;
}
.TagClassName
{
border-color: #ADA325;
}
</style>