Shades of Green Smoke #A1B06D
Tints of Green Smoke #A1B06D
RGB
CMYK
RGB Variations
Color information
#A1B06D (or 0xA1B06D) is known color: Green Smoke. HEX triplet: A1, B0 and 6D. RGB value is (161,176,109). Sum of RGB (Red+Green+Blue) = 161+176+109=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B06D is #5E4F92. Grayscale: #A4A4A4. Windows color (decimal): -6180755 or 7188641. OLE color: 7188641.
HSL color Cylindrical-coordinate representation of color #A1B06D: hue angle of 73.43º 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 #A1B06D is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 176 | 109 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.31 |
| HSL | 73.43º | 0.3% | 0.56% | - |
| HSV(B) | 73.43º | 0.38% | 0.69% | - |
| XYZ | 32.98 | 39.73 | 20.4 | - |
| YUV | 163.88 | 97.03 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 176 | 109 | 0.09 | 0 | 0.38 | 0.31 | 73.43 | 0.3 | 0.56 |
| Hex | A1 | B0 | 6D | 9 | 0 | 26 | 1F | 49 | 1E | 38 |
| Octal | 241 | 260 | 155 | 11 | 0 | 46 | 37 | 111 | 36 | 70 |
| Binary | 10100001 | 10110000 | 1101101 | 1001 | 0 | 100110 | 11111 | 1001001 | 11110 | 111000 |
Color Harmonies of #A1B06D
Complementary color
Monochromatic Colors of #A1B06D
Black with #A1B06D
Text Example
Text Example
White with #A1B06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B06D; }
p { color: rgb(161,176,109); }
H1.HeaderClassName
{
color: #A1B06D;
}
.AnyTagClassName
{
color: #A1B06D;
}
</style>
background-color css
<style>
a { background-color: #A1B06D; }
a { background-color: rgb(161,176,109); }
div.DivClassName
{
background-color: #A1B06D;
}
.BgClassName
{
background-color: #A1B06D;
}
</style>
border-color css
<style>
span { border-color: #A1B06D; }
span { border-color: rgb(161,176,109); }
td.TdClassName
{
border-color: #A1B06D;
}
.TagClassName
{
border-color: #A1B06D;
}
</style>