Shades of Neutral Green #ADAC86
Tints of Neutral Green #ADAC86
RGB
CMYK
RGB Variations
Color information
#ADAC86 (or 0xADAC86) is known color: Neutral Green. HEX triplet: AD, AC and 86. RGB value is (173,172,134). Sum of RGB (Red+Green+Blue) = 173+172+134=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAC86 is #525379. Grayscale: #A8A8A8. Windows color (decimal): -5395322 or 8826029. OLE color: 8826029.
HSL color Cylindrical-coordinate representation of color #ADAC86: hue angle of 58.46º 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 #ADAC86 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 134 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.32 |
| HSL | 58.46º | 0.19% | 0.6% | - |
| HSV(B) | 58.46º | 0.23% | 0.68% | - |
| XYZ | 36.29 | 40.11 | 28.38 | - |
| YUV | 167.97 | 108.83 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 134 | 0 | 0.01 | 0.23 | 0.32 | 58.46 | 0.19 | 0.6 |
| Hex | AD | AC | 86 | 0 | 1 | 17 | 20 | 3A | 13 | 3C |
| Octal | 255 | 254 | 206 | 0 | 1 | 27 | 40 | 72 | 23 | 74 |
| Binary | 10101101 | 10101100 | 10000110 | 0 | 1 | 10111 | 100000 | 111010 | 10011 | 111100 |
Color Harmonies of #ADAC86
Complementary color
Monochromatic Colors of #ADAC86
Black with #ADAC86
Text Example
Text Example
White with #ADAC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC86; }
p { color: rgb(173,172,134); }
H1.HeaderClassName
{
color: #ADAC86;
}
.AnyTagClassName
{
color: #ADAC86;
}
</style>
background-color css
<style>
a { background-color: #ADAC86; }
a { background-color: rgb(173,172,134); }
div.DivClassName
{
background-color: #ADAC86;
}
.BgClassName
{
background-color: #ADAC86;
}
</style>
border-color css
<style>
span { border-color: #ADAC86; }
span { border-color: rgb(173,172,134); }
td.TdClassName
{
border-color: #ADAC86;
}
.TagClassName
{
border-color: #ADAC86;
}
</style>