Shades of Lucky #A19D16
Tints of Lucky #A19D16
RGB
CMYK
RGB Variations
Color information
#A19D16 (or 0xA19D16) is known color: Lucky. HEX triplet: A1, 9D and 16. RGB value is (161,157,22). Sum of RGB (Red+Green+Blue) = 161+157+22=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 157 (61.72% from 255 or 46.18% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19D16 is #5E62E9. Grayscale: #8F8F8F. Windows color (decimal): -6185706 or 1482145. OLE color: 1482145.
HSL color Cylindrical-coordinate representation of color #A19D16: hue angle of 58.27º degrees, saturation: 0.76, 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 #A19D16 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 157 | 22 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.37 |
| HSL | 58.27º | 0.76% | 0.36% | - |
| HSV(B) | 58.27º | 0.86% | 0.63% | - |
| XYZ | 26.9 | 31.75 | 5.47 | - |
| YUV | 142.81 | 59.83 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 22 | 0 | 0.02 | 0.86 | 0.37 | 58.27 | 0.76 | 0.36 |
| Hex | A1 | 9D | 16 | 0 | 2 | 56 | 25 | 3A | 4C | 24 |
| Octal | 241 | 235 | 26 | 0 | 2 | 126 | 45 | 72 | 114 | 44 |
| Binary | 10100001 | 10011101 | 10110 | 0 | 10 | 1010110 | 100101 | 111010 | 1001100 | 100100 |
Color Harmonies of #A19D16
Complementary color
Monochromatic Colors of #A19D16
Black with #A19D16
Text Example
Text Example
White with #A19D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19D16; }
p { color: rgb(161,157,22); }
H1.HeaderClassName
{
color: #A19D16;
}
.AnyTagClassName
{
color: #A19D16;
}
</style>
background-color css
<style>
a { background-color: #A19D16; }
a { background-color: rgb(161,157,22); }
div.DivClassName
{
background-color: #A19D16;
}
.BgClassName
{
background-color: #A19D16;
}
</style>
border-color css
<style>
span { border-color: #A19D16; }
span { border-color: rgb(161,157,22); }
td.TdClassName
{
border-color: #A19D16;
}
.TagClassName
{
border-color: #A19D16;
}
</style>