Shades of Neutral Green #ADAB86
Tints of Neutral Green #ADAB86
RGB
CMYK
RGB Variations
Color information
#ADAB86 (or 0xADAB86) is known color: Neutral Green. HEX triplet: AD, AB and 86. RGB value is (173,171,134). Sum of RGB (Red+Green+Blue) = 173+171+134=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAB86 is #525479. Grayscale: #A7A7A7. Windows color (decimal): -5395578 or 8825773. OLE color: 8825773.
HSL color Cylindrical-coordinate representation of color #ADAB86: hue angle of 56.92º 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 #ADAB86 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 134 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.32 |
| HSL | 56.92º | 0.19% | 0.6% | - |
| HSV(B) | 56.92º | 0.23% | 0.68% | - |
| XYZ | 36.1 | 39.73 | 28.32 | - |
| YUV | 167.38 | 109.16 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 134 | 0 | 0.01 | 0.23 | 0.32 | 56.92 | 0.19 | 0.6 |
| Hex | AD | AB | 86 | 0 | 1 | 17 | 20 | 39 | 13 | 3C |
| Octal | 255 | 253 | 206 | 0 | 1 | 27 | 40 | 71 | 23 | 74 |
| Binary | 10101101 | 10101011 | 10000110 | 0 | 1 | 10111 | 100000 | 111001 | 10011 | 111100 |
Color Harmonies of #ADAB86
Complementary color
Monochromatic Colors of #ADAB86
Black with #ADAB86
Text Example
Text Example
White with #ADAB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB86; }
p { color: rgb(173,171,134); }
H1.HeaderClassName
{
color: #ADAB86;
}
.AnyTagClassName
{
color: #ADAB86;
}
</style>
background-color css
<style>
a { background-color: #ADAB86; }
a { background-color: rgb(173,171,134); }
div.DivClassName
{
background-color: #ADAB86;
}
.BgClassName
{
background-color: #ADAB86;
}
</style>
border-color css
<style>
span { border-color: #ADAB86; }
span { border-color: rgb(173,171,134); }
td.TdClassName
{
border-color: #ADAB86;
}
.TagClassName
{
border-color: #ADAB86;
}
</style>