Shades of Lucky #A6A00C
Tints of Lucky #A6A00C
RGB
CMYK
RGB Variations
Color information
#A6A00C (or 0xA6A00C) is known color: Lucky. HEX triplet: A6, A0 and 0C. RGB value is (166,160,12). Sum of RGB (Red+Green+Blue) = 166+160+12=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A00C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A00C is #595FF3. Grayscale: #919191. Windows color (decimal): -5857268 or 827558. OLE color: 827558.
HSL color Cylindrical-coordinate representation of color #A6A00C: hue angle of 57.66º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6A00C is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 160 | 12 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.35 |
| HSL | 57.66º | 0.87% | 0.35% | - |
| HSV(B) | 57.66º | 0.93% | 0.65% | - |
| XYZ | 28.36 | 33.28 | 5.28 | - |
| YUV | 144.92 | 52.99 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 12 | 0 | 0.04 | 0.93 | 0.35 | 57.66 | 0.87 | 0.35 |
| Hex | A6 | A0 | C | 0 | 4 | 5D | 23 | 3A | 57 | 23 |
| Octal | 246 | 240 | 14 | 0 | 4 | 135 | 43 | 72 | 127 | 43 |
| Binary | 10100110 | 10100000 | 1100 | 0 | 100 | 1011101 | 100011 | 111010 | 1010111 | 100011 |
Color Harmonies of #A6A00C
Complementary color
Monochromatic Colors of #A6A00C
Black with #A6A00C
Text Example
Text Example
White with #A6A00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A00C; }
p { color: rgb(166,160,12); }
H1.HeaderClassName
{
color: #A6A00C;
}
.AnyTagClassName
{
color: #A6A00C;
}
</style>
background-color css
<style>
a { background-color: #A6A00C; }
a { background-color: rgb(166,160,12); }
div.DivClassName
{
background-color: #A6A00C;
}
.BgClassName
{
background-color: #A6A00C;
}
</style>
border-color css
<style>
span { border-color: #A6A00C; }
span { border-color: rgb(166,160,12); }
td.TdClassName
{
border-color: #A6A00C;
}
.TagClassName
{
border-color: #A6A00C;
}
</style>