Shades of Green Smoke #A3B163
Tints of Green Smoke #A3B163
RGB
CMYK
RGB Variations
Color information
#A3B163 (or 0xA3B163) is known color: Green Smoke. HEX triplet: A3, B1 and 63. RGB value is (163,177,99). Sum of RGB (Red+Green+Blue) = 163+177+99=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 99 (39.06% from 255 or 22.55% from 439); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B163 is #5C4E9C. Grayscale: #A4A4A4. Windows color (decimal): -6049437 or 6533539. OLE color: 6533539.
HSL color Cylindrical-coordinate representation of color #A3B163: hue angle of 70.77º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3B163 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 177 | 99 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.31 |
| HSL | 70.77º | 0.33% | 0.54% | - |
| HSV(B) | 70.77º | 0.44% | 0.69% | - |
| XYZ | 33.08 | 40.13 | 17.81 | - |
| YUV | 163.92 | 91.36 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 177 | 99 | 0.08 | 0 | 0.44 | 0.31 | 70.77 | 0.33 | 0.54 |
| Hex | A3 | B1 | 63 | 8 | 0 | 2C | 1F | 47 | 21 | 36 |
| Octal | 243 | 261 | 143 | 10 | 0 | 54 | 37 | 107 | 41 | 66 |
| Binary | 10100011 | 10110001 | 1100011 | 1000 | 0 | 101100 | 11111 | 1000111 | 100001 | 110110 |
Color Harmonies of #A3B163
Complementary color
Monochromatic Colors of #A3B163
Black with #A3B163
Text Example
Text Example
White with #A3B163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B163; }
p { color: rgb(163,177,99); }
H1.HeaderClassName
{
color: #A3B163;
}
.AnyTagClassName
{
color: #A3B163;
}
</style>
background-color css
<style>
a { background-color: #A3B163; }
a { background-color: rgb(163,177,99); }
div.DivClassName
{
background-color: #A3B163;
}
.BgClassName
{
background-color: #A3B163;
}
</style>
border-color css
<style>
span { border-color: #A3B163; }
span { border-color: rgb(163,177,99); }
td.TdClassName
{
border-color: #A3B163;
}
.TagClassName
{
border-color: #A3B163;
}
</style>