Shades of Green Smoke #A1B06F
Tints of Green Smoke #A1B06F
RGB
CMYK
RGB Variations
Color information
#A1B06F (or 0xA1B06F) is known color: Green Smoke. HEX triplet: A1, B0 and 6F. RGB value is (161,176,111). Sum of RGB (Red+Green+Blue) = 161+176+111=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 111 (43.75% from 255 or 24.78% from 448); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B06F is #5E4F90. Grayscale: #A4A4A4. Windows color (decimal): -6180753 or 7319713. OLE color: 7319713.
HSL color Cylindrical-coordinate representation of color #A1B06F: hue angle of 73.85º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1B06F is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 176 | 111 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.31 |
| HSL | 73.85º | 0.29% | 0.56% | - |
| HSV(B) | 73.85º | 0.37% | 0.69% | - |
| XYZ | 33.09 | 39.78 | 20.97 | - |
| YUV | 164.11 | 98.03 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 176 | 111 | 0.09 | 0 | 0.37 | 0.31 | 73.85 | 0.29 | 0.56 |
| Hex | A1 | B0 | 6F | 9 | 0 | 25 | 1F | 4A | 1D | 38 |
| Octal | 241 | 260 | 157 | 11 | 0 | 45 | 37 | 112 | 35 | 70 |
| Binary | 10100001 | 10110000 | 1101111 | 1001 | 0 | 100101 | 11111 | 1001010 | 11101 | 111000 |
Color Harmonies of #A1B06F
Complementary color
Monochromatic Colors of #A1B06F
Black with #A1B06F
Text Example
Text Example
White with #A1B06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B06F; }
p { color: rgb(161,176,111); }
H1.HeaderClassName
{
color: #A1B06F;
}
.AnyTagClassName
{
color: #A1B06F;
}
</style>
background-color css
<style>
a { background-color: #A1B06F; }
a { background-color: rgb(161,176,111); }
div.DivClassName
{
background-color: #A1B06F;
}
.BgClassName
{
background-color: #A1B06F;
}
</style>
border-color css
<style>
span { border-color: #A1B06F; }
span { border-color: rgb(161,176,111); }
td.TdClassName
{
border-color: #A1B06F;
}
.TagClassName
{
border-color: #A1B06F;
}
</style>