Shades of Neutral Green #ADA888
Tints of Neutral Green #ADA888
RGB
CMYK
RGB Variations
Color information
#ADA888 (or 0xADA888) is known color: Neutral Green. HEX triplet: AD, A8 and 88. RGB value is (173,168,136). Sum of RGB (Red+Green+Blue) = 173+168+136=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA888 is #525777. Grayscale: #A5A5A5. Windows color (decimal): -5396344 or 8956077. OLE color: 8956077.
HSL color Cylindrical-coordinate representation of color #ADA888: hue angle of 51.89º 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 #ADA888 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 136 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.32 |
| HSL | 51.89º | 0.18% | 0.61% | - |
| HSV(B) | 51.89º | 0.21% | 0.68% | - |
| XYZ | 35.68 | 38.67 | 28.88 | - |
| YUV | 165.85 | 111.16 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 136 | 0 | 0.03 | 0.21 | 0.32 | 51.89 | 0.18 | 0.61 |
| Hex | AD | A8 | 88 | 0 | 3 | 15 | 20 | 34 | 12 | 3D |
| Octal | 255 | 250 | 210 | 0 | 3 | 25 | 40 | 64 | 22 | 75 |
| Binary | 10101101 | 10101000 | 10001000 | 0 | 11 | 10101 | 100000 | 110100 | 10010 | 111101 |
Color Harmonies of #ADA888
Complementary color
Monochromatic Colors of #ADA888
Black with #ADA888
Text Example
Text Example
White with #ADA888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA888; }
p { color: rgb(173,168,136); }
H1.HeaderClassName
{
color: #ADA888;
}
.AnyTagClassName
{
color: #ADA888;
}
</style>
background-color css
<style>
a { background-color: #ADA888; }
a { background-color: rgb(173,168,136); }
div.DivClassName
{
background-color: #ADA888;
}
.BgClassName
{
background-color: #ADA888;
}
</style>
border-color css
<style>
span { border-color: #ADA888; }
span { border-color: rgb(173,168,136); }
td.TdClassName
{
border-color: #ADA888;
}
.TagClassName
{
border-color: #ADA888;
}
</style>