Shades of Neutral Green #ADA986
Tints of Neutral Green #ADA986
RGB
CMYK
RGB Variations
Color information
#ADA986 (or 0xADA986) is known color: Neutral Green. HEX triplet: AD, A9 and 86. RGB value is (173,169,134). Sum of RGB (Red+Green+Blue) = 173+169+134=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA986 is #525679. Grayscale: #A6A6A6. Windows color (decimal): -5396090 or 8825261. OLE color: 8825261.
HSL color Cylindrical-coordinate representation of color #ADA986: hue angle of 53.85º 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 #ADA986 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 134 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.32 |
| HSL | 53.85º | 0.19% | 0.6% | - |
| HSV(B) | 53.85º | 0.23% | 0.68% | - |
| XYZ | 35.72 | 38.98 | 28.2 | - |
| YUV | 166.21 | 109.83 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 134 | 0 | 0.02 | 0.23 | 0.32 | 53.85 | 0.19 | 0.6 |
| Hex | AD | A9 | 86 | 0 | 2 | 17 | 20 | 36 | 13 | 3C |
| Octal | 255 | 251 | 206 | 0 | 2 | 27 | 40 | 66 | 23 | 74 |
| Binary | 10101101 | 10101001 | 10000110 | 0 | 10 | 10111 | 100000 | 110110 | 10011 | 111100 |
Color Harmonies of #ADA986
Complementary color
Monochromatic Colors of #ADA986
Black with #ADA986
Text Example
Text Example
White with #ADA986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA986; }
p { color: rgb(173,169,134); }
H1.HeaderClassName
{
color: #ADA986;
}
.AnyTagClassName
{
color: #ADA986;
}
</style>
background-color css
<style>
a { background-color: #ADA986; }
a { background-color: rgb(173,169,134); }
div.DivClassName
{
background-color: #ADA986;
}
.BgClassName
{
background-color: #ADA986;
}
</style>
border-color css
<style>
span { border-color: #ADA986; }
span { border-color: rgb(173,169,134); }
td.TdClassName
{
border-color: #ADA986;
}
.TagClassName
{
border-color: #ADA986;
}
</style>