Shades of Lucky #A1A116
Tints of Lucky #A1A116
RGB
CMYK
RGB Variations
Color information
#A1A116 (or 0xA1A116) is known color: Lucky. HEX triplet: A1, A1 and 16. RGB value is (161,161,22). Sum of RGB (Red+Green+Blue) = 161+161+22=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 161 (63.28% from 255 or 46.80% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 161 - color contains mainly: red, green. Hex color #A1A116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A116 is #5E5EE9. Grayscale: #919191. Windows color (decimal): -6184682 or 1483169. OLE color: 1483169.
HSL color Cylindrical-coordinate representation of color #A1A116: hue angle of 60º 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 #A1A116 is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 161 | 22 | - |
| CMYK | 0 | 0 | 0.86 | 0.37 |
| HSL | 60º | 0.76% | 0.36% | - |
| HSV(B) | 60º | 0.86% | 0.63% | - |
| XYZ | 27.59 | 33.12 | 5.7 | - |
| YUV | 145.15 | 58.5 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 161 | 22 | 0 | 0 | 0.86 | 0.37 | 60 | 0.76 | 0.36 |
| Hex | A1 | A1 | 16 | 0 | 0 | 56 | 25 | 3C | 4C | 24 |
| Octal | 241 | 241 | 26 | 0 | 0 | 126 | 45 | 74 | 114 | 44 |
| Binary | 10100001 | 10100001 | 10110 | 0 | 0 | 1010110 | 100101 | 111100 | 1001100 | 100100 |
Color Harmonies of #A1A116
Complementary color
Monochromatic Colors of #A1A116
Black with #A1A116
Text Example
Text Example
White with #A1A116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A116; }
p { color: rgb(161,161,22); }
H1.HeaderClassName
{
color: #A1A116;
}
.AnyTagClassName
{
color: #A1A116;
}
</style>
background-color css
<style>
a { background-color: #A1A116; }
a { background-color: rgb(161,161,22); }
div.DivClassName
{
background-color: #A1A116;
}
.BgClassName
{
background-color: #A1A116;
}
</style>
border-color css
<style>
span { border-color: #A1A116; }
span { border-color: rgb(161,161,22); }
td.TdClassName
{
border-color: #A1A116;
}
.TagClassName
{
border-color: #A1A116;
}
</style>