Shades of Lucky #A1A009
Tints of Lucky #A1A009
RGB
CMYK
RGB Variations
Color information
#A1A009 (or 0xA1A009) is known color: Lucky. HEX triplet: A1, A0 and 09. RGB value is (161,160,9). Sum of RGB (Red+Green+Blue) = 161+160+9=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 160 (62.89% from 255 or 48.48% from 330); Blue value is 9 (3.91% from 255 or 2.73% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A009 is #5E5FF6. Grayscale: #8F8F8F. Windows color (decimal): -6184951 or 630945. OLE color: 630945.
HSL color Cylindrical-coordinate representation of color #A1A009: hue angle of 59.61º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1A009 is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 160 | 9 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.37 |
| HSL | 59.61º | 0.89% | 0.33% | - |
| HSV(B) | 59.61º | 0.94% | 0.63% | - |
| XYZ | 27.32 | 32.74 | 5.14 | - |
| YUV | 143.09 | 52.33 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 160 | 9 | 0 | 0.01 | 0.94 | 0.37 | 59.61 | 0.89 | 0.33 |
| Hex | A1 | A0 | 9 | 0 | 1 | 5E | 25 | 3C | 59 | 21 |
| Octal | 241 | 240 | 11 | 0 | 1 | 136 | 45 | 74 | 131 | 41 |
| Binary | 10100001 | 10100000 | 1001 | 0 | 1 | 1011110 | 100101 | 111100 | 1011001 | 100001 |
Color Harmonies of #A1A009
Complementary color
Monochromatic Colors of #A1A009
Black with #A1A009
Text Example
Text Example
White with #A1A009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A009; }
p { color: rgb(161,160,9); }
H1.HeaderClassName
{
color: #A1A009;
}
.AnyTagClassName
{
color: #A1A009;
}
</style>
background-color css
<style>
a { background-color: #A1A009; }
a { background-color: rgb(161,160,9); }
div.DivClassName
{
background-color: #A1A009;
}
.BgClassName
{
background-color: #A1A009;
}
</style>
border-color css
<style>
span { border-color: #A1A009; }
span { border-color: rgb(161,160,9); }
td.TdClassName
{
border-color: #A1A009;
}
.TagClassName
{
border-color: #A1A009;
}
</style>