Shades of Neutral Green #ADA87F
Tints of Neutral Green #ADA87F
RGB
CMYK
RGB Variations
Color information
#ADA87F (or 0xADA87F) is known color: Neutral Green. HEX triplet: AD, A8 and 7F. RGB value is (173,168,127). Sum of RGB (Red+Green+Blue) = 173+168+127=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA87F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA87F is #525780. Grayscale: #A4A4A4. Windows color (decimal): -5396353 or 8366253. OLE color: 8366253.
HSL color Cylindrical-coordinate representation of color #ADA87F: hue angle of 53.48º 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 #ADA87F is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 127 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.32 |
| HSL | 53.48º | 0.22% | 0.59% | - |
| HSV(B) | 53.48º | 0.27% | 0.68% | - |
| XYZ | 35.07 | 38.42 | 25.65 | - |
| YUV | 164.82 | 106.66 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 127 | 0 | 0.03 | 0.27 | 0.32 | 53.48 | 0.22 | 0.59 |
| Hex | AD | A8 | 7F | 0 | 3 | 1B | 20 | 35 | 16 | 3B |
| Octal | 255 | 250 | 177 | 0 | 3 | 33 | 40 | 65 | 26 | 73 |
| Binary | 10101101 | 10101000 | 1111111 | 0 | 11 | 11011 | 100000 | 110101 | 10110 | 111011 |
Color Harmonies of #ADA87F
Complementary color
Monochromatic Colors of #ADA87F
Black with #ADA87F
Text Example
Text Example
White with #ADA87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA87F; }
p { color: rgb(173,168,127); }
H1.HeaderClassName
{
color: #ADA87F;
}
.AnyTagClassName
{
color: #ADA87F;
}
</style>
background-color css
<style>
a { background-color: #ADA87F; }
a { background-color: rgb(173,168,127); }
div.DivClassName
{
background-color: #ADA87F;
}
.BgClassName
{
background-color: #ADA87F;
}
</style>
border-color css
<style>
span { border-color: #ADA87F; }
span { border-color: rgb(173,168,127); }
td.TdClassName
{
border-color: #ADA87F;
}
.TagClassName
{
border-color: #ADA87F;
}
</style>