Shades of Neutral Green #ADA988
Tints of Neutral Green #ADA988
RGB
CMYK
RGB Variations
Color information
#ADA988 (or 0xADA988) is known color: Neutral Green. HEX triplet: AD, A9 and 88. RGB value is (173,169,136). Sum of RGB (Red+Green+Blue) = 173+169+136=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA988 is #525677. Grayscale: #A6A6A6. Windows color (decimal): -5396088 or 8956333. OLE color: 8956333.
HSL color Cylindrical-coordinate representation of color #ADA988: hue angle of 53.51º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADA988 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 136 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.32 |
| HSL | 53.51º | 0.18% | 0.61% | - |
| HSV(B) | 53.51º | 0.21% | 0.68% | - |
| XYZ | 35.87 | 39.04 | 28.94 | - |
| YUV | 166.43 | 110.83 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 136 | 0 | 0.02 | 0.21 | 0.32 | 53.51 | 0.18 | 0.61 |
| Hex | AD | A9 | 88 | 0 | 2 | 15 | 20 | 36 | 12 | 3D |
| Octal | 255 | 251 | 210 | 0 | 2 | 25 | 40 | 66 | 22 | 75 |
| Binary | 10101101 | 10101001 | 10001000 | 0 | 10 | 10101 | 100000 | 110110 | 10010 | 111101 |
Color Harmonies of #ADA988
Complementary color
Monochromatic Colors of #ADA988
Black with #ADA988
Text Example
Text Example
White with #ADA988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA988; }
p { color: rgb(173,169,136); }
H1.HeaderClassName
{
color: #ADA988;
}
.AnyTagClassName
{
color: #ADA988;
}
</style>
background-color css
<style>
a { background-color: #ADA988; }
a { background-color: rgb(173,169,136); }
div.DivClassName
{
background-color: #ADA988;
}
.BgClassName
{
background-color: #ADA988;
}
</style>
border-color css
<style>
span { border-color: #ADA988; }
span { border-color: rgb(173,169,136); }
td.TdClassName
{
border-color: #ADA988;
}
.TagClassName
{
border-color: #ADA988;
}
</style>