Shades of Green Smoke #A3B06C
Tints of Green Smoke #A3B06C
RGB
CMYK
RGB Variations
Color information
#A3B06C (or 0xA3B06C) is known color: Green Smoke. HEX triplet: A3, B0 and 6C. RGB value is (163,176,108). Sum of RGB (Red+Green+Blue) = 163+176+108=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B06C is #5C4F93. Grayscale: #A4A4A4. Windows color (decimal): -6049684 or 7123107. OLE color: 7123107.
HSL color Cylindrical-coordinate representation of color #A3B06C: hue angle of 71.47º degrees, saturation: 0.3, 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 #A3B06C is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 176 | 108 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.31 |
| HSL | 71.47º | 0.3% | 0.56% | - |
| HSV(B) | 71.47º | 0.39% | 0.69% | - |
| XYZ | 33.34 | 39.92 | 20.14 | - |
| YUV | 164.36 | 96.19 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 176 | 108 | 0.07 | 0 | 0.39 | 0.31 | 71.47 | 0.3 | 0.56 |
| Hex | A3 | B0 | 6C | 7 | 0 | 27 | 1F | 47 | 1E | 38 |
| Octal | 243 | 260 | 154 | 7 | 0 | 47 | 37 | 107 | 36 | 70 |
| Binary | 10100011 | 10110000 | 1101100 | 111 | 0 | 100111 | 11111 | 1000111 | 11110 | 111000 |
Color Harmonies of #A3B06C
Complementary color
Monochromatic Colors of #A3B06C
Black with #A3B06C
Text Example
Text Example
White with #A3B06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B06C; }
p { color: rgb(163,176,108); }
H1.HeaderClassName
{
color: #A3B06C;
}
.AnyTagClassName
{
color: #A3B06C;
}
</style>
background-color css
<style>
a { background-color: #A3B06C; }
a { background-color: rgb(163,176,108); }
div.DivClassName
{
background-color: #A3B06C;
}
.BgClassName
{
background-color: #A3B06C;
}
</style>
border-color css
<style>
span { border-color: #A3B06C; }
span { border-color: rgb(163,176,108); }
td.TdClassName
{
border-color: #A3B06C;
}
.TagClassName
{
border-color: #A3B06C;
}
</style>