Shades of Neutral Green #A8A188
Tints of Neutral Green #A8A188
RGB
CMYK
RGB Variations
Color information
#A8A188 (or 0xA8A188) is known color: Neutral Green. HEX triplet: A8, A1 and 88. RGB value is (168,161,136). Sum of RGB (Red+Green+Blue) = 168+161+136=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A188 is #575E77. Grayscale: #A0A0A0. Windows color (decimal): -5725816 or 8954280. OLE color: 8954280.
HSL color Cylindrical-coordinate representation of color #A8A188: hue angle of 46.88º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8A188 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 161 | 136 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.34 |
| HSL | 46.88º | 0.16% | 0.6% | - |
| HSV(B) | 46.88º | 0.19% | 0.66% | - |
| XYZ | 33.34 | 35.59 | 28.41 | - |
| YUV | 160.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 161 | 136 | 0 | 0.04 | 0.19 | 0.34 | 46.88 | 0.16 | 0.6 |
| Hex | A8 | A1 | 88 | 0 | 4 | 13 | 22 | 2F | 10 | 3C |
| Octal | 250 | 241 | 210 | 0 | 4 | 23 | 42 | 57 | 20 | 74 |
| Binary | 10101000 | 10100001 | 10001000 | 0 | 100 | 10011 | 100010 | 101111 | 10000 | 111100 |
Color Harmonies of #A8A188
Complementary color
Monochromatic Colors of #A8A188
Black with #A8A188
Text Example
Text Example
White with #A8A188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A188; }
p { color: rgb(168,161,136); }
H1.HeaderClassName
{
color: #A8A188;
}
.AnyTagClassName
{
color: #A8A188;
}
</style>
background-color css
<style>
a { background-color: #A8A188; }
a { background-color: rgb(168,161,136); }
div.DivClassName
{
background-color: #A8A188;
}
.BgClassName
{
background-color: #A8A188;
}
</style>
border-color css
<style>
span { border-color: #A8A188; }
span { border-color: rgb(168,161,136); }
td.TdClassName
{
border-color: #A8A188;
}
.TagClassName
{
border-color: #A8A188;
}
</style>