Shades of Green Smoke #A3B16D
Tints of Green Smoke #A3B16D
RGB
CMYK
RGB Variations
Color information
#A3B16D (or 0xA3B16D) is known color: Green Smoke. HEX triplet: A3, B1 and 6D. RGB value is (163,177,109). Sum of RGB (Red+Green+Blue) = 163+177+109=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B16D is #5C4E92. Grayscale: #A5A5A5. Windows color (decimal): -6049427 or 7188899. OLE color: 7188899.
HSL color Cylindrical-coordinate representation of color #A3B16D: hue angle of 72.35º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A3B16D is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 177 | 109 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.31 |
| HSL | 72.35º | 0.3% | 0.56% | - |
| HSV(B) | 72.35º | 0.38% | 0.69% | - |
| XYZ | 33.59 | 40.33 | 20.48 | - |
| YUV | 165.06 | 96.36 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 177 | 109 | 0.08 | 0 | 0.38 | 0.31 | 72.35 | 0.3 | 0.56 |
| Hex | A3 | B1 | 6D | 8 | 0 | 26 | 1F | 48 | 1E | 38 |
| Octal | 243 | 261 | 155 | 10 | 0 | 46 | 37 | 110 | 36 | 70 |
| Binary | 10100011 | 10110001 | 1101101 | 1000 | 0 | 100110 | 11111 | 1001000 | 11110 | 111000 |
Color Harmonies of #A3B16D
Complementary color
Monochromatic Colors of #A3B16D
Black with #A3B16D
Text Example
Text Example
White with #A3B16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B16D; }
p { color: rgb(163,177,109); }
H1.HeaderClassName
{
color: #A3B16D;
}
.AnyTagClassName
{
color: #A3B16D;
}
</style>
background-color css
<style>
a { background-color: #A3B16D; }
a { background-color: rgb(163,177,109); }
div.DivClassName
{
background-color: #A3B16D;
}
.BgClassName
{
background-color: #A3B16D;
}
</style>
border-color css
<style>
span { border-color: #A3B16D; }
span { border-color: rgb(163,177,109); }
td.TdClassName
{
border-color: #A3B16D;
}
.TagClassName
{
border-color: #A3B16D;
}
</style>