Shades of Neutral Green #ADA87E
Tints of Neutral Green #ADA87E
RGB
CMYK
RGB Variations
Color information
#ADA87E (or 0xADA87E) is known color: Neutral Green. HEX triplet: AD, A8 and 7E. RGB value is (173,168,126). Sum of RGB (Red+Green+Blue) = 173+168+126=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA87E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA87E is #525781. Grayscale: #A4A4A4. Windows color (decimal): -5396354 or 8300717. OLE color: 8300717.
HSL color Cylindrical-coordinate representation of color #ADA87E: hue angle of 53.62º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADA87E is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 126 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.32 |
| HSL | 53.62º | 0.22% | 0.59% | - |
| HSV(B) | 53.62º | 0.27% | 0.68% | - |
| XYZ | 35 | 38.4 | 25.31 | - |
| YUV | 164.71 | 106.16 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 126 | 0 | 0.03 | 0.27 | 0.32 | 53.62 | 0.22 | 0.59 |
| Hex | AD | A8 | 7E | 0 | 3 | 1B | 20 | 36 | 16 | 3B |
| Octal | 255 | 250 | 176 | 0 | 3 | 33 | 40 | 66 | 26 | 73 |
| Binary | 10101101 | 10101000 | 1111110 | 0 | 11 | 11011 | 100000 | 110110 | 10110 | 111011 |
Color Harmonies of #ADA87E
Complementary color
Monochromatic Colors of #ADA87E
Black with #ADA87E
Text Example
Text Example
White with #ADA87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA87E; }
p { color: rgb(173,168,126); }
H1.HeaderClassName
{
color: #ADA87E;
}
.AnyTagClassName
{
color: #ADA87E;
}
</style>
background-color css
<style>
a { background-color: #ADA87E; }
a { background-color: rgb(173,168,126); }
div.DivClassName
{
background-color: #ADA87E;
}
.BgClassName
{
background-color: #ADA87E;
}
</style>
border-color css
<style>
span { border-color: #ADA87E; }
span { border-color: rgb(173,168,126); }
td.TdClassName
{
border-color: #ADA87E;
}
.TagClassName
{
border-color: #ADA87E;
}
</style>