Shades of Lucky #A69012
Tints of Lucky #A69012
RGB
CMYK
RGB Variations
Color information
#A69012 (or 0xA69012) is known color: Lucky. HEX triplet: A6, 90 and 12. RGB value is (166,144,18). Sum of RGB (Red+Green+Blue) = 166+144+18=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A69012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69012 is #596FED. Grayscale: #888888. Windows color (decimal): -5861358 or 1216678. OLE color: 1216678.
HSL color Cylindrical-coordinate representation of color #A69012: hue angle of 51.08º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A69012 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 144 | 18 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.35 |
| HSL | 51.08º | 0.8% | 0.36% | - |
| HSV(B) | 51.08º | 0.89% | 0.65% | - |
| XYZ | 25.81 | 28.1 | 4.64 | - |
| YUV | 136.21 | 61.29 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 144 | 18 | 0 | 0.13 | 0.89 | 0.35 | 51.08 | 0.8 | 0.36 |
| Hex | A6 | 90 | 12 | 0 | D | 59 | 23 | 33 | 50 | 24 |
| Octal | 246 | 220 | 22 | 0 | 15 | 131 | 43 | 63 | 120 | 44 |
| Binary | 10100110 | 10010000 | 10010 | 0 | 1101 | 1011001 | 100011 | 110011 | 1010000 | 100100 |
Color Harmonies of #A69012
Complementary color
Monochromatic Colors of #A69012
Black with #A69012
Text Example
Text Example
White with #A69012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69012; }
p { color: rgb(166,144,18); }
H1.HeaderClassName
{
color: #A69012;
}
.AnyTagClassName
{
color: #A69012;
}
</style>
background-color css
<style>
a { background-color: #A69012; }
a { background-color: rgb(166,144,18); }
div.DivClassName
{
background-color: #A69012;
}
.BgClassName
{
background-color: #A69012;
}
</style>
border-color css
<style>
span { border-color: #A69012; }
span { border-color: rgb(166,144,18); }
td.TdClassName
{
border-color: #A69012;
}
.TagClassName
{
border-color: #A69012;
}
</style>