Shades of Earls Green #ADA130
Tints of Earls Green #ADA130
RGB
CMYK
RGB Variations
Color information
#ADA130 (or 0xADA130) is known color: Earls Green. HEX triplet: AD, A1 and 30. RGB value is (173,161,48). Sum of RGB (Red+Green+Blue) = 173+161+48=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA130 is #525ECF. Grayscale: #989898. Windows color (decimal): -5398224 or 3187117. OLE color: 3187117.
HSL color Cylindrical-coordinate representation of color #ADA130: hue angle of 54.24º 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 #ADA130 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 48 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.32 |
| HSL | 54.24º | 0.57% | 0.43% | - |
| HSV(B) | 54.24º | 0.72% | 0.68% | - |
| XYZ | 30.51 | 34.59 | 7.86 | - |
| YUV | 151.71 | 69.48 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 48 | 0 | 0.07 | 0.72 | 0.32 | 54.24 | 0.57 | 0.43 |
| Hex | AD | A1 | 30 | 0 | 7 | 48 | 20 | 36 | 39 | 2B |
| Octal | 255 | 241 | 60 | 0 | 7 | 110 | 40 | 66 | 71 | 53 |
| Binary | 10101101 | 10100001 | 110000 | 0 | 111 | 1001000 | 100000 | 110110 | 111001 | 101011 |
Color Harmonies of #ADA130
Complementary color
Monochromatic Colors of #ADA130
Black with #ADA130
Text Example
Text Example
White with #ADA130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA130; }
p { color: rgb(173,161,48); }
H1.HeaderClassName
{
color: #ADA130;
}
.AnyTagClassName
{
color: #ADA130;
}
</style>
background-color css
<style>
a { background-color: #ADA130; }
a { background-color: rgb(173,161,48); }
div.DivClassName
{
background-color: #ADA130;
}
.BgClassName
{
background-color: #ADA130;
}
</style>
border-color css
<style>
span { border-color: #ADA130; }
span { border-color: rgb(173,161,48); }
td.TdClassName
{
border-color: #ADA130;
}
.TagClassName
{
border-color: #ADA130;
}
</style>