Shades of Green Smoke #A3B860
Tints of Green Smoke #A3B860
RGB
CMYK
RGB Variations
Color information
#A3B860 (or 0xA3B860) is known color: Green Smoke. HEX triplet: A3, B8 and 60. RGB value is (163,184,96). Sum of RGB (Red+Green+Blue) = 163+184+96=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B860 is #5C479F. Grayscale: #A8A8A8. Windows color (decimal): -6047648 or 6338723. OLE color: 6338723.
HSL color Cylindrical-coordinate representation of color #A3B860: hue angle of 74.32º 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 #A3B860 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 184 | 96 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.28 |
| HSL | 74.32º | 0.38% | 0.55% | - |
| HSV(B) | 74.32º | 0.48% | 0.72% | - |
| XYZ | 34.36 | 42.91 | 17.54 | - |
| YUV | 167.69 | 87.54 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 184 | 96 | 0.11 | 0 | 0.48 | 0.28 | 74.32 | 0.38 | 0.55 |
| Hex | A3 | B8 | 60 | B | 0 | 30 | 1C | 4A | 26 | 37 |
| Octal | 243 | 270 | 140 | 13 | 0 | 60 | 34 | 112 | 46 | 67 |
| Binary | 10100011 | 10111000 | 1100000 | 1011 | 0 | 110000 | 11100 | 1001010 | 100110 | 110111 |
Color Harmonies of #A3B860
Complementary color
Monochromatic Colors of #A3B860
Black with #A3B860
Text Example
Text Example
White with #A3B860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B860; }
p { color: rgb(163,184,96); }
H1.HeaderClassName
{
color: #A3B860;
}
.AnyTagClassName
{
color: #A3B860;
}
</style>
background-color css
<style>
a { background-color: #A3B860; }
a { background-color: rgb(163,184,96); }
div.DivClassName
{
background-color: #A3B860;
}
.BgClassName
{
background-color: #A3B860;
}
</style>
border-color css
<style>
span { border-color: #A3B860; }
span { border-color: rgb(163,184,96); }
td.TdClassName
{
border-color: #A3B860;
}
.TagClassName
{
border-color: #A3B860;
}
</style>