Shades of Lucky #A69817
Tints of Lucky #A69817
RGB
CMYK
RGB Variations
Color information
#A69817 (or 0xA69817) is known color: Lucky. HEX triplet: A6, 98 and 17. RGB value is (166,152,23). Sum of RGB (Red+Green+Blue) = 166+152+23=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 23 (9.38% from 255 or 6.74% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A69817 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69817 is #5967E8. Grayscale: #8E8E8E. Windows color (decimal): -5859305 or 1546406. OLE color: 1546406.
HSL color Cylindrical-coordinate representation of color #A69817: hue angle of 54.13º 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 #A69817 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 152 | 23 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.35 |
| HSL | 54.13º | 0.76% | 0.37% | - |
| HSV(B) | 54.13º | 0.86% | 0.65% | - |
| XYZ | 27.11 | 30.63 | 5.29 | - |
| YUV | 141.48 | 61.14 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 152 | 23 | 0 | 0.08 | 0.86 | 0.35 | 54.13 | 0.76 | 0.37 |
| Hex | A6 | 98 | 17 | 0 | 8 | 56 | 23 | 36 | 4C | 25 |
| Octal | 246 | 230 | 27 | 0 | 10 | 126 | 43 | 66 | 114 | 45 |
| Binary | 10100110 | 10011000 | 10111 | 0 | 1000 | 1010110 | 100011 | 110110 | 1001100 | 100101 |
Color Harmonies of #A69817
Complementary color
Monochromatic Colors of #A69817
Black with #A69817
Text Example
Text Example
White with #A69817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69817; }
p { color: rgb(166,152,23); }
H1.HeaderClassName
{
color: #A69817;
}
.AnyTagClassName
{
color: #A69817;
}
</style>
background-color css
<style>
a { background-color: #A69817; }
a { background-color: rgb(166,152,23); }
div.DivClassName
{
background-color: #A69817;
}
.BgClassName
{
background-color: #A69817;
}
</style>
border-color css
<style>
span { border-color: #A69817; }
span { border-color: rgb(166,152,23); }
td.TdClassName
{
border-color: #A69817;
}
.TagClassName
{
border-color: #A69817;
}
</style>