Shades of Lucky #A68F11
Tints of Lucky #A68F11
RGB
CMYK
RGB Variations
Color information
#A68F11 (or 0xA68F11) is known color: Lucky. HEX triplet: A6, 8F and 11. RGB value is (166,143,17). Sum of RGB (Red+Green+Blue) = 166+143+17=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68F11 is #5970EE. Grayscale: #888888. Windows color (decimal): -5861615 or 1150886. OLE color: 1150886.
HSL color Cylindrical-coordinate representation of color #A68F11: hue angle of 50.74º 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 #A68F11 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 143 | 17 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.35 |
| HSL | 50.74º | 0.81% | 0.36% | - |
| HSV(B) | 50.74º | 0.9% | 0.65% | - |
| XYZ | 25.65 | 27.79 | 4.54 | - |
| YUV | 135.51 | 61.12 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 17 | 0 | 0.14 | 0.90 | 0.35 | 50.74 | 0.81 | 0.36 |
| Hex | A6 | 8F | 11 | 0 | E | 5A | 23 | 33 | 51 | 24 |
| Octal | 246 | 217 | 21 | 0 | 16 | 132 | 43 | 63 | 121 | 44 |
| Binary | 10100110 | 10001111 | 10001 | 0 | 1110 | 1011010 | 100011 | 110011 | 1010001 | 100100 |
Color Harmonies of #A68F11
Complementary color
Monochromatic Colors of #A68F11
Black with #A68F11
Text Example
Text Example
White with #A68F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68F11; }
p { color: rgb(166,143,17); }
H1.HeaderClassName
{
color: #A68F11;
}
.AnyTagClassName
{
color: #A68F11;
}
</style>
background-color css
<style>
a { background-color: #A68F11; }
a { background-color: rgb(166,143,17); }
div.DivClassName
{
background-color: #A68F11;
}
.BgClassName
{
background-color: #A68F11;
}
</style>
border-color css
<style>
span { border-color: #A68F11; }
span { border-color: rgb(166,143,17); }
td.TdClassName
{
border-color: #A68F11;
}
.TagClassName
{
border-color: #A68F11;
}
</style>