Shades of Neutral Green #ADA97C
Tints of Neutral Green #ADA97C
RGB
CMYK
RGB Variations
Color information
#ADA97C (or 0xADA97C) is known color: Neutral Green. HEX triplet: AD, A9 and 7C. RGB value is (173,169,124). Sum of RGB (Red+Green+Blue) = 173+169+124=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA97C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA97C is #525683. Grayscale: #A5A5A5. Windows color (decimal): -5396100 or 8169901. OLE color: 8169901.
HSL color Cylindrical-coordinate representation of color #ADA97C: hue angle of 55.1º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADA97C is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 124 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.32 |
| HSL | 55.1º | 0.23% | 0.58% | - |
| HSV(B) | 55.1º | 0.28% | 0.68% | - |
| XYZ | 35.06 | 38.72 | 24.69 | - |
| YUV | 165.07 | 104.83 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 124 | 0 | 0.02 | 0.28 | 0.32 | 55.1 | 0.23 | 0.58 |
| Hex | AD | A9 | 7C | 0 | 2 | 1C | 20 | 37 | 17 | 3A |
| Octal | 255 | 251 | 174 | 0 | 2 | 34 | 40 | 67 | 27 | 72 |
| Binary | 10101101 | 10101001 | 1111100 | 0 | 10 | 11100 | 100000 | 110111 | 10111 | 111010 |
Color Harmonies of #ADA97C
Complementary color
Monochromatic Colors of #ADA97C
Black with #ADA97C
Text Example
Text Example
White with #ADA97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA97C; }
p { color: rgb(173,169,124); }
H1.HeaderClassName
{
color: #ADA97C;
}
.AnyTagClassName
{
color: #ADA97C;
}
</style>
background-color css
<style>
a { background-color: #ADA97C; }
a { background-color: rgb(173,169,124); }
div.DivClassName
{
background-color: #ADA97C;
}
.BgClassName
{
background-color: #ADA97C;
}
</style>
border-color css
<style>
span { border-color: #ADA97C; }
span { border-color: rgb(173,169,124); }
td.TdClassName
{
border-color: #ADA97C;
}
.TagClassName
{
border-color: #ADA97C;
}
</style>