Shades of Earls Green #ADA527
Tints of Earls Green #ADA527
RGB
CMYK
RGB Variations
Color information
#ADA527 (or 0xADA527) is known color: Earls Green. HEX triplet: AD, A5 and 27. RGB value is (173,165,39). Sum of RGB (Red+Green+Blue) = 173+165+39=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 39 (15.62% from 255 or 10.34% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA527 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA527 is #525AD8. Grayscale: #999999. Windows color (decimal): -5397209 or 2598317. OLE color: 2598317.
HSL color Cylindrical-coordinate representation of color #ADA527: hue angle of 56.42º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADA527 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 39 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.32 |
| HSL | 56.42º | 0.63% | 0.42% | - |
| HSV(B) | 56.42º | 0.77% | 0.68% | - |
| XYZ | 31.05 | 35.94 | 7.22 | - |
| YUV | 153.03 | 63.65 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 39 | 0 | 0.05 | 0.77 | 0.32 | 56.42 | 0.63 | 0.42 |
| Hex | AD | A5 | 27 | 0 | 5 | 4D | 20 | 38 | 3F | 2A |
| Octal | 255 | 245 | 47 | 0 | 5 | 115 | 40 | 70 | 77 | 52 |
| Binary | 10101101 | 10100101 | 100111 | 0 | 101 | 1001101 | 100000 | 111000 | 111111 | 101010 |
Color Harmonies of #ADA527
Complementary color
Monochromatic Colors of #ADA527
Black with #ADA527
Text Example
Text Example
White with #ADA527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA527; }
p { color: rgb(173,165,39); }
H1.HeaderClassName
{
color: #ADA527;
}
.AnyTagClassName
{
color: #ADA527;
}
</style>
background-color css
<style>
a { background-color: #ADA527; }
a { background-color: rgb(173,165,39); }
div.DivClassName
{
background-color: #ADA527;
}
.BgClassName
{
background-color: #ADA527;
}
</style>
border-color css
<style>
span { border-color: #ADA527; }
span { border-color: rgb(173,165,39); }
td.TdClassName
{
border-color: #ADA527;
}
.TagClassName
{
border-color: #ADA527;
}
</style>