Shades of Neutral Green #ADA589
Tints of Neutral Green #ADA589
RGB
CMYK
RGB Variations
Color information
#ADA589 (or 0xADA589) is known color: Neutral Green. HEX triplet: AD, A5 and 89. RGB value is (173,165,137). Sum of RGB (Red+Green+Blue) = 173+165+137=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA589 is #525A76. Grayscale: #A4A4A4. Windows color (decimal): -5397111 or 9020845. OLE color: 9020845.
HSL color Cylindrical-coordinate representation of color #ADA589: hue angle of 46.67º 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 #ADA589 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 137 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.32 |
| HSL | 46.67º | 0.18% | 0.61% | - |
| HSV(B) | 46.67º | 0.21% | 0.68% | - |
| XYZ | 35.2 | 37.6 | 29.07 | - |
| YUV | 164.2 | 112.65 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 137 | 0 | 0.05 | 0.21 | 0.32 | 46.67 | 0.18 | 0.61 |
| Hex | AD | A5 | 89 | 0 | 5 | 15 | 20 | 2F | 12 | 3D |
| Octal | 255 | 245 | 211 | 0 | 5 | 25 | 40 | 57 | 22 | 75 |
| Binary | 10101101 | 10100101 | 10001001 | 0 | 101 | 10101 | 100000 | 101111 | 10010 | 111101 |
Color Harmonies of #ADA589
Complementary color
Monochromatic Colors of #ADA589
Black with #ADA589
Text Example
Text Example
White with #ADA589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA589; }
p { color: rgb(173,165,137); }
H1.HeaderClassName
{
color: #ADA589;
}
.AnyTagClassName
{
color: #ADA589;
}
</style>
background-color css
<style>
a { background-color: #ADA589; }
a { background-color: rgb(173,165,137); }
div.DivClassName
{
background-color: #ADA589;
}
.BgClassName
{
background-color: #ADA589;
}
</style>
border-color css
<style>
span { border-color: #ADA589; }
span { border-color: rgb(173,165,137); }
td.TdClassName
{
border-color: #ADA589;
}
.TagClassName
{
border-color: #ADA589;
}
</style>