Shades of Neutral Green #ADA57E
Tints of Neutral Green #ADA57E
RGB
CMYK
RGB Variations
Color information
#ADA57E (or 0xADA57E) is known color: Neutral Green. HEX triplet: AD, A5 and 7E. RGB value is (173,165,126). Sum of RGB (Red+Green+Blue) = 173+165+126=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA57E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA57E is #525A81. Grayscale: #A3A3A3. Windows color (decimal): -5397122 or 8299949. OLE color: 8299949.
HSL color Cylindrical-coordinate representation of color #ADA57E: hue angle of 49.79º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADA57E is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 126 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.32 |
| HSL | 49.79º | 0.22% | 0.59% | - |
| HSV(B) | 49.79º | 0.27% | 0.68% | - |
| XYZ | 34.45 | 37.3 | 25.12 | - |
| YUV | 162.95 | 107.15 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 126 | 0 | 0.05 | 0.27 | 0.32 | 49.79 | 0.22 | 0.59 |
| Hex | AD | A5 | 7E | 0 | 5 | 1B | 20 | 32 | 16 | 3B |
| Octal | 255 | 245 | 176 | 0 | 5 | 33 | 40 | 62 | 26 | 73 |
| Binary | 10101101 | 10100101 | 1111110 | 0 | 101 | 11011 | 100000 | 110010 | 10110 | 111011 |
Color Harmonies of #ADA57E
Complementary color
Monochromatic Colors of #ADA57E
Black with #ADA57E
Text Example
Text Example
White with #ADA57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA57E; }
p { color: rgb(173,165,126); }
H1.HeaderClassName
{
color: #ADA57E;
}
.AnyTagClassName
{
color: #ADA57E;
}
</style>
background-color css
<style>
a { background-color: #ADA57E; }
a { background-color: rgb(173,165,126); }
div.DivClassName
{
background-color: #ADA57E;
}
.BgClassName
{
background-color: #ADA57E;
}
</style>
border-color css
<style>
span { border-color: #ADA57E; }
span { border-color: rgb(173,165,126); }
td.TdClassName
{
border-color: #ADA57E;
}
.TagClassName
{
border-color: #ADA57E;
}
</style>