Shades of Green Smoke #A1B05F
Tints of Green Smoke #A1B05F
RGB
CMYK
RGB Variations
Color information
#A1B05F (or 0xA1B05F) is known color: Green Smoke. HEX triplet: A1, B0 and 5F. RGB value is (161,176,95). Sum of RGB (Red+Green+Blue) = 161+176+95=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B05F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B05F is #5E4FA0. Grayscale: #A2A2A2. Windows color (decimal): -6180769 or 6271137. OLE color: 6271137.
HSL color Cylindrical-coordinate representation of color #A1B05F: hue angle of 71.11º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1B05F is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 176 | 95 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.31 |
| HSL | 71.11º | 0.34% | 0.53% | - |
| HSV(B) | 71.11º | 0.46% | 0.69% | - |
| XYZ | 32.29 | 39.45 | 16.74 | - |
| YUV | 162.28 | 90.03 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 176 | 95 | 0.09 | 0 | 0.46 | 0.31 | 71.11 | 0.34 | 0.53 |
| Hex | A1 | B0 | 5F | 9 | 0 | 2E | 1F | 47 | 22 | 35 |
| Octal | 241 | 260 | 137 | 11 | 0 | 56 | 37 | 107 | 42 | 65 |
| Binary | 10100001 | 10110000 | 1011111 | 1001 | 0 | 101110 | 11111 | 1000111 | 100010 | 110101 |
Color Harmonies of #A1B05F
Complementary color
Monochromatic Colors of #A1B05F
Black with #A1B05F
Text Example
Text Example
White with #A1B05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B05F; }
p { color: rgb(161,176,95); }
H1.HeaderClassName
{
color: #A1B05F;
}
.AnyTagClassName
{
color: #A1B05F;
}
</style>
background-color css
<style>
a { background-color: #A1B05F; }
a { background-color: rgb(161,176,95); }
div.DivClassName
{
background-color: #A1B05F;
}
.BgClassName
{
background-color: #A1B05F;
}
</style>
border-color css
<style>
span { border-color: #A1B05F; }
span { border-color: rgb(161,176,95); }
td.TdClassName
{
border-color: #A1B05F;
}
.TagClassName
{
border-color: #A1B05F;
}
</style>