Shades of Lucky #A69A16
Tints of Lucky #A69A16
RGB
CMYK
RGB Variations
Color information
#A69A16 (or 0xA69A16) is known color: Lucky. HEX triplet: A6, 9A and 16. RGB value is (166,154,22). Sum of RGB (Red+Green+Blue) = 166+154+22=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 154 (60.55% from 255 or 45.03% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69A16 is #5965E9. Grayscale: #8F8F8F. Windows color (decimal): -5858794 or 1481382. OLE color: 1481382.
HSL color Cylindrical-coordinate representation of color #A69A16: hue angle of 55º 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 #A69A16 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 154 | 22 | - |
| CMYK | 0 | 0.07 | 0.87 | 0.35 |
| HSL | 55º | 0.77% | 0.37% | - |
| HSV(B) | 55º | 0.87% | 0.65% | - |
| XYZ | 27.43 | 31.28 | 5.35 | - |
| YUV | 142.54 | 59.98 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 154 | 22 | 0 | 0.07 | 0.87 | 0.35 | 55 | 0.77 | 0.37 |
| Hex | A6 | 9A | 16 | 0 | 7 | 57 | 23 | 37 | 4D | 25 |
| Octal | 246 | 232 | 26 | 0 | 7 | 127 | 43 | 67 | 115 | 45 |
| Binary | 10100110 | 10011010 | 10110 | 0 | 111 | 1010111 | 100011 | 110111 | 1001101 | 100101 |
Color Harmonies of #A69A16
Complementary color
Monochromatic Colors of #A69A16
Black with #A69A16
Text Example
Text Example
White with #A69A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69A16; }
p { color: rgb(166,154,22); }
H1.HeaderClassName
{
color: #A69A16;
}
.AnyTagClassName
{
color: #A69A16;
}
</style>
background-color css
<style>
a { background-color: #A69A16; }
a { background-color: rgb(166,154,22); }
div.DivClassName
{
background-color: #A69A16;
}
.BgClassName
{
background-color: #A69A16;
}
</style>
border-color css
<style>
span { border-color: #A69A16; }
span { border-color: rgb(166,154,22); }
td.TdClassName
{
border-color: #A69A16;
}
.TagClassName
{
border-color: #A69A16;
}
</style>