Shades of Neutral Green #ADA486
Tints of Neutral Green #ADA486
RGB
CMYK
RGB Variations
Color information
#ADA486 (or 0xADA486) is known color: Neutral Green. HEX triplet: AD, A4 and 86. RGB value is (173,164,134). Sum of RGB (Red+Green+Blue) = 173+164+134=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA486 is #525B79. Grayscale: #A3A3A3. Windows color (decimal): -5397370 or 8823981. OLE color: 8823981.
HSL color Cylindrical-coordinate representation of color #ADA486: hue angle of 46.15º 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 #ADA486 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 164 | 134 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.32 |
| HSL | 46.15º | 0.19% | 0.6% | - |
| HSV(B) | 46.15º | 0.23% | 0.68% | - |
| XYZ | 34.81 | 37.16 | 27.89 | - |
| YUV | 163.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 134 | 0 | 0.05 | 0.23 | 0.32 | 46.15 | 0.19 | 0.6 |
| Hex | AD | A4 | 86 | 0 | 5 | 17 | 20 | 2E | 13 | 3C |
| Octal | 255 | 244 | 206 | 0 | 5 | 27 | 40 | 56 | 23 | 74 |
| Binary | 10101101 | 10100100 | 10000110 | 0 | 101 | 10111 | 100000 | 101110 | 10011 | 111100 |
Color Harmonies of #ADA486
Complementary color
Monochromatic Colors of #ADA486
Black with #ADA486
Text Example
Text Example
White with #ADA486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA486; }
p { color: rgb(173,164,134); }
H1.HeaderClassName
{
color: #ADA486;
}
.AnyTagClassName
{
color: #ADA486;
}
</style>
background-color css
<style>
a { background-color: #ADA486; }
a { background-color: rgb(173,164,134); }
div.DivClassName
{
background-color: #ADA486;
}
.BgClassName
{
background-color: #ADA486;
}
</style>
border-color css
<style>
span { border-color: #ADA486; }
span { border-color: rgb(173,164,134); }
td.TdClassName
{
border-color: #ADA486;
}
.TagClassName
{
border-color: #ADA486;
}
</style>