Shades of Earls Green #ADA521
Tints of Earls Green #ADA521
RGB
CMYK
RGB Variations
Color information
#ADA521 (or 0xADA521) is known color: Earls Green. HEX triplet: AD, A5 and 21. RGB value is (173,165,33). Sum of RGB (Red+Green+Blue) = 173+165+33=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA521 is #525ADE. Grayscale: #989898. Windows color (decimal): -5397215 or 2205101. OLE color: 2205101.
HSL color Cylindrical-coordinate representation of color #ADA521: hue angle of 56.57º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADA521 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 33 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.32 |
| HSL | 56.57º | 0.68% | 0.4% | - |
| HSV(B) | 56.57º | 0.81% | 0.68% | - |
| XYZ | 30.96 | 35.9 | 6.74 | - |
| YUV | 152.34 | 60.65 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 33 | 0 | 0.05 | 0.81 | 0.32 | 56.57 | 0.68 | 0.4 |
| Hex | AD | A5 | 21 | 0 | 5 | 51 | 20 | 39 | 44 | 28 |
| Octal | 255 | 245 | 41 | 0 | 5 | 121 | 40 | 71 | 104 | 50 |
| Binary | 10101101 | 10100101 | 100001 | 0 | 101 | 1010001 | 100000 | 111001 | 1000100 | 101000 |
Color Harmonies of #ADA521
Complementary color
Monochromatic Colors of #ADA521
Black with #ADA521
Text Example
Text Example
White with #ADA521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA521; }
p { color: rgb(173,165,33); }
H1.HeaderClassName
{
color: #ADA521;
}
.AnyTagClassName
{
color: #ADA521;
}
</style>
background-color css
<style>
a { background-color: #ADA521; }
a { background-color: rgb(173,165,33); }
div.DivClassName
{
background-color: #ADA521;
}
.BgClassName
{
background-color: #ADA521;
}
</style>
border-color css
<style>
span { border-color: #ADA521; }
span { border-color: rgb(173,165,33); }
td.TdClassName
{
border-color: #ADA521;
}
.TagClassName
{
border-color: #ADA521;
}
</style>