Shades of Lucky #A3A10C
Tints of Lucky #A3A10C
RGB
CMYK
RGB Variations
Color information
#A3A10C (or 0xA3A10C) is known color: Lucky. HEX triplet: A3, A1 and 0C. RGB value is (163,161,12). Sum of RGB (Red+Green+Blue) = 163+161+12=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A10C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A10C is #5C5EF3. Grayscale: #919191. Windows color (decimal): -6053620 or 827811. OLE color: 827811.
HSL color Cylindrical-coordinate representation of color #A3A10C: hue angle of 59.21º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A3A10C is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 161 | 12 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.36 |
| HSL | 59.21º | 0.86% | 0.34% | - |
| HSV(B) | 59.21º | 0.93% | 0.64% | - |
| XYZ | 27.92 | 33.3 | 5.3 | - |
| YUV | 144.61 | 53.16 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 161 | 12 | 0 | 0.01 | 0.93 | 0.36 | 59.21 | 0.86 | 0.34 |
| Hex | A3 | A1 | C | 0 | 1 | 5D | 24 | 3B | 56 | 22 |
| Octal | 243 | 241 | 14 | 0 | 1 | 135 | 44 | 73 | 126 | 42 |
| Binary | 10100011 | 10100001 | 1100 | 0 | 1 | 1011101 | 100100 | 111011 | 1010110 | 100010 |
Color Harmonies of #A3A10C
Complementary color
Monochromatic Colors of #A3A10C
Black with #A3A10C
Text Example
Text Example
White with #A3A10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A10C; }
p { color: rgb(163,161,12); }
H1.HeaderClassName
{
color: #A3A10C;
}
.AnyTagClassName
{
color: #A3A10C;
}
</style>
background-color css
<style>
a { background-color: #A3A10C; }
a { background-color: rgb(163,161,12); }
div.DivClassName
{
background-color: #A3A10C;
}
.BgClassName
{
background-color: #A3A10C;
}
</style>
border-color css
<style>
span { border-color: #A3A10C; }
span { border-color: rgb(163,161,12); }
td.TdClassName
{
border-color: #A3A10C;
}
.TagClassName
{
border-color: #A3A10C;
}
</style>