Shades of Neutral Green #ADAA86
Tints of Neutral Green #ADAA86
RGB
CMYK
RGB Variations
Color information
#ADAA86 (or 0xADAA86) is known color: Neutral Green. HEX triplet: AD, AA and 86. RGB value is (173,170,134). Sum of RGB (Red+Green+Blue) = 173+170+134=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAA86 is #525579. Grayscale: #A6A6A6. Windows color (decimal): -5395834 or 8825517. OLE color: 8825517.
HSL color Cylindrical-coordinate representation of color #ADAA86: hue angle of 55.38º 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 #ADAA86 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 134 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.32 |
| HSL | 55.38º | 0.19% | 0.6% | - |
| HSV(B) | 55.38º | 0.23% | 0.68% | - |
| XYZ | 35.91 | 39.35 | 28.26 | - |
| YUV | 166.79 | 109.49 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 134 | 0 | 0.02 | 0.23 | 0.32 | 55.38 | 0.19 | 0.6 |
| Hex | AD | AA | 86 | 0 | 2 | 17 | 20 | 37 | 13 | 3C |
| Octal | 255 | 252 | 206 | 0 | 2 | 27 | 40 | 67 | 23 | 74 |
| Binary | 10101101 | 10101010 | 10000110 | 0 | 10 | 10111 | 100000 | 110111 | 10011 | 111100 |
Color Harmonies of #ADAA86
Complementary color
Monochromatic Colors of #ADAA86
Black with #ADAA86
Text Example
Text Example
White with #ADAA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA86; }
p { color: rgb(173,170,134); }
H1.HeaderClassName
{
color: #ADAA86;
}
.AnyTagClassName
{
color: #ADAA86;
}
</style>
background-color css
<style>
a { background-color: #ADAA86; }
a { background-color: rgb(173,170,134); }
div.DivClassName
{
background-color: #ADAA86;
}
.BgClassName
{
background-color: #ADAA86;
}
</style>
border-color css
<style>
span { border-color: #ADAA86; }
span { border-color: rgb(173,170,134); }
td.TdClassName
{
border-color: #ADAA86;
}
.TagClassName
{
border-color: #ADAA86;
}
</style>