Shades of Neutral Green #ADA973
Tints of Neutral Green #ADA973
RGB
CMYK
RGB Variations
Color information
#ADA973 (or 0xADA973) is known color: Neutral Green. HEX triplet: AD, A9 and 73. RGB value is (173,169,115). Sum of RGB (Red+Green+Blue) = 173+169+115=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA973 is #52568C. Grayscale: #A4A4A4. Windows color (decimal): -5396109 or 7580077. OLE color: 7580077.
HSL color Cylindrical-coordinate representation of color #ADA973: hue angle of 55.86º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADA973 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 115 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.32 |
| HSL | 55.86º | 0.26% | 0.56% | - |
| HSV(B) | 55.86º | 0.34% | 0.68% | - |
| XYZ | 34.52 | 38.5 | 21.83 | - |
| YUV | 164.04 | 100.33 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 115 | 0 | 0.02 | 0.34 | 0.32 | 55.86 | 0.26 | 0.56 |
| Hex | AD | A9 | 73 | 0 | 2 | 22 | 20 | 38 | 1A | 38 |
| Octal | 255 | 251 | 163 | 0 | 2 | 42 | 40 | 70 | 32 | 70 |
| Binary | 10101101 | 10101001 | 1110011 | 0 | 10 | 100010 | 100000 | 111000 | 11010 | 111000 |
Color Harmonies of #ADA973
Complementary color
Monochromatic Colors of #ADA973
Black with #ADA973
Text Example
Text Example
White with #ADA973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA973; }
p { color: rgb(173,169,115); }
H1.HeaderClassName
{
color: #ADA973;
}
.AnyTagClassName
{
color: #ADA973;
}
</style>
background-color css
<style>
a { background-color: #ADA973; }
a { background-color: rgb(173,169,115); }
div.DivClassName
{
background-color: #ADA973;
}
.BgClassName
{
background-color: #ADA973;
}
</style>
border-color css
<style>
span { border-color: #ADA973; }
span { border-color: rgb(173,169,115); }
td.TdClassName
{
border-color: #ADA973;
}
.TagClassName
{
border-color: #ADA973;
}
</style>