Shades of Neutral Green #A8A186
Tints of Neutral Green #A8A186
RGB
CMYK
RGB Variations
Color information
#A8A186 (or 0xA8A186) is known color: Neutral Green. HEX triplet: A8, A1 and 86. RGB value is (168,161,134). Sum of RGB (Red+Green+Blue) = 168+161+134=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A186 is #575E79. Grayscale: #A0A0A0. Windows color (decimal): -5725818 or 8823208. OLE color: 8823208.
HSL color Cylindrical-coordinate representation of color #A8A186: hue angle of 47.65º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8A186 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 161 | 134 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.34 |
| HSL | 47.65º | 0.16% | 0.59% | - |
| HSV(B) | 47.65º | 0.2% | 0.66% | - |
| XYZ | 33.2 | 35.54 | 27.66 | - |
| YUV | 160.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 161 | 134 | 0 | 0.04 | 0.20 | 0.34 | 47.65 | 0.16 | 0.59 |
| Hex | A8 | A1 | 86 | 0 | 4 | 14 | 22 | 30 | 10 | 3B |
| Octal | 250 | 241 | 206 | 0 | 4 | 24 | 42 | 60 | 20 | 73 |
| Binary | 10101000 | 10100001 | 10000110 | 0 | 100 | 10100 | 100010 | 110000 | 10000 | 111011 |
Color Harmonies of #A8A186
Complementary color
Monochromatic Colors of #A8A186
Black with #A8A186
Text Example
Text Example
White with #A8A186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A186; }
p { color: rgb(168,161,134); }
H1.HeaderClassName
{
color: #A8A186;
}
.AnyTagClassName
{
color: #A8A186;
}
</style>
background-color css
<style>
a { background-color: #A8A186; }
a { background-color: rgb(168,161,134); }
div.DivClassName
{
background-color: #A8A186;
}
.BgClassName
{
background-color: #A8A186;
}
</style>
border-color css
<style>
span { border-color: #A8A186; }
span { border-color: rgb(168,161,134); }
td.TdClassName
{
border-color: #A8A186;
}
.TagClassName
{
border-color: #A8A186;
}
</style>