Shades of Green Smoke #A1B067
Tints of Green Smoke #A1B067
RGB
CMYK
RGB Variations
Color information
#A1B067 (or 0xA1B067) is known color: Green Smoke. HEX triplet: A1, B0 and 67. RGB value is (161,176,103). Sum of RGB (Red+Green+Blue) = 161+176+103=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 103 (40.62% from 255 or 23.41% from 440); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B067 is #5E4F98. Grayscale: #A3A3A3. Windows color (decimal): -6180761 or 6795425. OLE color: 6795425.
HSL color Cylindrical-coordinate representation of color #A1B067: hue angle of 72.33º 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 #A1B067 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 176 | 103 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.31 |
| HSL | 72.33º | 0.32% | 0.55% | - |
| HSV(B) | 72.33º | 0.41% | 0.69% | - |
| XYZ | 32.67 | 39.61 | 18.75 | - |
| YUV | 163.19 | 94.03 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 176 | 103 | 0.09 | 0 | 0.41 | 0.31 | 72.33 | 0.32 | 0.55 |
| Hex | A1 | B0 | 67 | 9 | 0 | 29 | 1F | 48 | 20 | 37 |
| Octal | 241 | 260 | 147 | 11 | 0 | 51 | 37 | 110 | 40 | 67 |
| Binary | 10100001 | 10110000 | 1100111 | 1001 | 0 | 101001 | 11111 | 1001000 | 100000 | 110111 |
Color Harmonies of #A1B067
Complementary color
Monochromatic Colors of #A1B067
Black with #A1B067
Text Example
Text Example
White with #A1B067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B067; }
p { color: rgb(161,176,103); }
H1.HeaderClassName
{
color: #A1B067;
}
.AnyTagClassName
{
color: #A1B067;
}
</style>
background-color css
<style>
a { background-color: #A1B067; }
a { background-color: rgb(161,176,103); }
div.DivClassName
{
background-color: #A1B067;
}
.BgClassName
{
background-color: #A1B067;
}
</style>
border-color css
<style>
span { border-color: #A1B067; }
span { border-color: rgb(161,176,103); }
td.TdClassName
{
border-color: #A1B067;
}
.TagClassName
{
border-color: #A1B067;
}
</style>