Shades of Lucky #A18D16
Tints of Lucky #A18D16
RGB
CMYK
RGB Variations
Color information
#A18D16 (or 0xA18D16) is known color: Lucky. HEX triplet: A1, 8D and 16. RGB value is (161,141,22). Sum of RGB (Red+Green+Blue) = 161+141+22=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18D16 is #5E72E9. Grayscale: #858585. Windows color (decimal): -6189802 or 1478049. OLE color: 1478049.
HSL color Cylindrical-coordinate representation of color #A18D16: hue angle of 51.37º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A18D16 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 141 | 22 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.37 |
| HSL | 51.37º | 0.76% | 0.36% | - |
| HSV(B) | 51.37º | 0.86% | 0.63% | - |
| XYZ | 24.37 | 26.68 | 4.63 | - |
| YUV | 133.41 | 65.13 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 141 | 22 | 0 | 0.12 | 0.86 | 0.37 | 51.37 | 0.76 | 0.36 |
| Hex | A1 | 8D | 16 | 0 | C | 56 | 25 | 33 | 4C | 24 |
| Octal | 241 | 215 | 26 | 0 | 14 | 126 | 45 | 63 | 114 | 44 |
| Binary | 10100001 | 10001101 | 10110 | 0 | 1100 | 1010110 | 100101 | 110011 | 1001100 | 100100 |
Color Harmonies of #A18D16
Complementary color
Monochromatic Colors of #A18D16
Black with #A18D16
Text Example
Text Example
White with #A18D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18D16; }
p { color: rgb(161,141,22); }
H1.HeaderClassName
{
color: #A18D16;
}
.AnyTagClassName
{
color: #A18D16;
}
</style>
background-color css
<style>
a { background-color: #A18D16; }
a { background-color: rgb(161,141,22); }
div.DivClassName
{
background-color: #A18D16;
}
.BgClassName
{
background-color: #A18D16;
}
</style>
border-color css
<style>
span { border-color: #A18D16; }
span { border-color: rgb(161,141,22); }
td.TdClassName
{
border-color: #A18D16;
}
.TagClassName
{
border-color: #A18D16;
}
</style>