Shades of Lucky #A6A007
Tints of Lucky #A6A007
RGB
CMYK
RGB Variations
Color information
#A6A007 (or 0xA6A007) is known color: Lucky. HEX triplet: A6, A0 and 07. RGB value is (166,160,7). Sum of RGB (Red+Green+Blue) = 166+160+7=333 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.85% from 333); Green value is 160 (62.89% from 255 or 48.05% from 333); Blue value is 7 (3.12% from 255 or 2.10% from 333); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A007 is #595FF8. Grayscale: #909090. Windows color (decimal): -5857273 or 499878. OLE color: 499878.
HSL color Cylindrical-coordinate representation of color #A6A007: hue angle of 57.74º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6A007 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 160 | 7 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.35 |
| HSL | 57.74º | 0.92% | 0.34% | - |
| HSV(B) | 57.74º | 0.96% | 0.65% | - |
| XYZ | 28.34 | 33.26 | 5.13 | - |
| YUV | 144.35 | 50.49 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 7 | 0 | 0.04 | 0.96 | 0.35 | 57.74 | 0.92 | 0.34 |
| Hex | A6 | A0 | 7 | 0 | 4 | 60 | 23 | 3A | 5C | 22 |
| Octal | 246 | 240 | 7 | 0 | 4 | 140 | 43 | 72 | 134 | 42 |
| Binary | 10100110 | 10100000 | 111 | 0 | 100 | 1100000 | 100011 | 111010 | 1011100 | 100010 |
Color Harmonies of #A6A007
Complementary color
Monochromatic Colors of #A6A007
Black with #A6A007
Text Example
Text Example
White with #A6A007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A007; }
p { color: rgb(166,160,7); }
H1.HeaderClassName
{
color: #A6A007;
}
.AnyTagClassName
{
color: #A6A007;
}
</style>
background-color css
<style>
a { background-color: #A6A007; }
a { background-color: rgb(166,160,7); }
div.DivClassName
{
background-color: #A6A007;
}
.BgClassName
{
background-color: #A6A007;
}
</style>
border-color css
<style>
span { border-color: #A6A007; }
span { border-color: rgb(166,160,7); }
td.TdClassName
{
border-color: #A6A007;
}
.TagClassName
{
border-color: #A6A007;
}
</style>