Shades of Lucky #A18E18
Tints of Lucky #A18E18
RGB
CMYK
RGB Variations
Color information
#A18E18 (or 0xA18E18) is known color: Lucky. HEX triplet: A1, 8E and 18. RGB value is (161,142,24). Sum of RGB (Red+Green+Blue) = 161+142+24=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 142 (55.86% from 255 or 43.43% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18E18 is #5E71E7. Grayscale: #868686. Windows color (decimal): -6189544 or 1609377. OLE color: 1609377.
HSL color Cylindrical-coordinate representation of color #A18E18: hue angle of 51.68º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A18E18 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 142 | 24 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.37 |
| HSL | 51.68º | 0.74% | 0.36% | - |
| HSV(B) | 51.68º | 0.85% | 0.63% | - |
| XYZ | 24.54 | 26.99 | 4.78 | - |
| YUV | 134.23 | 65.79 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 142 | 24 | 0 | 0.12 | 0.85 | 0.37 | 51.68 | 0.74 | 0.36 |
| Hex | A1 | 8E | 18 | 0 | C | 55 | 25 | 34 | 4A | 24 |
| Octal | 241 | 216 | 30 | 0 | 14 | 125 | 45 | 64 | 112 | 44 |
| Binary | 10100001 | 10001110 | 11000 | 0 | 1100 | 1010101 | 100101 | 110100 | 1001010 | 100100 |
Color Harmonies of #A18E18
Complementary color
Monochromatic Colors of #A18E18
Black with #A18E18
Text Example
Text Example
White with #A18E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18E18; }
p { color: rgb(161,142,24); }
H1.HeaderClassName
{
color: #A18E18;
}
.AnyTagClassName
{
color: #A18E18;
}
</style>
background-color css
<style>
a { background-color: #A18E18; }
a { background-color: rgb(161,142,24); }
div.DivClassName
{
background-color: #A18E18;
}
.BgClassName
{
background-color: #A18E18;
}
</style>
border-color css
<style>
span { border-color: #A18E18; }
span { border-color: rgb(161,142,24); }
td.TdClassName
{
border-color: #A18E18;
}
.TagClassName
{
border-color: #A18E18;
}
</style>