Shades of Lucky #A69C17
Tints of Lucky #A69C17
RGB
CMYK
RGB Variations
Color information
#A69C17 (or 0xA69C17) is known color: Lucky. HEX triplet: A6, 9C and 17. RGB value is (166,156,23). Sum of RGB (Red+Green+Blue) = 166+156+23=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 23 (9.38% from 255 or 6.67% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69C17 is #5963E8. Grayscale: #909090. Windows color (decimal): -5858281 or 1547430. OLE color: 1547430.
HSL color Cylindrical-coordinate representation of color #A69C17: hue angle of 55.8º 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 #A69C17 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 156 | 23 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.35 |
| HSL | 55.8º | 0.76% | 0.37% | - |
| HSV(B) | 55.8º | 0.86% | 0.65% | - |
| XYZ | 27.77 | 31.95 | 5.51 | - |
| YUV | 143.83 | 59.81 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 156 | 23 | 0 | 0.06 | 0.86 | 0.35 | 55.8 | 0.76 | 0.37 |
| Hex | A6 | 9C | 17 | 0 | 6 | 56 | 23 | 38 | 4C | 25 |
| Octal | 246 | 234 | 27 | 0 | 6 | 126 | 43 | 70 | 114 | 45 |
| Binary | 10100110 | 10011100 | 10111 | 0 | 110 | 1010110 | 100011 | 111000 | 1001100 | 100101 |
Color Harmonies of #A69C17
Complementary color
Monochromatic Colors of #A69C17
Black with #A69C17
Text Example
Text Example
White with #A69C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69C17; }
p { color: rgb(166,156,23); }
H1.HeaderClassName
{
color: #A69C17;
}
.AnyTagClassName
{
color: #A69C17;
}
</style>
background-color css
<style>
a { background-color: #A69C17; }
a { background-color: rgb(166,156,23); }
div.DivClassName
{
background-color: #A69C17;
}
.BgClassName
{
background-color: #A69C17;
}
</style>
border-color css
<style>
span { border-color: #A69C17; }
span { border-color: rgb(166,156,23); }
td.TdClassName
{
border-color: #A69C17;
}
.TagClassName
{
border-color: #A69C17;
}
</style>