Shades of Neutral Green #A7A688
Tints of Neutral Green #A7A688
RGB
CMYK
RGB Variations
Color information
#A7A688 (or 0xA7A688) is known color: Neutral Green. HEX triplet: A7, A6 and 88. RGB value is (167,166,136). Sum of RGB (Red+Green+Blue) = 167+166+136=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A688 is #585977. Grayscale: #A3A3A3. Windows color (decimal): -5790072 or 8955559. OLE color: 8955559.
HSL color Cylindrical-coordinate representation of color #A7A688: hue angle of 58.06º 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 #A7A688 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 166 | 136 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.35 |
| HSL | 58.06º | 0.15% | 0.59% | - |
| HSV(B) | 58.06º | 0.19% | 0.65% | - |
| XYZ | 34.02 | 37.27 | 28.69 | - |
| YUV | 162.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 166 | 136 | 0 | 0.01 | 0.19 | 0.35 | 58.06 | 0.15 | 0.59 |
| Hex | A7 | A6 | 88 | 0 | 1 | 13 | 23 | 3A | F | 3B |
| Octal | 247 | 246 | 210 | 0 | 1 | 23 | 43 | 72 | 17 | 73 |
| Binary | 10100111 | 10100110 | 10001000 | 0 | 1 | 10011 | 100011 | 111010 | 1111 | 111011 |
Color Harmonies of #A7A688
Complementary color
Monochromatic Colors of #A7A688
Black with #A7A688
Text Example
Text Example
White with #A7A688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A688; }
p { color: rgb(167,166,136); }
H1.HeaderClassName
{
color: #A7A688;
}
.AnyTagClassName
{
color: #A7A688;
}
</style>
background-color css
<style>
a { background-color: #A7A688; }
a { background-color: rgb(167,166,136); }
div.DivClassName
{
background-color: #A7A688;
}
.BgClassName
{
background-color: #A7A688;
}
</style>
border-color css
<style>
span { border-color: #A7A688; }
span { border-color: rgb(167,166,136); }
td.TdClassName
{
border-color: #A7A688;
}
.TagClassName
{
border-color: #A7A688;
}
</style>