Shades of Neutral Green #ADA387
Tints of Neutral Green #ADA387
RGB
CMYK
RGB Variations
Color information
#ADA387 (or 0xADA387) is known color: Neutral Green. HEX triplet: AD, A3 and 87. RGB value is (173,163,135). Sum of RGB (Red+Green+Blue) = 173+163+135=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA387 is #525C78. Grayscale: #A2A2A2. Windows color (decimal): -5397625 or 8889261. OLE color: 8889261.
HSL color Cylindrical-coordinate representation of color #ADA387: hue angle of 44.21º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADA387 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 135 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.32 |
| HSL | 44.21º | 0.19% | 0.6% | - |
| HSV(B) | 44.21º | 0.22% | 0.68% | - |
| XYZ | 34.7 | 36.83 | 28.2 | - |
| YUV | 162.8 | 112.31 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 135 | 0 | 0.06 | 0.22 | 0.32 | 44.21 | 0.19 | 0.6 |
| Hex | AD | A3 | 87 | 0 | 6 | 16 | 20 | 2C | 13 | 3C |
| Octal | 255 | 243 | 207 | 0 | 6 | 26 | 40 | 54 | 23 | 74 |
| Binary | 10101101 | 10100011 | 10000111 | 0 | 110 | 10110 | 100000 | 101100 | 10011 | 111100 |
Color Harmonies of #ADA387
Complementary color
Monochromatic Colors of #ADA387
Black with #ADA387
Text Example
Text Example
White with #ADA387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA387; }
p { color: rgb(173,163,135); }
H1.HeaderClassName
{
color: #ADA387;
}
.AnyTagClassName
{
color: #ADA387;
}
</style>
background-color css
<style>
a { background-color: #ADA387; }
a { background-color: rgb(173,163,135); }
div.DivClassName
{
background-color: #ADA387;
}
.BgClassName
{
background-color: #ADA387;
}
</style>
border-color css
<style>
span { border-color: #ADA387; }
span { border-color: rgb(173,163,135); }
td.TdClassName
{
border-color: #ADA387;
}
.TagClassName
{
border-color: #ADA387;
}
</style>