Shades of Lucky #A19611
Tints of Lucky #A19611
RGB
CMYK
RGB Variations
Color information
#A19611 (or 0xA19611) is known color: Lucky. HEX triplet: A1, 96 and 11. RGB value is (161,150,17). Sum of RGB (Red+Green+Blue) = 161+150+17=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A19611 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19611 is #5E69EE. Grayscale: #8A8A8A. Windows color (decimal): -6187503 or 1152673. OLE color: 1152673.
HSL color Cylindrical-coordinate representation of color #A19611: hue angle of 55.42º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A19611 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 150 | 17 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.37 |
| HSL | 55.42º | 0.81% | 0.35% | - |
| HSV(B) | 55.42º | 0.89% | 0.63% | - |
| XYZ | 25.71 | 29.43 | 4.86 | - |
| YUV | 138.13 | 59.64 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 17 | 0 | 0.07 | 0.89 | 0.37 | 55.42 | 0.81 | 0.35 |
| Hex | A1 | 96 | 11 | 0 | 7 | 59 | 25 | 37 | 51 | 23 |
| Octal | 241 | 226 | 21 | 0 | 7 | 131 | 45 | 67 | 121 | 43 |
| Binary | 10100001 | 10010110 | 10001 | 0 | 111 | 1011001 | 100101 | 110111 | 1010001 | 100011 |
Color Harmonies of #A19611
Complementary color
Monochromatic Colors of #A19611
Black with #A19611
Text Example
Text Example
White with #A19611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19611; }
p { color: rgb(161,150,17); }
H1.HeaderClassName
{
color: #A19611;
}
.AnyTagClassName
{
color: #A19611;
}
</style>
background-color css
<style>
a { background-color: #A19611; }
a { background-color: rgb(161,150,17); }
div.DivClassName
{
background-color: #A19611;
}
.BgClassName
{
background-color: #A19611;
}
</style>
border-color css
<style>
span { border-color: #A19611; }
span { border-color: rgb(161,150,17); }
td.TdClassName
{
border-color: #A19611;
}
.TagClassName
{
border-color: #A19611;
}
</style>