Shades of Lucky #A69306
Tints of Lucky #A69306
RGB
CMYK
RGB Variations
Color information
#A69306 (or 0xA69306) is known color: Lucky. HEX triplet: A6, 93 and 06. RGB value is (166,147,6). Sum of RGB (Red+Green+Blue) = 166+147+6=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 6 (2.73% from 255 or 1.88% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A69306 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69306 is #596CF9. Grayscale: #898989. Windows color (decimal): -5860602 or 431014. OLE color: 431014.
HSL color Cylindrical-coordinate representation of color #A69306: hue angle of 52.88º degrees, saturation: 0.93, 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 #A69306 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 147 | 6 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.35 |
| HSL | 52.88º | 0.93% | 0.34% | - |
| HSV(B) | 52.88º | 0.96% | 0.65% | - |
| XYZ | 26.19 | 28.99 | 4.39 | - |
| YUV | 136.61 | 54.29 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 147 | 6 | 0 | 0.11 | 0.96 | 0.35 | 52.88 | 0.93 | 0.34 |
| Hex | A6 | 93 | 6 | 0 | B | 60 | 23 | 35 | 5D | 22 |
| Octal | 246 | 223 | 6 | 0 | 13 | 140 | 43 | 65 | 135 | 42 |
| Binary | 10100110 | 10010011 | 110 | 0 | 1011 | 1100000 | 100011 | 110101 | 1011101 | 100010 |
Color Harmonies of #A69306
Complementary color
Monochromatic Colors of #A69306
Black with #A69306
Text Example
Text Example
White with #A69306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69306; }
p { color: rgb(166,147,6); }
H1.HeaderClassName
{
color: #A69306;
}
.AnyTagClassName
{
color: #A69306;
}
</style>
background-color css
<style>
a { background-color: #A69306; }
a { background-color: rgb(166,147,6); }
div.DivClassName
{
background-color: #A69306;
}
.BgClassName
{
background-color: #A69306;
}
</style>
border-color css
<style>
span { border-color: #A69306; }
span { border-color: rgb(166,147,6); }
td.TdClassName
{
border-color: #A69306;
}
.TagClassName
{
border-color: #A69306;
}
</style>