Shades of Green Smoke #A3B861
Tints of Green Smoke #A3B861
RGB
CMYK
RGB Variations
Color information
#A3B861 (or 0xA3B861) is known color: Green Smoke. HEX triplet: A3, B8 and 61. RGB value is (163,184,97). Sum of RGB (Red+Green+Blue) = 163+184+97=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 97 (38.28% from 255 or 21.85% from 444); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B861 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B861 is #5C479E. Grayscale: #A8A8A8. Windows color (decimal): -6047647 or 6404259. OLE color: 6404259.
HSL color Cylindrical-coordinate representation of color #A3B861: hue angle of 74.48º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3B861 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 184 | 97 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.28 |
| HSL | 74.48º | 0.38% | 0.55% | - |
| HSV(B) | 74.48º | 0.47% | 0.72% | - |
| XYZ | 34.4 | 42.93 | 17.78 | - |
| YUV | 167.8 | 88.04 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 184 | 97 | 0.11 | 0 | 0.47 | 0.28 | 74.48 | 0.38 | 0.55 |
| Hex | A3 | B8 | 61 | B | 0 | 2F | 1C | 4A | 26 | 37 |
| Octal | 243 | 270 | 141 | 13 | 0 | 57 | 34 | 112 | 46 | 67 |
| Binary | 10100011 | 10111000 | 1100001 | 1011 | 0 | 101111 | 11100 | 1001010 | 100110 | 110111 |
Color Harmonies of #A3B861
Complementary color
Monochromatic Colors of #A3B861
Black with #A3B861
Text Example
Text Example
White with #A3B861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B861; }
p { color: rgb(163,184,97); }
H1.HeaderClassName
{
color: #A3B861;
}
.AnyTagClassName
{
color: #A3B861;
}
</style>
background-color css
<style>
a { background-color: #A3B861; }
a { background-color: rgb(163,184,97); }
div.DivClassName
{
background-color: #A3B861;
}
.BgClassName
{
background-color: #A3B861;
}
</style>
border-color css
<style>
span { border-color: #A3B861; }
span { border-color: rgb(163,184,97); }
td.TdClassName
{
border-color: #A3B861;
}
.TagClassName
{
border-color: #A3B861;
}
</style>