Shades of Lucky #A69718
Tints of Lucky #A69718
RGB
CMYK
RGB Variations
Color information
#A69718 (or 0xA69718) is known color: Lucky. HEX triplet: A6, 97 and 18. RGB value is (166,151,24). Sum of RGB (Red+Green+Blue) = 166+151+24=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 151 (59.38% from 255 or 44.28% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A69718 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69718 is #5968E7. Grayscale: #8D8D8D. Windows color (decimal): -5859560 or 1611686. OLE color: 1611686.
HSL color Cylindrical-coordinate representation of color #A69718: hue angle of 53.66º degrees, saturation: 0.75, 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 #A69718 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 151 | 24 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.35 |
| HSL | 53.66º | 0.75% | 0.37% | - |
| HSV(B) | 53.66º | 0.86% | 0.65% | - |
| XYZ | 26.96 | 30.31 | 5.29 | - |
| YUV | 141.01 | 61.97 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 151 | 24 | 0 | 0.09 | 0.86 | 0.35 | 53.66 | 0.75 | 0.37 |
| Hex | A6 | 97 | 18 | 0 | 9 | 56 | 23 | 36 | 4B | 25 |
| Octal | 246 | 227 | 30 | 0 | 11 | 126 | 43 | 66 | 113 | 45 |
| Binary | 10100110 | 10010111 | 11000 | 0 | 1001 | 1010110 | 100011 | 110110 | 1001011 | 100101 |
Color Harmonies of #A69718
Complementary color
Monochromatic Colors of #A69718
Black with #A69718
Text Example
Text Example
White with #A69718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69718; }
p { color: rgb(166,151,24); }
H1.HeaderClassName
{
color: #A69718;
}
.AnyTagClassName
{
color: #A69718;
}
</style>
background-color css
<style>
a { background-color: #A69718; }
a { background-color: rgb(166,151,24); }
div.DivClassName
{
background-color: #A69718;
}
.BgClassName
{
background-color: #A69718;
}
</style>
border-color css
<style>
span { border-color: #A69718; }
span { border-color: rgb(166,151,24); }
td.TdClassName
{
border-color: #A69718;
}
.TagClassName
{
border-color: #A69718;
}
</style>