Shades of Lucky #A1A01C
Tints of Lucky #A1A01C
RGB
CMYK
RGB Variations
Color information
#A1A01C (or 0xA1A01C) is known color: Lucky. HEX triplet: A1, A0 and 1C. RGB value is (161,160,28). Sum of RGB (Red+Green+Blue) = 161+160+28=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 160 (62.89% from 255 or 45.85% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A01C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A01C is #5E5FE3. Grayscale: #919191. Windows color (decimal): -6184932 or 1876129. OLE color: 1876129.
HSL color Cylindrical-coordinate representation of color #A1A01C: hue angle of 59.55º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A1A01C is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 160 | 28 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.37 |
| HSL | 59.55º | 0.7% | 0.37% | - |
| HSV(B) | 59.55º | 0.83% | 0.63% | - |
| XYZ | 27.48 | 32.8 | 5.98 | - |
| YUV | 145.25 | 61.83 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 160 | 28 | 0 | 0.01 | 0.83 | 0.37 | 59.55 | 0.7 | 0.37 |
| Hex | A1 | A0 | 1C | 0 | 1 | 53 | 25 | 3C | 46 | 25 |
| Octal | 241 | 240 | 34 | 0 | 1 | 123 | 45 | 74 | 106 | 45 |
| Binary | 10100001 | 10100000 | 11100 | 0 | 1 | 1010011 | 100101 | 111100 | 1000110 | 100101 |
Color Harmonies of #A1A01C
Complementary color
Monochromatic Colors of #A1A01C
Black with #A1A01C
Text Example
Text Example
White with #A1A01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A01C; }
p { color: rgb(161,160,28); }
H1.HeaderClassName
{
color: #A1A01C;
}
.AnyTagClassName
{
color: #A1A01C;
}
</style>
background-color css
<style>
a { background-color: #A1A01C; }
a { background-color: rgb(161,160,28); }
div.DivClassName
{
background-color: #A1A01C;
}
.BgClassName
{
background-color: #A1A01C;
}
</style>
border-color css
<style>
span { border-color: #A1A01C; }
span { border-color: rgb(161,160,28); }
td.TdClassName
{
border-color: #A1A01C;
}
.TagClassName
{
border-color: #A1A01C;
}
</style>