Shades of Earls Green #ADA523
Tints of Earls Green #ADA523
RGB
CMYK
RGB Variations
Color information
#ADA523 (or 0xADA523) is known color: Earls Green. HEX triplet: AD, A5 and 23. RGB value is (173,165,35). Sum of RGB (Red+Green+Blue) = 173+165+35=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 165 (64.84% from 255 or 44.24% from 373); Blue value is 35 (14.06% from 255 or 9.38% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA523 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA523 is #525ADC. Grayscale: #999999. Windows color (decimal): -5397213 or 2336173. OLE color: 2336173.
HSL color Cylindrical-coordinate representation of color #ADA523: hue angle of 56.52º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADA523 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 35 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.32 |
| HSL | 56.52º | 0.66% | 0.41% | - |
| HSV(B) | 56.52º | 0.8% | 0.68% | - |
| XYZ | 30.99 | 35.92 | 6.89 | - |
| YUV | 152.57 | 61.65 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 35 | 0 | 0.05 | 0.80 | 0.32 | 56.52 | 0.66 | 0.41 |
| Hex | AD | A5 | 23 | 0 | 5 | 50 | 20 | 39 | 42 | 29 |
| Octal | 255 | 245 | 43 | 0 | 5 | 120 | 40 | 71 | 102 | 51 |
| Binary | 10101101 | 10100101 | 100011 | 0 | 101 | 1010000 | 100000 | 111001 | 1000010 | 101001 |
Color Harmonies of #ADA523
Complementary color
Monochromatic Colors of #ADA523
Black with #ADA523
Text Example
Text Example
White with #ADA523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA523; }
p { color: rgb(173,165,35); }
H1.HeaderClassName
{
color: #ADA523;
}
.AnyTagClassName
{
color: #ADA523;
}
</style>
background-color css
<style>
a { background-color: #ADA523; }
a { background-color: rgb(173,165,35); }
div.DivClassName
{
background-color: #ADA523;
}
.BgClassName
{
background-color: #ADA523;
}
</style>
border-color css
<style>
span { border-color: #ADA523; }
span { border-color: rgb(173,165,35); }
td.TdClassName
{
border-color: #ADA523;
}
.TagClassName
{
border-color: #ADA523;
}
</style>