Shades of Lucky #A68A11
Tints of Lucky #A68A11
RGB
CMYK
RGB Variations
Color information
#A68A11 (or 0xA68A11) is known color: Lucky. HEX triplet: A6, 8A and 11. RGB value is (166,138,17). Sum of RGB (Red+Green+Blue) = 166+138+17=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68A11 is #5975EE. Grayscale: #858585. Windows color (decimal): -5862895 or 1149606. OLE color: 1149606.
HSL color Cylindrical-coordinate representation of color #A68A11: hue angle of 48.72º 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 #A68A11 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 138 | 17 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.35 |
| HSL | 48.72º | 0.81% | 0.36% | - |
| HSV(B) | 48.72º | 0.9% | 0.65% | - |
| XYZ | 24.92 | 26.32 | 4.3 | - |
| YUV | 132.58 | 62.78 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 17 | 0 | 0.17 | 0.90 | 0.35 | 48.72 | 0.81 | 0.36 |
| Hex | A6 | 8A | 11 | 0 | 11 | 5A | 23 | 31 | 51 | 24 |
| Octal | 246 | 212 | 21 | 0 | 21 | 132 | 43 | 61 | 121 | 44 |
| Binary | 10100110 | 10001010 | 10001 | 0 | 10001 | 1011010 | 100011 | 110001 | 1010001 | 100100 |
Color Harmonies of #A68A11
Complementary color
Monochromatic Colors of #A68A11
Black with #A68A11
Text Example
Text Example
White with #A68A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68A11; }
p { color: rgb(166,138,17); }
H1.HeaderClassName
{
color: #A68A11;
}
.AnyTagClassName
{
color: #A68A11;
}
</style>
background-color css
<style>
a { background-color: #A68A11; }
a { background-color: rgb(166,138,17); }
div.DivClassName
{
background-color: #A68A11;
}
.BgClassName
{
background-color: #A68A11;
}
</style>
border-color css
<style>
span { border-color: #A68A11; }
span { border-color: rgb(166,138,17); }
td.TdClassName
{
border-color: #A68A11;
}
.TagClassName
{
border-color: #A68A11;
}
</style>