Shades of Green Smoke #A3B16C
Tints of Green Smoke #A3B16C
RGB
CMYK
RGB Variations
Color information
#A3B16C (or 0xA3B16C) is known color: Green Smoke. HEX triplet: A3, B1 and 6C. RGB value is (163,177,108). Sum of RGB (Red+Green+Blue) = 163+177+108=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B16C is #5C4E93. Grayscale: #A5A5A5. Windows color (decimal): -6049428 or 7123363. OLE color: 7123363.
HSL color Cylindrical-coordinate representation of color #A3B16C: hue angle of 72.17º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3B16C is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 177 | 108 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.31 |
| HSL | 72.17º | 0.31% | 0.56% | - |
| HSV(B) | 72.17º | 0.39% | 0.69% | - |
| XYZ | 33.53 | 40.31 | 20.2 | - |
| YUV | 164.95 | 95.86 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 177 | 108 | 0.08 | 0 | 0.39 | 0.31 | 72.17 | 0.31 | 0.56 |
| Hex | A3 | B1 | 6C | 8 | 0 | 27 | 1F | 48 | 1F | 38 |
| Octal | 243 | 261 | 154 | 10 | 0 | 47 | 37 | 110 | 37 | 70 |
| Binary | 10100011 | 10110001 | 1101100 | 1000 | 0 | 100111 | 11111 | 1001000 | 11111 | 111000 |
Color Harmonies of #A3B16C
Complementary color
Monochromatic Colors of #A3B16C
Black with #A3B16C
Text Example
Text Example
White with #A3B16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B16C; }
p { color: rgb(163,177,108); }
H1.HeaderClassName
{
color: #A3B16C;
}
.AnyTagClassName
{
color: #A3B16C;
}
</style>
background-color css
<style>
a { background-color: #A3B16C; }
a { background-color: rgb(163,177,108); }
div.DivClassName
{
background-color: #A3B16C;
}
.BgClassName
{
background-color: #A3B16C;
}
</style>
border-color css
<style>
span { border-color: #A3B16C; }
span { border-color: rgb(163,177,108); }
td.TdClassName
{
border-color: #A3B16C;
}
.TagClassName
{
border-color: #A3B16C;
}
</style>