Shades of Lucky #A18E12
Tints of Lucky #A18E12
RGB
CMYK
RGB Variations
Color information
#A18E12 (or 0xA18E12) is known color: Lucky. HEX triplet: A1, 8E and 12. RGB value is (161,142,18). Sum of RGB (Red+Green+Blue) = 161+142+18=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 142 (55.86% from 255 or 44.24% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18E12 is #5E71ED. Grayscale: #868686. Windows color (decimal): -6189550 or 1216161. OLE color: 1216161.
HSL color Cylindrical-coordinate representation of color #A18E12: hue angle of 52.03º degrees, saturation: 0.8, 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 #A18E12 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 142 | 18 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.37 |
| HSL | 52.03º | 0.8% | 0.35% | - |
| HSV(B) | 52.03º | 0.89% | 0.63% | - |
| XYZ | 24.48 | 26.97 | 4.49 | - |
| YUV | 133.55 | 62.79 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 142 | 18 | 0 | 0.12 | 0.89 | 0.37 | 52.03 | 0.8 | 0.35 |
| Hex | A1 | 8E | 12 | 0 | C | 59 | 25 | 34 | 50 | 23 |
| Octal | 241 | 216 | 22 | 0 | 14 | 131 | 45 | 64 | 120 | 43 |
| Binary | 10100001 | 10001110 | 10010 | 0 | 1100 | 1011001 | 100101 | 110100 | 1010000 | 100011 |
Color Harmonies of #A18E12
Complementary color
Monochromatic Colors of #A18E12
Black with #A18E12
Text Example
Text Example
White with #A18E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18E12; }
p { color: rgb(161,142,18); }
H1.HeaderClassName
{
color: #A18E12;
}
.AnyTagClassName
{
color: #A18E12;
}
</style>
background-color css
<style>
a { background-color: #A18E12; }
a { background-color: rgb(161,142,18); }
div.DivClassName
{
background-color: #A18E12;
}
.BgClassName
{
background-color: #A18E12;
}
</style>
border-color css
<style>
span { border-color: #A18E12; }
span { border-color: rgb(161,142,18); }
td.TdClassName
{
border-color: #A18E12;
}
.TagClassName
{
border-color: #A18E12;
}
</style>