Shades of Neutral Green #A4A188
Tints of Neutral Green #A4A188
RGB
CMYK
RGB Variations
Color information
#A4A188 (or 0xA4A188) is known color: Neutral Green. HEX triplet: A4, A1 and 88. RGB value is (164,161,136). Sum of RGB (Red+Green+Blue) = 164+161+136=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A188 is #5B5E77. Grayscale: #9F9F9F. Windows color (decimal): -5987960 or 8954276. OLE color: 8954276.
HSL color Cylindrical-coordinate representation of color #A4A188: hue angle of 53.57º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A4A188 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 161 | 136 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.36 |
| HSL | 53.57º | 0.13% | 0.59% | - |
| HSV(B) | 53.57º | 0.17% | 0.64% | - |
| XYZ | 32.5 | 35.16 | 28.37 | - |
| YUV | 159.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 161 | 136 | 0 | 0.02 | 0.17 | 0.36 | 53.57 | 0.13 | 0.59 |
| Hex | A4 | A1 | 88 | 0 | 2 | 11 | 24 | 36 | D | 3B |
| Octal | 244 | 241 | 210 | 0 | 2 | 21 | 44 | 66 | 15 | 73 |
| Binary | 10100100 | 10100001 | 10001000 | 0 | 10 | 10001 | 100100 | 110110 | 1101 | 111011 |
Color Harmonies of #A4A188
Complementary color
Monochromatic Colors of #A4A188
Black with #A4A188
Text Example
Text Example
White with #A4A188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A188; }
p { color: rgb(164,161,136); }
H1.HeaderClassName
{
color: #A4A188;
}
.AnyTagClassName
{
color: #A4A188;
}
</style>
background-color css
<style>
a { background-color: #A4A188; }
a { background-color: rgb(164,161,136); }
div.DivClassName
{
background-color: #A4A188;
}
.BgClassName
{
background-color: #A4A188;
}
</style>
border-color css
<style>
span { border-color: #A4A188; }
span { border-color: rgb(164,161,136); }
td.TdClassName
{
border-color: #A4A188;
}
.TagClassName
{
border-color: #A4A188;
}
</style>