Shades of Green Smoke #A1B569
Tints of Green Smoke #A1B569
RGB
CMYK
RGB Variations
Color information
#A1B569 (or 0xA1B569) is known color: Green Smoke. HEX triplet: A1, B5 and 69. RGB value is (161,181,105). Sum of RGB (Red+Green+Blue) = 161+181+105=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B569 is #5E4A96. Grayscale: #A6A6A6. Windows color (decimal): -6179479 or 6927777. OLE color: 6927777.
HSL color Cylindrical-coordinate representation of color #A1B569: hue angle of 75.79º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1B569 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 181 | 105 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.29 |
| HSL | 75.79º | 0.34% | 0.56% | - |
| HSV(B) | 75.79º | 0.42% | 0.71% | - |
| XYZ | 33.77 | 41.64 | 19.62 | - |
| YUV | 166.36 | 93.37 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 181 | 105 | 0.11 | 0 | 0.42 | 0.29 | 75.79 | 0.34 | 0.56 |
| Hex | A1 | B5 | 69 | B | 0 | 2A | 1D | 4C | 22 | 38 |
| Octal | 241 | 265 | 151 | 13 | 0 | 52 | 35 | 114 | 42 | 70 |
| Binary | 10100001 | 10110101 | 1101001 | 1011 | 0 | 101010 | 11101 | 1001100 | 100010 | 111000 |
Color Harmonies of #A1B569
Complementary color
Monochromatic Colors of #A1B569
Black with #A1B569
Text Example
Text Example
White with #A1B569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B569; }
p { color: rgb(161,181,105); }
H1.HeaderClassName
{
color: #A1B569;
}
.AnyTagClassName
{
color: #A1B569;
}
</style>
background-color css
<style>
a { background-color: #A1B569; }
a { background-color: rgb(161,181,105); }
div.DivClassName
{
background-color: #A1B569;
}
.BgClassName
{
background-color: #A1B569;
}
</style>
border-color css
<style>
span { border-color: #A1B569; }
span { border-color: rgb(161,181,105); }
td.TdClassName
{
border-color: #A1B569;
}
.TagClassName
{
border-color: #A1B569;
}
</style>