Shades of Lucky #A6A003
Tints of Lucky #A6A003
RGB
CMYK
RGB Variations
Color information
#A6A003 (or 0xA6A003) is known color: Lucky. HEX triplet: A6, A0 and 03. RGB value is (166,160,3). Sum of RGB (Red+Green+Blue) = 166+160+3=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 160 (62.89% from 255 or 48.63% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A003 is #595FFC. Grayscale: #909090. Windows color (decimal): -5857277 or 237734. OLE color: 237734.
HSL color Cylindrical-coordinate representation of color #A6A003: hue angle of 57.79º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A6A003 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 160 | 3 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.35 |
| HSL | 57.79º | 0.96% | 0.33% | - |
| HSV(B) | 57.79º | 0.98% | 0.65% | - |
| XYZ | 28.31 | 33.26 | 5.01 | - |
| YUV | 143.9 | 48.49 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 3 | 0 | 0.04 | 0.98 | 0.35 | 57.79 | 0.96 | 0.33 |
| Hex | A6 | A0 | 3 | 0 | 4 | 62 | 23 | 3A | 60 | 21 |
| Octal | 246 | 240 | 3 | 0 | 4 | 142 | 43 | 72 | 140 | 41 |
| Binary | 10100110 | 10100000 | 11 | 0 | 100 | 1100010 | 100011 | 111010 | 1100000 | 100001 |
Color Harmonies of #A6A003
Complementary color
Monochromatic Colors of #A6A003
Black with #A6A003
Text Example
Text Example
White with #A6A003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A003; }
p { color: rgb(166,160,3); }
H1.HeaderClassName
{
color: #A6A003;
}
.AnyTagClassName
{
color: #A6A003;
}
</style>
background-color css
<style>
a { background-color: #A6A003; }
a { background-color: rgb(166,160,3); }
div.DivClassName
{
background-color: #A6A003;
}
.BgClassName
{
background-color: #A6A003;
}
</style>
border-color css
<style>
span { border-color: #A6A003; }
span { border-color: rgb(166,160,3); }
td.TdClassName
{
border-color: #A6A003;
}
.TagClassName
{
border-color: #A6A003;
}
</style>