Shades of Lucky #A19117
Tints of Lucky #A19117
RGB
CMYK
RGB Variations
Color information
#A19117 (or 0xA19117) is known color: Lucky. HEX triplet: A1, 91 and 17. RGB value is (161,145,23). Sum of RGB (Red+Green+Blue) = 161+145+23=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A19117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19117 is #5E6EE8. Grayscale: #888888. Windows color (decimal): -6188777 or 1544609. OLE color: 1544609.
HSL color Cylindrical-coordinate representation of color #A19117: hue angle of 53.04º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A19117 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 145 | 23 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.37 |
| HSL | 53.04º | 0.75% | 0.36% | - |
| HSV(B) | 53.04º | 0.86% | 0.63% | - |
| XYZ | 24.98 | 27.89 | 4.88 | - |
| YUV | 135.88 | 64.3 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 23 | 0 | 0.10 | 0.86 | 0.37 | 53.04 | 0.75 | 0.36 |
| Hex | A1 | 91 | 17 | 0 | A | 56 | 25 | 35 | 4B | 24 |
| Octal | 241 | 221 | 27 | 0 | 12 | 126 | 45 | 65 | 113 | 44 |
| Binary | 10100001 | 10010001 | 10111 | 0 | 1010 | 1010110 | 100101 | 110101 | 1001011 | 100100 |
Color Harmonies of #A19117
Complementary color
Monochromatic Colors of #A19117
Black with #A19117
Text Example
Text Example
White with #A19117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19117; }
p { color: rgb(161,145,23); }
H1.HeaderClassName
{
color: #A19117;
}
.AnyTagClassName
{
color: #A19117;
}
</style>
background-color css
<style>
a { background-color: #A19117; }
a { background-color: rgb(161,145,23); }
div.DivClassName
{
background-color: #A19117;
}
.BgClassName
{
background-color: #A19117;
}
</style>
border-color css
<style>
span { border-color: #A19117; }
span { border-color: rgb(161,145,23); }
td.TdClassName
{
border-color: #A19117;
}
.TagClassName
{
border-color: #A19117;
}
</style>