Shades of Lucky #A69A06
Tints of Lucky #A69A06
RGB
CMYK
RGB Variations
Color information
#A69A06 (or 0xA69A06) is known color: Lucky. HEX triplet: A6, 9A and 06. RGB value is (166,154,6). Sum of RGB (Red+Green+Blue) = 166+154+6=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 154 (60.55% from 255 or 47.24% from 326); Blue value is 6 (2.73% from 255 or 1.84% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69A06 is #5965F9. Grayscale: #8D8D8D. Windows color (decimal): -5858810 or 432806. OLE color: 432806.
HSL color Cylindrical-coordinate representation of color #A69A06: hue angle of 55.5º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A69A06 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 154 | 6 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.35 |
| HSL | 55.5º | 0.93% | 0.34% | - |
| HSV(B) | 55.5º | 0.96% | 0.65% | - |
| XYZ | 27.31 | 31.23 | 4.76 | - |
| YUV | 140.72 | 51.98 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 154 | 6 | 0 | 0.07 | 0.96 | 0.35 | 55.5 | 0.93 | 0.34 |
| Hex | A6 | 9A | 6 | 0 | 7 | 60 | 23 | 38 | 5D | 22 |
| Octal | 246 | 232 | 6 | 0 | 7 | 140 | 43 | 70 | 135 | 42 |
| Binary | 10100110 | 10011010 | 110 | 0 | 111 | 1100000 | 100011 | 111000 | 1011101 | 100010 |
Color Harmonies of #A69A06
Complementary color
Monochromatic Colors of #A69A06
Black with #A69A06
Text Example
Text Example
White with #A69A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69A06; }
p { color: rgb(166,154,6); }
H1.HeaderClassName
{
color: #A69A06;
}
.AnyTagClassName
{
color: #A69A06;
}
</style>
background-color css
<style>
a { background-color: #A69A06; }
a { background-color: rgb(166,154,6); }
div.DivClassName
{
background-color: #A69A06;
}
.BgClassName
{
background-color: #A69A06;
}
</style>
border-color css
<style>
span { border-color: #A69A06; }
span { border-color: rgb(166,154,6); }
td.TdClassName
{
border-color: #A69A06;
}
.TagClassName
{
border-color: #A69A06;
}
</style>