Shades of Lucky #A1A015
Tints of Lucky #A1A015
RGB
CMYK
RGB Variations
Color information
#A1A015 (or 0xA1A015) is known color: Lucky. HEX triplet: A1, A0 and 15. RGB value is (161,160,21). Sum of RGB (Red+Green+Blue) = 161+160+21=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 160 (62.89% from 255 or 46.78% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A015 is #5E5FEA. Grayscale: #919191. Windows color (decimal): -6184939 or 1417377. OLE color: 1417377.
HSL color Cylindrical-coordinate representation of color #A1A015: hue angle of 59.57º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1A015 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 160 | 21 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.37 |
| HSL | 59.57º | 0.77% | 0.36% | - |
| HSV(B) | 59.57º | 0.87% | 0.63% | - |
| XYZ | 27.4 | 32.77 | 5.59 | - |
| YUV | 144.45 | 58.33 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 160 | 21 | 0 | 0.01 | 0.87 | 0.37 | 59.57 | 0.77 | 0.36 |
| Hex | A1 | A0 | 15 | 0 | 1 | 57 | 25 | 3C | 4D | 24 |
| Octal | 241 | 240 | 25 | 0 | 1 | 127 | 45 | 74 | 115 | 44 |
| Binary | 10100001 | 10100000 | 10101 | 0 | 1 | 1010111 | 100101 | 111100 | 1001101 | 100100 |
Color Harmonies of #A1A015
Complementary color
Monochromatic Colors of #A1A015
Black with #A1A015
Text Example
Text Example
White with #A1A015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A015; }
p { color: rgb(161,160,21); }
H1.HeaderClassName
{
color: #A1A015;
}
.AnyTagClassName
{
color: #A1A015;
}
</style>
background-color css
<style>
a { background-color: #A1A015; }
a { background-color: rgb(161,160,21); }
div.DivClassName
{
background-color: #A1A015;
}
.BgClassName
{
background-color: #A1A015;
}
</style>
border-color css
<style>
span { border-color: #A1A015; }
span { border-color: rgb(161,160,21); }
td.TdClassName
{
border-color: #A1A015;
}
.TagClassName
{
border-color: #A1A015;
}
</style>