Shades of Lucky #A69116
Tints of Lucky #A69116
RGB
CMYK
RGB Variations
Color information
#A69116 (or 0xA69116) is known color: Lucky. HEX triplet: A6, 91 and 16. RGB value is (166,145,22). Sum of RGB (Red+Green+Blue) = 166+145+22=333 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.85% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 166 - color contains mainly: red. Hex color #A69116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69116 is #596EE9. Grayscale: #898989. Windows color (decimal): -5861098 or 1479078. OLE color: 1479078.
HSL color Cylindrical-coordinate representation of color #A69116: hue angle of 51.25º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A69116 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 145 | 22 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.35 |
| HSL | 51.25º | 0.77% | 0.37% | - |
| HSV(B) | 51.25º | 0.87% | 0.65% | - |
| XYZ | 26 | 28.42 | 4.87 | - |
| YUV | 137.26 | 62.96 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 145 | 22 | 0 | 0.13 | 0.87 | 0.35 | 51.25 | 0.77 | 0.37 |
| Hex | A6 | 91 | 16 | 0 | D | 57 | 23 | 33 | 4D | 25 |
| Octal | 246 | 221 | 26 | 0 | 15 | 127 | 43 | 63 | 115 | 45 |
| Binary | 10100110 | 10010001 | 10110 | 0 | 1101 | 1010111 | 100011 | 110011 | 1001101 | 100101 |
Color Harmonies of #A69116
Complementary color
Monochromatic Colors of #A69116
Black with #A69116
Text Example
Text Example
White with #A69116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69116; }
p { color: rgb(166,145,22); }
H1.HeaderClassName
{
color: #A69116;
}
.AnyTagClassName
{
color: #A69116;
}
</style>
background-color css
<style>
a { background-color: #A69116; }
a { background-color: rgb(166,145,22); }
div.DivClassName
{
background-color: #A69116;
}
.BgClassName
{
background-color: #A69116;
}
</style>
border-color css
<style>
span { border-color: #A69116; }
span { border-color: rgb(166,145,22); }
td.TdClassName
{
border-color: #A69116;
}
.TagClassName
{
border-color: #A69116;
}
</style>