Shades of Lucky #A6A008
Tints of Lucky #A6A008
RGB
CMYK
RGB Variations
Color information
#A6A008 (or 0xA6A008) is known color: Lucky. HEX triplet: A6, A0 and 08. RGB value is (166,160,8). Sum of RGB (Red+Green+Blue) = 166+160+8=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 160 (62.89% from 255 or 47.90% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A008 is #595FF7. Grayscale: #919191. Windows color (decimal): -5857272 or 565414. OLE color: 565414.
HSL color Cylindrical-coordinate representation of color #A6A008: hue angle of 57.72º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A6A008 is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 160 | 8 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.35 |
| HSL | 57.72º | 0.91% | 0.34% | - |
| HSV(B) | 57.72º | 0.95% | 0.65% | - |
| XYZ | 28.34 | 33.27 | 5.16 | - |
| YUV | 144.47 | 50.99 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 8 | 0 | 0.04 | 0.95 | 0.35 | 57.72 | 0.91 | 0.34 |
| Hex | A6 | A0 | 8 | 0 | 4 | 5F | 23 | 3A | 5B | 22 |
| Octal | 246 | 240 | 10 | 0 | 4 | 137 | 43 | 72 | 133 | 42 |
| Binary | 10100110 | 10100000 | 1000 | 0 | 100 | 1011111 | 100011 | 111010 | 1011011 | 100010 |
Color Harmonies of #A6A008
Complementary color
Monochromatic Colors of #A6A008
Black with #A6A008
Text Example
Text Example
White with #A6A008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A008; }
p { color: rgb(166,160,8); }
H1.HeaderClassName
{
color: #A6A008;
}
.AnyTagClassName
{
color: #A6A008;
}
</style>
background-color css
<style>
a { background-color: #A6A008; }
a { background-color: rgb(166,160,8); }
div.DivClassName
{
background-color: #A6A008;
}
.BgClassName
{
background-color: #A6A008;
}
</style>
border-color css
<style>
span { border-color: #A6A008; }
span { border-color: rgb(166,160,8); }
td.TdClassName
{
border-color: #A6A008;
}
.TagClassName
{
border-color: #A6A008;
}
</style>