Shades of Green Smoke #A3B162
Tints of Green Smoke #A3B162
RGB
CMYK
RGB Variations
Color information
#A3B162 (or 0xA3B162) is known color: Green Smoke. HEX triplet: A3, B1 and 62. RGB value is (163,177,98). Sum of RGB (Red+Green+Blue) = 163+177+98=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 98 (38.67% from 255 or 22.37% from 438); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B162 is #5C4E9D. Grayscale: #A4A4A4. Windows color (decimal): -6049438 or 6468003. OLE color: 6468003.
HSL color Cylindrical-coordinate representation of color #A3B162: hue angle of 70.63º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A3B162 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 177 | 98 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.31 |
| HSL | 70.63º | 0.34% | 0.54% | - |
| HSV(B) | 70.63º | 0.45% | 0.69% | - |
| XYZ | 33.03 | 40.11 | 17.56 | - |
| YUV | 163.81 | 90.86 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 177 | 98 | 0.08 | 0 | 0.45 | 0.31 | 70.63 | 0.34 | 0.54 |
| Hex | A3 | B1 | 62 | 8 | 0 | 2D | 1F | 47 | 22 | 36 |
| Octal | 243 | 261 | 142 | 10 | 0 | 55 | 37 | 107 | 42 | 66 |
| Binary | 10100011 | 10110001 | 1100010 | 1000 | 0 | 101101 | 11111 | 1000111 | 100010 | 110110 |
Color Harmonies of #A3B162
Complementary color
Monochromatic Colors of #A3B162
Black with #A3B162
Text Example
Text Example
White with #A3B162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B162; }
p { color: rgb(163,177,98); }
H1.HeaderClassName
{
color: #A3B162;
}
.AnyTagClassName
{
color: #A3B162;
}
</style>
background-color css
<style>
a { background-color: #A3B162; }
a { background-color: rgb(163,177,98); }
div.DivClassName
{
background-color: #A3B162;
}
.BgClassName
{
background-color: #A3B162;
}
</style>
border-color css
<style>
span { border-color: #A3B162; }
span { border-color: rgb(163,177,98); }
td.TdClassName
{
border-color: #A3B162;
}
.TagClassName
{
border-color: #A3B162;
}
</style>