Shades of Neutral Green #ADA786
Tints of Neutral Green #ADA786
RGB
CMYK
RGB Variations
Color information
#ADA786 (or 0xADA786) is known color: Neutral Green. HEX triplet: AD, A7 and 86. RGB value is (173,167,134). Sum of RGB (Red+Green+Blue) = 173+167+134=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA786 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA786 is #525879. Grayscale: #A5A5A5. Windows color (decimal): -5396602 or 8824749. OLE color: 8824749.
HSL color Cylindrical-coordinate representation of color #ADA786: hue angle of 50.77º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADA786 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 134 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.32 |
| HSL | 50.77º | 0.19% | 0.6% | - |
| HSV(B) | 50.77º | 0.23% | 0.68% | - |
| XYZ | 35.36 | 38.24 | 28.07 | - |
| YUV | 165.03 | 110.49 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 134 | 0 | 0.03 | 0.23 | 0.32 | 50.77 | 0.19 | 0.6 |
| Hex | AD | A7 | 86 | 0 | 3 | 17 | 20 | 33 | 13 | 3C |
| Octal | 255 | 247 | 206 | 0 | 3 | 27 | 40 | 63 | 23 | 74 |
| Binary | 10101101 | 10100111 | 10000110 | 0 | 11 | 10111 | 100000 | 110011 | 10011 | 111100 |
Color Harmonies of #ADA786
Complementary color
Monochromatic Colors of #ADA786
Black with #ADA786
Text Example
Text Example
White with #ADA786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA786; }
p { color: rgb(173,167,134); }
H1.HeaderClassName
{
color: #ADA786;
}
.AnyTagClassName
{
color: #ADA786;
}
</style>
background-color css
<style>
a { background-color: #ADA786; }
a { background-color: rgb(173,167,134); }
div.DivClassName
{
background-color: #ADA786;
}
.BgClassName
{
background-color: #ADA786;
}
</style>
border-color css
<style>
span { border-color: #ADA786; }
span { border-color: rgb(173,167,134); }
td.TdClassName
{
border-color: #ADA786;
}
.TagClassName
{
border-color: #ADA786;
}
</style>