Shades of Lucky #A69911
Tints of Lucky #A69911
RGB
CMYK
RGB Variations
Color information
#A69911 (or 0xA69911) is known color: Lucky. HEX triplet: A6, 99 and 11. RGB value is (166,153,17). Sum of RGB (Red+Green+Blue) = 166+153+17=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A69911 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69911 is #5966EE. Grayscale: #8D8D8D. Windows color (decimal): -5859055 or 1153446. OLE color: 1153446.
HSL color Cylindrical-coordinate representation of color #A69911: hue angle of 54.77º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A69911 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 153 | 17 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.35 |
| HSL | 54.77º | 0.81% | 0.36% | - |
| HSV(B) | 54.77º | 0.9% | 0.65% | - |
| XYZ | 27.22 | 30.93 | 5.07 | - |
| YUV | 141.38 | 57.81 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 17 | 0 | 0.08 | 0.90 | 0.35 | 54.77 | 0.81 | 0.36 |
| Hex | A6 | 99 | 11 | 0 | 8 | 5A | 23 | 37 | 51 | 24 |
| Octal | 246 | 231 | 21 | 0 | 10 | 132 | 43 | 67 | 121 | 44 |
| Binary | 10100110 | 10011001 | 10001 | 0 | 1000 | 1011010 | 100011 | 110111 | 1010001 | 100100 |
Color Harmonies of #A69911
Complementary color
Monochromatic Colors of #A69911
Black with #A69911
Text Example
Text Example
White with #A69911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69911; }
p { color: rgb(166,153,17); }
H1.HeaderClassName
{
color: #A69911;
}
.AnyTagClassName
{
color: #A69911;
}
</style>
background-color css
<style>
a { background-color: #A69911; }
a { background-color: rgb(166,153,17); }
div.DivClassName
{
background-color: #A69911;
}
.BgClassName
{
background-color: #A69911;
}
</style>
border-color css
<style>
span { border-color: #A69911; }
span { border-color: rgb(166,153,17); }
td.TdClassName
{
border-color: #A69911;
}
.TagClassName
{
border-color: #A69911;
}
</style>