Shades of Earls Green #ADA326
Tints of Earls Green #ADA326
RGB
CMYK
RGB Variations
Color information
#ADA326 (or 0xADA326) is known color: Earls Green. HEX triplet: AD, A3 and 26. RGB value is (173,163,38). Sum of RGB (Red+Green+Blue) = 173+163+38=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 38 (15.23% from 255 or 10.16% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA326 is #525CD9. Grayscale: #989898. Windows color (decimal): -5397722 or 2532269. OLE color: 2532269.
HSL color Cylindrical-coordinate representation of color #ADA326: hue angle of 55.56º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADA326 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 38 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.32 |
| HSL | 55.56º | 0.64% | 0.41% | - |
| HSV(B) | 55.56º | 0.78% | 0.68% | - |
| XYZ | 30.68 | 35.22 | 7.01 | - |
| YUV | 151.74 | 63.81 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 38 | 0 | 0.06 | 0.78 | 0.32 | 55.56 | 0.64 | 0.41 |
| Hex | AD | A3 | 26 | 0 | 6 | 4E | 20 | 38 | 40 | 29 |
| Octal | 255 | 243 | 46 | 0 | 6 | 116 | 40 | 70 | 100 | 51 |
| Binary | 10101101 | 10100011 | 100110 | 0 | 110 | 1001110 | 100000 | 111000 | 1000000 | 101001 |
Color Harmonies of #ADA326
Complementary color
Monochromatic Colors of #ADA326
Black with #ADA326
Text Example
Text Example
White with #ADA326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA326; }
p { color: rgb(173,163,38); }
H1.HeaderClassName
{
color: #ADA326;
}
.AnyTagClassName
{
color: #ADA326;
}
</style>
background-color css
<style>
a { background-color: #ADA326; }
a { background-color: rgb(173,163,38); }
div.DivClassName
{
background-color: #ADA326;
}
.BgClassName
{
background-color: #ADA326;
}
</style>
border-color css
<style>
span { border-color: #ADA326; }
span { border-color: rgb(173,163,38); }
td.TdClassName
{
border-color: #ADA326;
}
.TagClassName
{
border-color: #ADA326;
}
</style>