Shades of Lucky #A19114
Tints of Lucky #A19114
RGB
CMYK
RGB Variations
Color information
#A19114 (or 0xA19114) is known color: Lucky. HEX triplet: A1, 91 and 14. RGB value is (161,145,20). Sum of RGB (Red+Green+Blue) = 161+145+20=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A19114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19114 is #5E6EEB. Grayscale: #888888. Windows color (decimal): -6188780 or 1348001. OLE color: 1348001.
HSL color Cylindrical-coordinate representation of color #A19114: hue angle of 53.19º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A19114 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 145 | 20 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.37 |
| HSL | 53.19º | 0.78% | 0.35% | - |
| HSV(B) | 53.19º | 0.88% | 0.63% | - |
| XYZ | 24.95 | 27.88 | 4.73 | - |
| YUV | 135.53 | 62.8 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 20 | 0 | 0.10 | 0.88 | 0.37 | 53.19 | 0.78 | 0.35 |
| Hex | A1 | 91 | 14 | 0 | A | 58 | 25 | 35 | 4E | 23 |
| Octal | 241 | 221 | 24 | 0 | 12 | 130 | 45 | 65 | 116 | 43 |
| Binary | 10100001 | 10010001 | 10100 | 0 | 1010 | 1011000 | 100101 | 110101 | 1001110 | 100011 |
Color Harmonies of #A19114
Complementary color
Monochromatic Colors of #A19114
Black with #A19114
Text Example
Text Example
White with #A19114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19114; }
p { color: rgb(161,145,20); }
H1.HeaderClassName
{
color: #A19114;
}
.AnyTagClassName
{
color: #A19114;
}
</style>
background-color css
<style>
a { background-color: #A19114; }
a { background-color: rgb(161,145,20); }
div.DivClassName
{
background-color: #A19114;
}
.BgClassName
{
background-color: #A19114;
}
</style>
border-color css
<style>
span { border-color: #A19114; }
span { border-color: rgb(161,145,20); }
td.TdClassName
{
border-color: #A19114;
}
.TagClassName
{
border-color: #A19114;
}
</style>