Shades of Neutral Green #A4A288
Tints of Neutral Green #A4A288
RGB
CMYK
RGB Variations
Color information
#A4A288 (or 0xA4A288) is known color: Neutral Green. HEX triplet: A4, A2 and 88. RGB value is (164,162,136). Sum of RGB (Red+Green+Blue) = 164+162+136=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A288 is #5B5D77. Grayscale: #9F9F9F. Windows color (decimal): -5987704 or 8954532. OLE color: 8954532.
HSL color Cylindrical-coordinate representation of color #A4A288: hue angle of 55.71º 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 #A4A288 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 162 | 136 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.36 |
| HSL | 55.71º | 0.13% | 0.59% | - |
| HSV(B) | 55.71º | 0.17% | 0.64% | - |
| XYZ | 32.67 | 35.51 | 28.42 | - |
| YUV | 159.63 | 114.66 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 162 | 136 | 0 | 0.01 | 0.17 | 0.36 | 55.71 | 0.13 | 0.59 |
| Hex | A4 | A2 | 88 | 0 | 1 | 11 | 24 | 38 | D | 3B |
| Octal | 244 | 242 | 210 | 0 | 1 | 21 | 44 | 70 | 15 | 73 |
| Binary | 10100100 | 10100010 | 10001000 | 0 | 1 | 10001 | 100100 | 111000 | 1101 | 111011 |
Color Harmonies of #A4A288
Complementary color
Monochromatic Colors of #A4A288
Black with #A4A288
Text Example
Text Example
White with #A4A288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A288; }
p { color: rgb(164,162,136); }
H1.HeaderClassName
{
color: #A4A288;
}
.AnyTagClassName
{
color: #A4A288;
}
</style>
background-color css
<style>
a { background-color: #A4A288; }
a { background-color: rgb(164,162,136); }
div.DivClassName
{
background-color: #A4A288;
}
.BgClassName
{
background-color: #A4A288;
}
</style>
border-color css
<style>
span { border-color: #A4A288; }
span { border-color: rgb(164,162,136); }
td.TdClassName
{
border-color: #A4A288;
}
.TagClassName
{
border-color: #A4A288;
}
</style>