Shades of Neutral Green #A7A287
Tints of Neutral Green #A7A287
RGB
CMYK
RGB Variations
Color information
#A7A287 (or 0xA7A287) is known color: Neutral Green. HEX triplet: A7, A2 and 87. RGB value is (167,162,135). Sum of RGB (Red+Green+Blue) = 167+162+135=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A287 is #585D78. Grayscale: #A0A0A0. Windows color (decimal): -5791097 or 8888999. OLE color: 8888999.
HSL color Cylindrical-coordinate representation of color #A7A287: hue angle of 50.62º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A7A287 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 162 | 135 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.35 |
| HSL | 50.63º | 0.15% | 0.59% | - |
| HSV(B) | 50.63º | 0.19% | 0.65% | - |
| XYZ | 33.23 | 35.81 | 28.08 | - |
| YUV | 160.42 | 113.66 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 162 | 135 | 0 | 0.03 | 0.19 | 0.35 | 50.63 | 0.15 | 0.59 |
| Hex | A7 | A2 | 87 | 0 | 3 | 13 | 23 | 33 | F | 3B |
| Octal | 247 | 242 | 207 | 0 | 3 | 23 | 43 | 63 | 17 | 73 |
| Binary | 10100111 | 10100010 | 10000111 | 0 | 11 | 10011 | 100011 | 110011 | 1111 | 111011 |
Color Harmonies of #A7A287
Complementary color
Monochromatic Colors of #A7A287
Black with #A7A287
Text Example
Text Example
White with #A7A287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A287; }
p { color: rgb(167,162,135); }
H1.HeaderClassName
{
color: #A7A287;
}
.AnyTagClassName
{
color: #A7A287;
}
</style>
background-color css
<style>
a { background-color: #A7A287; }
a { background-color: rgb(167,162,135); }
div.DivClassName
{
background-color: #A7A287;
}
.BgClassName
{
background-color: #A7A287;
}
</style>
border-color css
<style>
span { border-color: #A7A287; }
span { border-color: rgb(167,162,135); }
td.TdClassName
{
border-color: #A7A287;
}
.TagClassName
{
border-color: #A7A287;
}
</style>