Shades of Lucky #A1A110
Tints of Lucky #A1A110
RGB
CMYK
RGB Variations
Color information
#A1A110 (or 0xA1A110) is known color: Lucky. HEX triplet: A1, A1 and 10. RGB value is (161,161,16). Sum of RGB (Red+Green+Blue) = 161+161+16=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 161 (63.28% from 255 or 47.63% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 161 - color contains mainly: red, green. Hex color #A1A110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A110 is #5E5EEF. Grayscale: #919191. Windows color (decimal): -6184688 or 1089953. OLE color: 1089953.
HSL color Cylindrical-coordinate representation of color #A1A110: hue angle of 60º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1A110 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 161 | 16 | - |
| CMYK | 0 | 0 | 0.90 | 0.37 |
| HSL | 60º | 0.82% | 0.35% | - |
| HSV(B) | 60º | 0.9% | 0.63% | - |
| XYZ | 27.54 | 33.1 | 5.43 | - |
| YUV | 144.47 | 55.5 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 161 | 16 | 0 | 0 | 0.90 | 0.37 | 60 | 0.82 | 0.35 |
| Hex | A1 | A1 | 10 | 0 | 0 | 5A | 25 | 3C | 52 | 23 |
| Octal | 241 | 241 | 20 | 0 | 0 | 132 | 45 | 74 | 122 | 43 |
| Binary | 10100001 | 10100001 | 10000 | 0 | 0 | 1011010 | 100101 | 111100 | 1010010 | 100011 |
Color Harmonies of #A1A110
Complementary color
Monochromatic Colors of #A1A110
Black with #A1A110
Text Example
Text Example
White with #A1A110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A110; }
p { color: rgb(161,161,16); }
H1.HeaderClassName
{
color: #A1A110;
}
.AnyTagClassName
{
color: #A1A110;
}
</style>
background-color css
<style>
a { background-color: #A1A110; }
a { background-color: rgb(161,161,16); }
div.DivClassName
{
background-color: #A1A110;
}
.BgClassName
{
background-color: #A1A110;
}
</style>
border-color css
<style>
span { border-color: #A1A110; }
span { border-color: rgb(161,161,16); }
td.TdClassName
{
border-color: #A1A110;
}
.TagClassName
{
border-color: #A1A110;
}
</style>