Shades of Lucky #A18C17
Tints of Lucky #A18C17
RGB
CMYK
RGB Variations
Color information
#A18C17 (or 0xA18C17) is known color: Lucky. HEX triplet: A1, 8C and 17. RGB value is (161,140,23). Sum of RGB (Red+Green+Blue) = 161+140+23=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18C17 is #5E73E8. Grayscale: #858585. Windows color (decimal): -6190057 or 1543329. OLE color: 1543329.
HSL color Cylindrical-coordinate representation of color #A18C17: hue angle of 50.87º degrees, saturation: 0.75, 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 #A18C17 is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 140 | 23 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.37 |
| HSL | 50.87º | 0.75% | 0.36% | - |
| HSV(B) | 50.87º | 0.86% | 0.63% | - |
| XYZ | 24.23 | 26.4 | 4.63 | - |
| YUV | 132.94 | 65.96 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 140 | 23 | 0 | 0.13 | 0.86 | 0.37 | 50.87 | 0.75 | 0.36 |
| Hex | A1 | 8C | 17 | 0 | D | 56 | 25 | 33 | 4B | 24 |
| Octal | 241 | 214 | 27 | 0 | 15 | 126 | 45 | 63 | 113 | 44 |
| Binary | 10100001 | 10001100 | 10111 | 0 | 1101 | 1010110 | 100101 | 110011 | 1001011 | 100100 |
Color Harmonies of #A18C17
Complementary color
Monochromatic Colors of #A18C17
Black with #A18C17
Text Example
Text Example
White with #A18C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18C17; }
p { color: rgb(161,140,23); }
H1.HeaderClassName
{
color: #A18C17;
}
.AnyTagClassName
{
color: #A18C17;
}
</style>
background-color css
<style>
a { background-color: #A18C17; }
a { background-color: rgb(161,140,23); }
div.DivClassName
{
background-color: #A18C17;
}
.BgClassName
{
background-color: #A18C17;
}
</style>
border-color css
<style>
span { border-color: #A18C17; }
span { border-color: rgb(161,140,23); }
td.TdClassName
{
border-color: #A18C17;
}
.TagClassName
{
border-color: #A18C17;
}
</style>