Shades of Lucky #A69918
Tints of Lucky #A69918
RGB
CMYK
RGB Variations
Color information
#A69918 (or 0xA69918) is known color: Lucky. HEX triplet: A6, 99 and 18. RGB value is (166,153,24). Sum of RGB (Red+Green+Blue) = 166+153+24=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 24 (9.77% from 255 or 7.00% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A69918 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69918 is #5966E7. Grayscale: #8E8E8E. Windows color (decimal): -5859048 or 1612198. OLE color: 1612198.
HSL color Cylindrical-coordinate representation of color #A69918: hue angle of 54.51º 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 #A69918 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 153 | 24 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.35 |
| HSL | 54.51º | 0.75% | 0.37% | - |
| HSV(B) | 54.51º | 0.86% | 0.65% | - |
| XYZ | 27.28 | 30.96 | 5.4 | - |
| YUV | 142.18 | 61.31 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 24 | 0 | 0.08 | 0.86 | 0.35 | 54.51 | 0.75 | 0.37 |
| Hex | A6 | 99 | 18 | 0 | 8 | 56 | 23 | 37 | 4B | 25 |
| Octal | 246 | 231 | 30 | 0 | 10 | 126 | 43 | 67 | 113 | 45 |
| Binary | 10100110 | 10011001 | 11000 | 0 | 1000 | 1010110 | 100011 | 110111 | 1001011 | 100101 |
Color Harmonies of #A69918
Complementary color
Monochromatic Colors of #A69918
Black with #A69918
Text Example
Text Example
White with #A69918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69918; }
p { color: rgb(166,153,24); }
H1.HeaderClassName
{
color: #A69918;
}
.AnyTagClassName
{
color: #A69918;
}
</style>
background-color css
<style>
a { background-color: #A69918; }
a { background-color: rgb(166,153,24); }
div.DivClassName
{
background-color: #A69918;
}
.BgClassName
{
background-color: #A69918;
}
</style>
border-color css
<style>
span { border-color: #A69918; }
span { border-color: rgb(166,153,24); }
td.TdClassName
{
border-color: #A69918;
}
.TagClassName
{
border-color: #A69918;
}
</style>