Shades of Lucky #A1A017
Tints of Lucky #A1A017
RGB
CMYK
RGB Variations
Color information
#A1A017 (or 0xA1A017) is known color: Lucky. HEX triplet: A1, A0 and 17. RGB value is (161,160,23). Sum of RGB (Red+Green+Blue) = 161+160+23=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 160 (62.89% from 255 or 46.51% from 344); Blue value is 23 (9.38% from 255 or 6.69% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A017 is #5E5FE8. Grayscale: #919191. Windows color (decimal): -6184937 or 1548449. OLE color: 1548449.
HSL color Cylindrical-coordinate representation of color #A1A017: hue angle of 59.57º 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 #A1A017 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 160 | 23 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.37 |
| HSL | 59.57º | 0.75% | 0.36% | - |
| HSV(B) | 59.57º | 0.86% | 0.63% | - |
| XYZ | 27.42 | 32.78 | 5.69 | - |
| YUV | 144.68 | 59.33 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 160 | 23 | 0 | 0.01 | 0.86 | 0.37 | 59.57 | 0.75 | 0.36 |
| Hex | A1 | A0 | 17 | 0 | 1 | 56 | 25 | 3C | 4B | 24 |
| Octal | 241 | 240 | 27 | 0 | 1 | 126 | 45 | 74 | 113 | 44 |
| Binary | 10100001 | 10100000 | 10111 | 0 | 1 | 1010110 | 100101 | 111100 | 1001011 | 100100 |
Color Harmonies of #A1A017
Complementary color
Monochromatic Colors of #A1A017
Black with #A1A017
Text Example
Text Example
White with #A1A017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A017; }
p { color: rgb(161,160,23); }
H1.HeaderClassName
{
color: #A1A017;
}
.AnyTagClassName
{
color: #A1A017;
}
</style>
background-color css
<style>
a { background-color: #A1A017; }
a { background-color: rgb(161,160,23); }
div.DivClassName
{
background-color: #A1A017;
}
.BgClassName
{
background-color: #A1A017;
}
</style>
border-color css
<style>
span { border-color: #A1A017; }
span { border-color: rgb(161,160,23); }
td.TdClassName
{
border-color: #A1A017;
}
.TagClassName
{
border-color: #A1A017;
}
</style>