Shades of Earls Green #ADAA2D
Tints of Earls Green #ADAA2D
RGB
CMYK
RGB Variations
Color information
#ADAA2D (or 0xADAA2D) is known color: Earls Green. HEX triplet: AD, AA and 2D. RGB value is (173,170,45). Sum of RGB (Red+Green+Blue) = 173+170+45=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAA2D is #5255D2. Grayscale: #9D9D9D. Windows color (decimal): -5395923 or 2992813. OLE color: 2992813.
HSL color Cylindrical-coordinate representation of color #ADAA2D: hue angle of 58.59º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADAA2D is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 45 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.32 |
| HSL | 58.59º | 0.59% | 0.43% | - |
| HSV(B) | 58.59º | 0.74% | 0.68% | - |
| XYZ | 32.08 | 37.82 | 8.09 | - |
| YUV | 156.65 | 64.99 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 45 | 0 | 0.02 | 0.74 | 0.32 | 58.59 | 0.59 | 0.43 |
| Hex | AD | AA | 2D | 0 | 2 | 4A | 20 | 3B | 3B | 2B |
| Octal | 255 | 252 | 55 | 0 | 2 | 112 | 40 | 73 | 73 | 53 |
| Binary | 10101101 | 10101010 | 101101 | 0 | 10 | 1001010 | 100000 | 111011 | 111011 | 101011 |
Color Harmonies of #ADAA2D
Complementary color
Monochromatic Colors of #ADAA2D
Black with #ADAA2D
Text Example
Text Example
White with #ADAA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA2D; }
p { color: rgb(173,170,45); }
H1.HeaderClassName
{
color: #ADAA2D;
}
.AnyTagClassName
{
color: #ADAA2D;
}
</style>
background-color css
<style>
a { background-color: #ADAA2D; }
a { background-color: rgb(173,170,45); }
div.DivClassName
{
background-color: #ADAA2D;
}
.BgClassName
{
background-color: #ADAA2D;
}
</style>
border-color css
<style>
span { border-color: #ADAA2D; }
span { border-color: rgb(173,170,45); }
td.TdClassName
{
border-color: #ADAA2D;
}
.TagClassName
{
border-color: #ADAA2D;
}
</style>