Shades of Green Smoke #A8B860
Tints of Green Smoke #A8B860
RGB
CMYK
RGB Variations
Color information
#A8B860 (or 0xA8B860) is known color: Green Smoke. HEX triplet: A8, B8 and 60. RGB value is (168,184,96). Sum of RGB (Red+Green+Blue) = 168+184+96=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B860 is #57479F. Grayscale: #A9A9A9. Windows color (decimal): -5719968 or 6338728. OLE color: 6338728.
HSL color Cylindrical-coordinate representation of color #A8B860: hue angle of 70.91º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8B860 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 184 | 96 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.28 |
| HSL | 70.91º | 0.38% | 0.55% | - |
| HSV(B) | 70.91º | 0.48% | 0.72% | - |
| XYZ | 35.4 | 43.45 | 17.59 | - |
| YUV | 169.18 | 86.7 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 184 | 96 | 0.09 | 0 | 0.48 | 0.28 | 70.91 | 0.38 | 0.55 |
| Hex | A8 | B8 | 60 | 9 | 0 | 30 | 1C | 47 | 26 | 37 |
| Octal | 250 | 270 | 140 | 11 | 0 | 60 | 34 | 107 | 46 | 67 |
| Binary | 10101000 | 10111000 | 1100000 | 1001 | 0 | 110000 | 11100 | 1000111 | 100110 | 110111 |
Color Harmonies of #A8B860
Complementary color
Monochromatic Colors of #A8B860
Black with #A8B860
Text Example
Text Example
White with #A8B860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B860; }
p { color: rgb(168,184,96); }
H1.HeaderClassName
{
color: #A8B860;
}
.AnyTagClassName
{
color: #A8B860;
}
</style>
background-color css
<style>
a { background-color: #A8B860; }
a { background-color: rgb(168,184,96); }
div.DivClassName
{
background-color: #A8B860;
}
.BgClassName
{
background-color: #A8B860;
}
</style>
border-color css
<style>
span { border-color: #A8B860; }
span { border-color: rgb(168,184,96); }
td.TdClassName
{
border-color: #A8B860;
}
.TagClassName
{
border-color: #A8B860;
}
</style>