Shades of Lucky #A69017
Tints of Lucky #A69017
RGB
CMYK
RGB Variations
Color information
#A69017 (or 0xA69017) is known color: Lucky. HEX triplet: A6, 90 and 17. RGB value is (166,144,23). Sum of RGB (Red+Green+Blue) = 166+144+23=333 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.85% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 23 (9.38% from 255 or 6.91% from 333); Max value from RGB is 166 - color contains mainly: red. Hex color #A69017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69017 is #596FE8. Grayscale: #898989. Windows color (decimal): -5861353 or 1544358. OLE color: 1544358.
HSL color Cylindrical-coordinate representation of color #A69017: hue angle of 50.77º 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 #A69017 is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 144 | 23 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.35 |
| HSL | 50.77º | 0.76% | 0.37% | - |
| HSV(B) | 50.77º | 0.86% | 0.65% | - |
| XYZ | 25.85 | 28.12 | 4.87 | - |
| YUV | 136.78 | 63.79 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 144 | 23 | 0 | 0.13 | 0.86 | 0.35 | 50.77 | 0.76 | 0.37 |
| Hex | A6 | 90 | 17 | 0 | D | 56 | 23 | 33 | 4C | 25 |
| Octal | 246 | 220 | 27 | 0 | 15 | 126 | 43 | 63 | 114 | 45 |
| Binary | 10100110 | 10010000 | 10111 | 0 | 1101 | 1010110 | 100011 | 110011 | 1001100 | 100101 |
Color Harmonies of #A69017
Complementary color
Monochromatic Colors of #A69017
Black with #A69017
Text Example
Text Example
White with #A69017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69017; }
p { color: rgb(166,144,23); }
H1.HeaderClassName
{
color: #A69017;
}
.AnyTagClassName
{
color: #A69017;
}
</style>
background-color css
<style>
a { background-color: #A69017; }
a { background-color: rgb(166,144,23); }
div.DivClassName
{
background-color: #A69017;
}
.BgClassName
{
background-color: #A69017;
}
</style>
border-color css
<style>
span { border-color: #A69017; }
span { border-color: rgb(166,144,23); }
td.TdClassName
{
border-color: #A69017;
}
.TagClassName
{
border-color: #A69017;
}
</style>