Shades of Lucky #A1A00E
Tints of Lucky #A1A00E
RGB
CMYK
RGB Variations
Color information
#A1A00E (or 0xA1A00E) is known color: Lucky. HEX triplet: A1, A0 and 0E. RGB value is (161,160,14). Sum of RGB (Red+Green+Blue) = 161+160+14=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 160 (62.89% from 255 or 47.76% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A00E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A00E is #5E5FF1. Grayscale: #909090. Windows color (decimal): -6184946 or 958625. OLE color: 958625.
HSL color Cylindrical-coordinate representation of color #A1A00E: hue angle of 59.59º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1A00E is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 160 | 14 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.37 |
| HSL | 59.59º | 0.84% | 0.34% | - |
| HSV(B) | 59.59º | 0.91% | 0.63% | - |
| XYZ | 27.35 | 32.75 | 5.3 | - |
| YUV | 143.66 | 54.83 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 160 | 14 | 0 | 0.01 | 0.91 | 0.37 | 59.59 | 0.84 | 0.34 |
| Hex | A1 | A0 | E | 0 | 1 | 5B | 25 | 3C | 54 | 22 |
| Octal | 241 | 240 | 16 | 0 | 1 | 133 | 45 | 74 | 124 | 42 |
| Binary | 10100001 | 10100000 | 1110 | 0 | 1 | 1011011 | 100101 | 111100 | 1010100 | 100010 |
Color Harmonies of #A1A00E
Complementary color
Monochromatic Colors of #A1A00E
Black with #A1A00E
Text Example
Text Example
White with #A1A00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A00E; }
p { color: rgb(161,160,14); }
H1.HeaderClassName
{
color: #A1A00E;
}
.AnyTagClassName
{
color: #A1A00E;
}
</style>
background-color css
<style>
a { background-color: #A1A00E; }
a { background-color: rgb(161,160,14); }
div.DivClassName
{
background-color: #A1A00E;
}
.BgClassName
{
background-color: #A1A00E;
}
</style>
border-color css
<style>
span { border-color: #A1A00E; }
span { border-color: rgb(161,160,14); }
td.TdClassName
{
border-color: #A1A00E;
}
.TagClassName
{
border-color: #A1A00E;
}
</style>