Shades of Neutral Green #ADA587
Tints of Neutral Green #ADA587
RGB
CMYK
RGB Variations
Color information
#ADA587 (or 0xADA587) is known color: Neutral Green. HEX triplet: AD, A5 and 87. RGB value is (173,165,135). Sum of RGB (Red+Green+Blue) = 173+165+135=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA587 is #525A78. Grayscale: #A4A4A4. Windows color (decimal): -5397113 or 8889773. OLE color: 8889773.
HSL color Cylindrical-coordinate representation of color #ADA587: hue angle of 47.37º 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 #ADA587 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 135 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.32 |
| HSL | 47.37º | 0.19% | 0.6% | - |
| HSV(B) | 47.37º | 0.22% | 0.68% | - |
| XYZ | 35.06 | 37.54 | 28.32 | - |
| YUV | 163.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 135 | 0 | 0.05 | 0.22 | 0.32 | 47.37 | 0.19 | 0.6 |
| Hex | AD | A5 | 87 | 0 | 5 | 16 | 20 | 2F | 13 | 3C |
| Octal | 255 | 245 | 207 | 0 | 5 | 26 | 40 | 57 | 23 | 74 |
| Binary | 10101101 | 10100101 | 10000111 | 0 | 101 | 10110 | 100000 | 101111 | 10011 | 111100 |
Color Harmonies of #ADA587
Complementary color
Monochromatic Colors of #ADA587
Black with #ADA587
Text Example
Text Example
White with #ADA587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA587; }
p { color: rgb(173,165,135); }
H1.HeaderClassName
{
color: #ADA587;
}
.AnyTagClassName
{
color: #ADA587;
}
</style>
background-color css
<style>
a { background-color: #ADA587; }
a { background-color: rgb(173,165,135); }
div.DivClassName
{
background-color: #ADA587;
}
.BgClassName
{
background-color: #ADA587;
}
</style>
border-color css
<style>
span { border-color: #ADA587; }
span { border-color: rgb(173,165,135); }
td.TdClassName
{
border-color: #ADA587;
}
.TagClassName
{
border-color: #ADA587;
}
</style>