Shades of Earls Green #ADAC31
Tints of Earls Green #ADAC31
RGB
CMYK
RGB Variations
Color information
#ADAC31 (or 0xADAC31) is known color: Earls Green. HEX triplet: AD, AC and 31. RGB value is (173,172,49). Sum of RGB (Red+Green+Blue) = 173+172+49=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 49 (19.53% from 255 or 12.44% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC31 is #5253CE. Grayscale: #9E9E9E. Windows color (decimal): -5395407 or 3255469. OLE color: 3255469.
HSL color Cylindrical-coordinate representation of color #ADAC31: hue angle of 59.52º 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 #ADAC31 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 49 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.32 |
| HSL | 59.52º | 0.56% | 0.44% | - |
| HSV(B) | 59.52º | 0.72% | 0.68% | - |
| XYZ | 32.54 | 38.61 | 8.64 | - |
| YUV | 158.28 | 66.33 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 49 | 0 | 0.01 | 0.72 | 0.32 | 59.52 | 0.56 | 0.44 |
| Hex | AD | AC | 31 | 0 | 1 | 48 | 20 | 3C | 38 | 2C |
| Octal | 255 | 254 | 61 | 0 | 1 | 110 | 40 | 74 | 70 | 54 |
| Binary | 10101101 | 10101100 | 110001 | 0 | 1 | 1001000 | 100000 | 111100 | 111000 | 101100 |
Color Harmonies of #ADAC31
Complementary color
Monochromatic Colors of #ADAC31
Black with #ADAC31
Text Example
Text Example
White with #ADAC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC31; }
p { color: rgb(173,172,49); }
H1.HeaderClassName
{
color: #ADAC31;
}
.AnyTagClassName
{
color: #ADAC31;
}
</style>
background-color css
<style>
a { background-color: #ADAC31; }
a { background-color: rgb(173,172,49); }
div.DivClassName
{
background-color: #ADAC31;
}
.BgClassName
{
background-color: #ADAC31;
}
</style>
border-color css
<style>
span { border-color: #ADAC31; }
span { border-color: rgb(173,172,49); }
td.TdClassName
{
border-color: #ADAC31;
}
.TagClassName
{
border-color: #ADAC31;
}
</style>