Shades of Neutral Green #ADA886
Tints of Neutral Green #ADA886
RGB
CMYK
RGB Variations
Color information
#ADA886 (or 0xADA886) is known color: Neutral Green. HEX triplet: AD, A8 and 86. RGB value is (173,168,134). Sum of RGB (Red+Green+Blue) = 173+168+134=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA886 is #525779. Grayscale: #A5A5A5. Windows color (decimal): -5396346 or 8825005. OLE color: 8825005.
HSL color Cylindrical-coordinate representation of color #ADA886: hue angle of 52.31º 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 #ADA886 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 134 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.32 |
| HSL | 52.31º | 0.19% | 0.6% | - |
| HSV(B) | 52.31º | 0.23% | 0.68% | - |
| XYZ | 35.54 | 38.61 | 28.13 | - |
| YUV | 165.62 | 110.16 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 134 | 0 | 0.03 | 0.23 | 0.32 | 52.31 | 0.19 | 0.6 |
| Hex | AD | A8 | 86 | 0 | 3 | 17 | 20 | 34 | 13 | 3C |
| Octal | 255 | 250 | 206 | 0 | 3 | 27 | 40 | 64 | 23 | 74 |
| Binary | 10101101 | 10101000 | 10000110 | 0 | 11 | 10111 | 100000 | 110100 | 10011 | 111100 |
Color Harmonies of #ADA886
Complementary color
Monochromatic Colors of #ADA886
Black with #ADA886
Text Example
Text Example
White with #ADA886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA886; }
p { color: rgb(173,168,134); }
H1.HeaderClassName
{
color: #ADA886;
}
.AnyTagClassName
{
color: #ADA886;
}
</style>
background-color css
<style>
a { background-color: #ADA886; }
a { background-color: rgb(173,168,134); }
div.DivClassName
{
background-color: #ADA886;
}
.BgClassName
{
background-color: #ADA886;
}
</style>
border-color css
<style>
span { border-color: #ADA886; }
span { border-color: rgb(173,168,134); }
td.TdClassName
{
border-color: #ADA886;
}
.TagClassName
{
border-color: #ADA886;
}
</style>