Shades of Neutral Green #ADAD87
Tints of Neutral Green #ADAD87
RGB
CMYK
RGB Variations
Color information
#ADAD87 (or 0xADAD87) is known color: Neutral Green. HEX triplet: AD, AD and 87. RGB value is (173,173,135). Sum of RGB (Red+Green+Blue) = 173+173+135=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAD87 is #525278. Grayscale: #A8A8A8. Windows color (decimal): -5395065 or 8891821. OLE color: 8891821.
HSL color Cylindrical-coordinate representation of color #ADAD87: hue angle of 60º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADAD87 is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 135 | - |
| CMYK | 0 | 0 | 0.22 | 0.32 |
| HSL | 60º | 0.19% | 0.6% | - |
| HSV(B) | 60º | 0.22% | 0.68% | - |
| XYZ | 36.55 | 40.52 | 28.82 | - |
| YUV | 168.67 | 109 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 135 | 0 | 0 | 0.22 | 0.32 | 60 | 0.19 | 0.6 |
| Hex | AD | AD | 87 | 0 | 0 | 16 | 20 | 3C | 13 | 3C |
| Octal | 255 | 255 | 207 | 0 | 0 | 26 | 40 | 74 | 23 | 74 |
| Binary | 10101101 | 10101101 | 10000111 | 0 | 0 | 10110 | 100000 | 111100 | 10011 | 111100 |
Color Harmonies of #ADAD87
Complementary color
Monochromatic Colors of #ADAD87
Black with #ADAD87
Text Example
Text Example
White with #ADAD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD87; }
p { color: rgb(173,173,135); }
H1.HeaderClassName
{
color: #ADAD87;
}
.AnyTagClassName
{
color: #ADAD87;
}
</style>
background-color css
<style>
a { background-color: #ADAD87; }
a { background-color: rgb(173,173,135); }
div.DivClassName
{
background-color: #ADAD87;
}
.BgClassName
{
background-color: #ADAD87;
}
</style>
border-color css
<style>
span { border-color: #ADAD87; }
span { border-color: rgb(173,173,135); }
td.TdClassName
{
border-color: #ADAD87;
}
.TagClassName
{
border-color: #ADAD87;
}
</style>