Shades of Neutral Green #A7A488
Tints of Neutral Green #A7A488
RGB
CMYK
RGB Variations
Color information
#A7A488 (or 0xA7A488) is known color: Neutral Green. HEX triplet: A7, A4 and 88. RGB value is (167,164,136). Sum of RGB (Red+Green+Blue) = 167+164+136=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A488 is #585B77. Grayscale: #A1A1A1. Windows color (decimal): -5790584 or 8955047. OLE color: 8955047.
HSL color Cylindrical-coordinate representation of color #A7A488: hue angle of 54.19º 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 #A7A488 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 164 | 136 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.35 |
| HSL | 54.19º | 0.15% | 0.59% | - |
| HSV(B) | 54.19º | 0.19% | 0.65% | - |
| XYZ | 33.66 | 36.54 | 28.57 | - |
| YUV | 161.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 164 | 136 | 0 | 0.02 | 0.19 | 0.35 | 54.19 | 0.15 | 0.59 |
| Hex | A7 | A4 | 88 | 0 | 2 | 13 | 23 | 36 | F | 3B |
| Octal | 247 | 244 | 210 | 0 | 2 | 23 | 43 | 66 | 17 | 73 |
| Binary | 10100111 | 10100100 | 10001000 | 0 | 10 | 10011 | 100011 | 110110 | 1111 | 111011 |
Color Harmonies of #A7A488
Complementary color
Monochromatic Colors of #A7A488
Black with #A7A488
Text Example
Text Example
White with #A7A488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A488; }
p { color: rgb(167,164,136); }
H1.HeaderClassName
{
color: #A7A488;
}
.AnyTagClassName
{
color: #A7A488;
}
</style>
background-color css
<style>
a { background-color: #A7A488; }
a { background-color: rgb(167,164,136); }
div.DivClassName
{
background-color: #A7A488;
}
.BgClassName
{
background-color: #A7A488;
}
</style>
border-color css
<style>
span { border-color: #A7A488; }
span { border-color: rgb(167,164,136); }
td.TdClassName
{
border-color: #A7A488;
}
.TagClassName
{
border-color: #A7A488;
}
</style>