Shades of Neutral Green #ADA685
Tints of Neutral Green #ADA685
RGB
CMYK
RGB Variations
Color information
#ADA685 (or 0xADA685) is known color: Neutral Green. HEX triplet: AD, A6 and 85. RGB value is (173,166,133). Sum of RGB (Red+Green+Blue) = 173+166+133=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA685 is #52597A. Grayscale: #A4A4A4. Windows color (decimal): -5396859 or 8758957. OLE color: 8758957.
HSL color Cylindrical-coordinate representation of color #ADA685: hue angle of 49.5º degrees, saturation: 0.2, 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 #ADA685 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 133 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.32 |
| HSL | 49.5º | 0.2% | 0.6% | - |
| HSV(B) | 49.5º | 0.23% | 0.68% | - |
| XYZ | 35.1 | 37.85 | 27.65 | - |
| YUV | 164.33 | 110.32 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 133 | 0 | 0.04 | 0.23 | 0.32 | 49.5 | 0.2 | 0.6 |
| Hex | AD | A6 | 85 | 0 | 4 | 17 | 20 | 32 | 14 | 3C |
| Octal | 255 | 246 | 205 | 0 | 4 | 27 | 40 | 62 | 24 | 74 |
| Binary | 10101101 | 10100110 | 10000101 | 0 | 100 | 10111 | 100000 | 110010 | 10100 | 111100 |
Color Harmonies of #ADA685
Complementary color
Monochromatic Colors of #ADA685
Black with #ADA685
Text Example
Text Example
White with #ADA685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA685; }
p { color: rgb(173,166,133); }
H1.HeaderClassName
{
color: #ADA685;
}
.AnyTagClassName
{
color: #ADA685;
}
</style>
background-color css
<style>
a { background-color: #ADA685; }
a { background-color: rgb(173,166,133); }
div.DivClassName
{
background-color: #ADA685;
}
.BgClassName
{
background-color: #ADA685;
}
</style>
border-color css
<style>
span { border-color: #ADA685; }
span { border-color: rgb(173,166,133); }
td.TdClassName
{
border-color: #ADA685;
}
.TagClassName
{
border-color: #ADA685;
}
</style>