Shades of Earls Green #ADA530
Tints of Earls Green #ADA530
RGB
CMYK
RGB Variations
Color information
#ADA530 (or 0xADA530) is known color: Earls Green. HEX triplet: AD, A5 and 30. RGB value is (173,165,48). Sum of RGB (Red+Green+Blue) = 173+165+48=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA530 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA530 is #525ACF. Grayscale: #9A9A9A. Windows color (decimal): -5397200 or 3188141. OLE color: 3188141.
HSL color Cylindrical-coordinate representation of color #ADA530: hue angle of 56.16º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADA530 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 48 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.32 |
| HSL | 56.16º | 0.57% | 0.43% | - |
| HSV(B) | 56.16º | 0.72% | 0.68% | - |
| XYZ | 31.22 | 36.01 | 8.1 | - |
| YUV | 154.05 | 68.15 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 48 | 0 | 0.05 | 0.72 | 0.32 | 56.16 | 0.57 | 0.43 |
| Hex | AD | A5 | 30 | 0 | 5 | 48 | 20 | 38 | 39 | 2B |
| Octal | 255 | 245 | 60 | 0 | 5 | 110 | 40 | 70 | 71 | 53 |
| Binary | 10101101 | 10100101 | 110000 | 0 | 101 | 1001000 | 100000 | 111000 | 111001 | 101011 |
Color Harmonies of #ADA530
Complementary color
Monochromatic Colors of #ADA530
Black with #ADA530
Text Example
Text Example
White with #ADA530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA530; }
p { color: rgb(173,165,48); }
H1.HeaderClassName
{
color: #ADA530;
}
.AnyTagClassName
{
color: #ADA530;
}
</style>
background-color css
<style>
a { background-color: #ADA530; }
a { background-color: rgb(173,165,48); }
div.DivClassName
{
background-color: #ADA530;
}
.BgClassName
{
background-color: #ADA530;
}
</style>
border-color css
<style>
span { border-color: #ADA530; }
span { border-color: rgb(173,165,48); }
td.TdClassName
{
border-color: #ADA530;
}
.TagClassName
{
border-color: #ADA530;
}
</style>