Shades of Green Smoke #A3B159
Tints of Green Smoke #A3B159
RGB
CMYK
RGB Variations
Color information
#A3B159 (or 0xA3B159) is known color: Green Smoke. HEX triplet: A3, B1 and 59. RGB value is (163,177,89). Sum of RGB (Red+Green+Blue) = 163+177+89=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B159 is #5C4EA6. Grayscale: #A3A3A3. Windows color (decimal): -6049447 or 5878179. OLE color: 5878179.
HSL color Cylindrical-coordinate representation of color #A3B159: hue angle of 69.55º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3B159 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 177 | 89 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.31 |
| HSL | 69.55º | 0.36% | 0.52% | - |
| HSV(B) | 69.55º | 0.5% | 0.69% | - |
| XYZ | 32.63 | 39.95 | 15.44 | - |
| YUV | 162.78 | 86.36 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 177 | 89 | 0.08 | 0 | 0.50 | 0.31 | 69.55 | 0.36 | 0.52 |
| Hex | A3 | B1 | 59 | 8 | 0 | 32 | 1F | 46 | 24 | 34 |
| Octal | 243 | 261 | 131 | 10 | 0 | 62 | 37 | 106 | 44 | 64 |
| Binary | 10100011 | 10110001 | 1011001 | 1000 | 0 | 110010 | 11111 | 1000110 | 100100 | 110100 |
Color Harmonies of #A3B159
Complementary color
Monochromatic Colors of #A3B159
Black with #A3B159
Text Example
Text Example
White with #A3B159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B159; }
p { color: rgb(163,177,89); }
H1.HeaderClassName
{
color: #A3B159;
}
.AnyTagClassName
{
color: #A3B159;
}
</style>
background-color css
<style>
a { background-color: #A3B159; }
a { background-color: rgb(163,177,89); }
div.DivClassName
{
background-color: #A3B159;
}
.BgClassName
{
background-color: #A3B159;
}
</style>
border-color css
<style>
span { border-color: #A3B159; }
span { border-color: rgb(163,177,89); }
td.TdClassName
{
border-color: #A3B159;
}
.TagClassName
{
border-color: #A3B159;
}
</style>