Shades of Green Smoke #A3B464
Tints of Green Smoke #A3B464
RGB
CMYK
RGB Variations
Color information
#A3B464 (or 0xA3B464) is known color: Green Smoke. HEX triplet: A3, B4 and 64. RGB value is (163,180,100). Sum of RGB (Red+Green+Blue) = 163+180+100=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B464 is #5C4B9B. Grayscale: #A6A6A6. Windows color (decimal): -6048668 or 6599843. OLE color: 6599843.
HSL color Cylindrical-coordinate representation of color #A3B464: hue angle of 72.75º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3B464 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 180 | 100 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.29 |
| HSL | 72.75º | 0.35% | 0.55% | - |
| HSV(B) | 72.75º | 0.44% | 0.71% | - |
| XYZ | 33.73 | 41.35 | 18.26 | - |
| YUV | 165.8 | 90.87 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 180 | 100 | 0.09 | 0 | 0.44 | 0.29 | 72.75 | 0.35 | 0.55 |
| Hex | A3 | B4 | 64 | 9 | 0 | 2C | 1D | 49 | 23 | 37 |
| Octal | 243 | 264 | 144 | 11 | 0 | 54 | 35 | 111 | 43 | 67 |
| Binary | 10100011 | 10110100 | 1100100 | 1001 | 0 | 101100 | 11101 | 1001001 | 100011 | 110111 |
Color Harmonies of #A3B464
Complementary color
Monochromatic Colors of #A3B464
Black with #A3B464
Text Example
Text Example
White with #A3B464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B464; }
p { color: rgb(163,180,100); }
H1.HeaderClassName
{
color: #A3B464;
}
.AnyTagClassName
{
color: #A3B464;
}
</style>
background-color css
<style>
a { background-color: #A3B464; }
a { background-color: rgb(163,180,100); }
div.DivClassName
{
background-color: #A3B464;
}
.BgClassName
{
background-color: #A3B464;
}
</style>
border-color css
<style>
span { border-color: #A3B464; }
span { border-color: rgb(163,180,100); }
td.TdClassName
{
border-color: #A3B464;
}
.TagClassName
{
border-color: #A3B464;
}
</style>