Shades of Neutral Green #ADA57F
Tints of Neutral Green #ADA57F
RGB
CMYK
RGB Variations
Color information
#ADA57F (or 0xADA57F) is known color: Neutral Green. HEX triplet: AD, A5 and 7F. RGB value is (173,165,127). Sum of RGB (Red+Green+Blue) = 173+165+127=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA57F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA57F is #525A80. Grayscale: #A3A3A3. Windows color (decimal): -5397121 or 8365485. OLE color: 8365485.
HSL color Cylindrical-coordinate representation of color #ADA57F: hue angle of 49.57º 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 #ADA57F is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 127 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.32 |
| HSL | 49.57º | 0.22% | 0.59% | - |
| HSV(B) | 49.57º | 0.27% | 0.68% | - |
| XYZ | 34.52 | 37.33 | 25.46 | - |
| YUV | 163.06 | 107.65 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 127 | 0 | 0.05 | 0.27 | 0.32 | 49.57 | 0.22 | 0.59 |
| Hex | AD | A5 | 7F | 0 | 5 | 1B | 20 | 32 | 16 | 3B |
| Octal | 255 | 245 | 177 | 0 | 5 | 33 | 40 | 62 | 26 | 73 |
| Binary | 10101101 | 10100101 | 1111111 | 0 | 101 | 11011 | 100000 | 110010 | 10110 | 111011 |
Color Harmonies of #ADA57F
Complementary color
Monochromatic Colors of #ADA57F
Black with #ADA57F
Text Example
Text Example
White with #ADA57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA57F; }
p { color: rgb(173,165,127); }
H1.HeaderClassName
{
color: #ADA57F;
}
.AnyTagClassName
{
color: #ADA57F;
}
</style>
background-color css
<style>
a { background-color: #ADA57F; }
a { background-color: rgb(173,165,127); }
div.DivClassName
{
background-color: #ADA57F;
}
.BgClassName
{
background-color: #ADA57F;
}
</style>
border-color css
<style>
span { border-color: #ADA57F; }
span { border-color: rgb(173,165,127); }
td.TdClassName
{
border-color: #ADA57F;
}
.TagClassName
{
border-color: #ADA57F;
}
</style>