Shades of Green Smoke #A1B168
Tints of Green Smoke #A1B168
RGB
CMYK
RGB Variations
Color information
#A1B168 (or 0xA1B168) is known color: Green Smoke. HEX triplet: A1, B1 and 68. RGB value is (161,177,104). Sum of RGB (Red+Green+Blue) = 161+177+104=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B168 is #5E4E97. Grayscale: #A4A4A4. Windows color (decimal): -6180504 or 6861217. OLE color: 6861217.
HSL color Cylindrical-coordinate representation of color #A1B168: hue angle of 73.15º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A1B168 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 177 | 104 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.31 |
| HSL | 73.15º | 0.32% | 0.55% | - |
| HSV(B) | 73.15º | 0.41% | 0.69% | - |
| XYZ | 32.92 | 40.02 | 19.09 | - |
| YUV | 163.89 | 94.2 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 177 | 104 | 0.09 | 0 | 0.41 | 0.31 | 73.15 | 0.32 | 0.55 |
| Hex | A1 | B1 | 68 | 9 | 0 | 29 | 1F | 49 | 20 | 37 |
| Octal | 241 | 261 | 150 | 11 | 0 | 51 | 37 | 111 | 40 | 67 |
| Binary | 10100001 | 10110001 | 1101000 | 1001 | 0 | 101001 | 11111 | 1001001 | 100000 | 110111 |
Color Harmonies of #A1B168
Complementary color
Monochromatic Colors of #A1B168
Black with #A1B168
Text Example
Text Example
White with #A1B168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B168; }
p { color: rgb(161,177,104); }
H1.HeaderClassName
{
color: #A1B168;
}
.AnyTagClassName
{
color: #A1B168;
}
</style>
background-color css
<style>
a { background-color: #A1B168; }
a { background-color: rgb(161,177,104); }
div.DivClassName
{
background-color: #A1B168;
}
.BgClassName
{
background-color: #A1B168;
}
</style>
border-color css
<style>
span { border-color: #A1B168; }
span { border-color: rgb(161,177,104); }
td.TdClassName
{
border-color: #A1B168;
}
.TagClassName
{
border-color: #A1B168;
}
</style>