Shades of Lucky #A69816
Tints of Lucky #A69816
RGB
CMYK
RGB Variations
Color information
#A69816 (or 0xA69816) is known color: Lucky. HEX triplet: A6, 98 and 16. RGB value is (166,152,22). Sum of RGB (Red+Green+Blue) = 166+152+22=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A69816 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69816 is #5967E9. Grayscale: #8D8D8D. Windows color (decimal): -5859306 or 1480870. OLE color: 1480870.
HSL color Cylindrical-coordinate representation of color #A69816: hue angle of 54.17º 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 #A69816 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 152 | 22 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.35 |
| HSL | 54.17º | 0.77% | 0.37% | - |
| HSV(B) | 54.17º | 0.87% | 0.65% | - |
| XYZ | 27.1 | 30.62 | 5.24 | - |
| YUV | 141.37 | 60.64 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 152 | 22 | 0 | 0.08 | 0.87 | 0.35 | 54.17 | 0.77 | 0.37 |
| Hex | A6 | 98 | 16 | 0 | 8 | 57 | 23 | 36 | 4D | 25 |
| Octal | 246 | 230 | 26 | 0 | 10 | 127 | 43 | 66 | 115 | 45 |
| Binary | 10100110 | 10011000 | 10110 | 0 | 1000 | 1010111 | 100011 | 110110 | 1001101 | 100101 |
Color Harmonies of #A69816
Complementary color
Monochromatic Colors of #A69816
Black with #A69816
Text Example
Text Example
White with #A69816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69816; }
p { color: rgb(166,152,22); }
H1.HeaderClassName
{
color: #A69816;
}
.AnyTagClassName
{
color: #A69816;
}
</style>
background-color css
<style>
a { background-color: #A69816; }
a { background-color: rgb(166,152,22); }
div.DivClassName
{
background-color: #A69816;
}
.BgClassName
{
background-color: #A69816;
}
</style>
border-color css
<style>
span { border-color: #A69816; }
span { border-color: rgb(166,152,22); }
td.TdClassName
{
border-color: #A69816;
}
.TagClassName
{
border-color: #A69816;
}
</style>