Shades of Lucky #A18C11
Tints of Lucky #A18C11
RGB
CMYK
RGB Variations
Color information
#A18C11 (or 0xA18C11) is known color: Lucky. HEX triplet: A1, 8C and 11. RGB value is (161,140,17). Sum of RGB (Red+Green+Blue) = 161+140+17=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 140 (55.08% from 255 or 44.03% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18C11 is #5E73EE. Grayscale: #848484. Windows color (decimal): -6190063 or 1150113. OLE color: 1150113.
HSL color Cylindrical-coordinate representation of color #A18C11: hue angle of 51.25º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A18C11 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 140 | 17 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.37 |
| HSL | 51.25º | 0.81% | 0.35% | - |
| HSV(B) | 51.25º | 0.89% | 0.63% | - |
| XYZ | 24.18 | 26.37 | 4.35 | - |
| YUV | 132.26 | 62.96 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 140 | 17 | 0 | 0.13 | 0.89 | 0.37 | 51.25 | 0.81 | 0.35 |
| Hex | A1 | 8C | 11 | 0 | D | 59 | 25 | 33 | 51 | 23 |
| Octal | 241 | 214 | 21 | 0 | 15 | 131 | 45 | 63 | 121 | 43 |
| Binary | 10100001 | 10001100 | 10001 | 0 | 1101 | 1011001 | 100101 | 110011 | 1010001 | 100011 |
Color Harmonies of #A18C11
Complementary color
Monochromatic Colors of #A18C11
Black with #A18C11
Text Example
Text Example
White with #A18C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18C11; }
p { color: rgb(161,140,17); }
H1.HeaderClassName
{
color: #A18C11;
}
.AnyTagClassName
{
color: #A18C11;
}
</style>
background-color css
<style>
a { background-color: #A18C11; }
a { background-color: rgb(161,140,17); }
div.DivClassName
{
background-color: #A18C11;
}
.BgClassName
{
background-color: #A18C11;
}
</style>
border-color css
<style>
span { border-color: #A18C11; }
span { border-color: rgb(161,140,17); }
td.TdClassName
{
border-color: #A18C11;
}
.TagClassName
{
border-color: #A18C11;
}
</style>