Shades of Neutral Green #A5A37E
Tints of Neutral Green #A5A37E
RGB
CMYK
RGB Variations
Color information
#A5A37E (or 0xA5A37E) is known color: Neutral Green. HEX triplet: A5, A3 and 7E. RGB value is (165,163,126). Sum of RGB (Red+Green+Blue) = 165+163+126=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A37E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A37E is #5A5C81. Grayscale: #9F9F9F. Windows color (decimal): -5921922 or 8299429. OLE color: 8299429.
HSL color Cylindrical-coordinate representation of color #A5A37E: hue angle of 56.92º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5A37E is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 163 | 126 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.35 |
| HSL | 56.92º | 0.18% | 0.57% | - |
| HSV(B) | 56.92º | 0.24% | 0.65% | - |
| XYZ | 32.38 | 35.7 | 24.92 | - |
| YUV | 159.38 | 109.16 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 163 | 126 | 0 | 0.01 | 0.24 | 0.35 | 56.92 | 0.18 | 0.57 |
| Hex | A5 | A3 | 7E | 0 | 1 | 18 | 23 | 39 | 12 | 39 |
| Octal | 245 | 243 | 176 | 0 | 1 | 30 | 43 | 71 | 22 | 71 |
| Binary | 10100101 | 10100011 | 1111110 | 0 | 1 | 11000 | 100011 | 111001 | 10010 | 111001 |
Color Harmonies of #A5A37E
Complementary color
Monochromatic Colors of #A5A37E
Black with #A5A37E
Text Example
Text Example
White with #A5A37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A37E; }
p { color: rgb(165,163,126); }
H1.HeaderClassName
{
color: #A5A37E;
}
.AnyTagClassName
{
color: #A5A37E;
}
</style>
background-color css
<style>
a { background-color: #A5A37E; }
a { background-color: rgb(165,163,126); }
div.DivClassName
{
background-color: #A5A37E;
}
.BgClassName
{
background-color: #A5A37E;
}
</style>
border-color css
<style>
span { border-color: #A5A37E; }
span { border-color: rgb(165,163,126); }
td.TdClassName
{
border-color: #A5A37E;
}
.TagClassName
{
border-color: #A5A37E;
}
</style>