Shades of Lucky #A69117
Tints of Lucky #A69117
RGB
CMYK
RGB Variations
Color information
#A69117 (or 0xA69117) is known color: Lucky. HEX triplet: A6, 91 and 17. RGB value is (166,145,23). Sum of RGB (Red+Green+Blue) = 166+145+23=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 23 (9.38% from 255 or 6.89% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A69117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69117 is #596EE8. Grayscale: #898989. Windows color (decimal): -5861097 or 1544614. OLE color: 1544614.
HSL color Cylindrical-coordinate representation of color #A69117: hue angle of 51.19º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A69117 is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 145 | 23 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.35 |
| HSL | 51.19º | 0.76% | 0.37% | - |
| HSV(B) | 51.19º | 0.86% | 0.65% | - |
| XYZ | 26.01 | 28.42 | 4.93 | - |
| YUV | 137.37 | 63.46 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 145 | 23 | 0 | 0.13 | 0.86 | 0.35 | 51.19 | 0.76 | 0.37 |
| Hex | A6 | 91 | 17 | 0 | D | 56 | 23 | 33 | 4C | 25 |
| Octal | 246 | 221 | 27 | 0 | 15 | 126 | 43 | 63 | 114 | 45 |
| Binary | 10100110 | 10010001 | 10111 | 0 | 1101 | 1010110 | 100011 | 110011 | 1001100 | 100101 |
Color Harmonies of #A69117
Complementary color
Monochromatic Colors of #A69117
Black with #A69117
Text Example
Text Example
White with #A69117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69117; }
p { color: rgb(166,145,23); }
H1.HeaderClassName
{
color: #A69117;
}
.AnyTagClassName
{
color: #A69117;
}
</style>
background-color css
<style>
a { background-color: #A69117; }
a { background-color: rgb(166,145,23); }
div.DivClassName
{
background-color: #A69117;
}
.BgClassName
{
background-color: #A69117;
}
</style>
border-color css
<style>
span { border-color: #A69117; }
span { border-color: rgb(166,145,23); }
td.TdClassName
{
border-color: #A69117;
}
.TagClassName
{
border-color: #A69117;
}
</style>