Shades of Earls Green #ADA131
Tints of Earls Green #ADA131
RGB
CMYK
RGB Variations
Color information
#ADA131 (or 0xADA131) is known color: Earls Green. HEX triplet: AD, A1 and 31. RGB value is (173,161,49). Sum of RGB (Red+Green+Blue) = 173+161+49=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 49 (19.53% from 255 or 12.79% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA131 is #525ECE. Grayscale: #989898. Windows color (decimal): -5398223 or 3252653. OLE color: 3252653.
HSL color Cylindrical-coordinate representation of color #ADA131: hue angle of 54.19º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADA131 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 49 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.32 |
| HSL | 54.19º | 0.56% | 0.44% | - |
| HSV(B) | 54.19º | 0.72% | 0.68% | - |
| XYZ | 30.53 | 34.6 | 7.97 | - |
| YUV | 151.82 | 69.98 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 49 | 0 | 0.07 | 0.72 | 0.32 | 54.19 | 0.56 | 0.44 |
| Hex | AD | A1 | 31 | 0 | 7 | 48 | 20 | 36 | 38 | 2C |
| Octal | 255 | 241 | 61 | 0 | 7 | 110 | 40 | 66 | 70 | 54 |
| Binary | 10101101 | 10100001 | 110001 | 0 | 111 | 1001000 | 100000 | 110110 | 111000 | 101100 |
Color Harmonies of #ADA131
Complementary color
Monochromatic Colors of #ADA131
Black with #ADA131
Text Example
Text Example
White with #ADA131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA131; }
p { color: rgb(173,161,49); }
H1.HeaderClassName
{
color: #ADA131;
}
.AnyTagClassName
{
color: #ADA131;
}
</style>
background-color css
<style>
a { background-color: #ADA131; }
a { background-color: rgb(173,161,49); }
div.DivClassName
{
background-color: #ADA131;
}
.BgClassName
{
background-color: #ADA131;
}
</style>
border-color css
<style>
span { border-color: #ADA131; }
span { border-color: rgb(173,161,49); }
td.TdClassName
{
border-color: #ADA131;
}
.TagClassName
{
border-color: #ADA131;
}
</style>