Shades of Green Smoke #A3B457
Tints of Green Smoke #A3B457
RGB
CMYK
RGB Variations
Color information
#A3B457 (or 0xA3B457) is known color: Green Smoke. HEX triplet: A3, B4 and 57. RGB value is (163,180,87). Sum of RGB (Red+Green+Blue) = 163+180+87=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 87 (34.38% from 255 or 20.23% from 430); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B457 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B457 is #5C4BA8. Grayscale: #A4A4A4. Windows color (decimal): -6048681 or 5747875. OLE color: 5747875.
HSL color Cylindrical-coordinate representation of color #A3B457: hue angle of 70.97º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A3B457 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 180 | 87 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.29 |
| HSL | 70.97º | 0.38% | 0.52% | - |
| HSV(B) | 70.97º | 0.52% | 0.71% | - |
| XYZ | 33.15 | 41.12 | 15.21 | - |
| YUV | 164.32 | 84.37 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 180 | 87 | 0.09 | 0 | 0.52 | 0.29 | 70.97 | 0.38 | 0.52 |
| Hex | A3 | B4 | 57 | 9 | 0 | 34 | 1D | 47 | 26 | 34 |
| Octal | 243 | 264 | 127 | 11 | 0 | 64 | 35 | 107 | 46 | 64 |
| Binary | 10100011 | 10110100 | 1010111 | 1001 | 0 | 110100 | 11101 | 1000111 | 100110 | 110100 |
Color Harmonies of #A3B457
Complementary color
Monochromatic Colors of #A3B457
Black with #A3B457
Text Example
Text Example
White with #A3B457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B457; }
p { color: rgb(163,180,87); }
H1.HeaderClassName
{
color: #A3B457;
}
.AnyTagClassName
{
color: #A3B457;
}
</style>
background-color css
<style>
a { background-color: #A3B457; }
a { background-color: rgb(163,180,87); }
div.DivClassName
{
background-color: #A3B457;
}
.BgClassName
{
background-color: #A3B457;
}
</style>
border-color css
<style>
span { border-color: #A3B457; }
span { border-color: rgb(163,180,87); }
td.TdClassName
{
border-color: #A3B457;
}
.TagClassName
{
border-color: #A3B457;
}
</style>