Shades of Neutral Green #ADA689
Tints of Neutral Green #ADA689
RGB
CMYK
RGB Variations
Color information
#ADA689 (or 0xADA689) is known color: Neutral Green. HEX triplet: AD, A6 and 89. RGB value is (173,166,137). Sum of RGB (Red+Green+Blue) = 173+166+137=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA689 is #525976. Grayscale: #A4A4A4. Windows color (decimal): -5396855 or 9021101. OLE color: 9021101.
HSL color Cylindrical-coordinate representation of color #ADA689: hue angle of 48.33º 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 #ADA689 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 137 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.32 |
| HSL | 48.33º | 0.18% | 0.61% | - |
| HSV(B) | 48.33º | 0.21% | 0.68% | - |
| XYZ | 35.39 | 37.96 | 29.13 | - |
| YUV | 164.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 137 | 0 | 0.04 | 0.21 | 0.32 | 48.33 | 0.18 | 0.61 |
| Hex | AD | A6 | 89 | 0 | 4 | 15 | 20 | 30 | 12 | 3D |
| Octal | 255 | 246 | 211 | 0 | 4 | 25 | 40 | 60 | 22 | 75 |
| Binary | 10101101 | 10100110 | 10001001 | 0 | 100 | 10101 | 100000 | 110000 | 10010 | 111101 |
Color Harmonies of #ADA689
Complementary color
Monochromatic Colors of #ADA689
Black with #ADA689
Text Example
Text Example
White with #ADA689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA689; }
p { color: rgb(173,166,137); }
H1.HeaderClassName
{
color: #ADA689;
}
.AnyTagClassName
{
color: #ADA689;
}
</style>
background-color css
<style>
a { background-color: #ADA689; }
a { background-color: rgb(173,166,137); }
div.DivClassName
{
background-color: #ADA689;
}
.BgClassName
{
background-color: #ADA689;
}
</style>
border-color css
<style>
span { border-color: #ADA689; }
span { border-color: rgb(173,166,137); }
td.TdClassName
{
border-color: #ADA689;
}
.TagClassName
{
border-color: #ADA689;
}
</style>