Shades of Lucky #A6A00F
Tints of Lucky #A6A00F
RGB
CMYK
RGB Variations
Color information
#A6A00F (or 0xA6A00F) is known color: Lucky. HEX triplet: A6, A0 and 0F. RGB value is (166,160,15). Sum of RGB (Red+Green+Blue) = 166+160+15=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A00F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A00F is #595FF0. Grayscale: #919191. Windows color (decimal): -5857265 or 1024166. OLE color: 1024166.
HSL color Cylindrical-coordinate representation of color #A6A00F: hue angle of 57.62º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A6A00F is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 160 | 15 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.35 |
| HSL | 57.62º | 0.83% | 0.35% | - |
| HSV(B) | 57.62º | 0.91% | 0.65% | - |
| XYZ | 28.38 | 33.28 | 5.38 | - |
| YUV | 145.26 | 54.49 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 15 | 0 | 0.04 | 0.91 | 0.35 | 57.62 | 0.83 | 0.35 |
| Hex | A6 | A0 | F | 0 | 4 | 5B | 23 | 3A | 53 | 23 |
| Octal | 246 | 240 | 17 | 0 | 4 | 133 | 43 | 72 | 123 | 43 |
| Binary | 10100110 | 10100000 | 1111 | 0 | 100 | 1011011 | 100011 | 111010 | 1010011 | 100011 |
Color Harmonies of #A6A00F
Complementary color
Monochromatic Colors of #A6A00F
Black with #A6A00F
Text Example
Text Example
White with #A6A00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A00F; }
p { color: rgb(166,160,15); }
H1.HeaderClassName
{
color: #A6A00F;
}
.AnyTagClassName
{
color: #A6A00F;
}
</style>
background-color css
<style>
a { background-color: #A6A00F; }
a { background-color: rgb(166,160,15); }
div.DivClassName
{
background-color: #A6A00F;
}
.BgClassName
{
background-color: #A6A00F;
}
</style>
border-color css
<style>
span { border-color: #A6A00F; }
span { border-color: rgb(166,160,15); }
td.TdClassName
{
border-color: #A6A00F;
}
.TagClassName
{
border-color: #A6A00F;
}
</style>