Shades of Lucky #A18C0E
Tints of Lucky #A18C0E
RGB
CMYK
RGB Variations
Color information
#A18C0E (or 0xA18C0E) is known color: Lucky. HEX triplet: A1, 8C and 0E. RGB value is (161,140,14). Sum of RGB (Red+Green+Blue) = 161+140+14=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18C0E is #5E73F1. Grayscale: #848484. Windows color (decimal): -6190066 or 953505. OLE color: 953505.
HSL color Cylindrical-coordinate representation of color #A18C0E: hue angle of 51.43º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A18C0E is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 140 | 14 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.37 |
| HSL | 51.43º | 0.84% | 0.34% | - |
| HSV(B) | 51.43º | 0.91% | 0.63% | - |
| XYZ | 24.16 | 26.36 | 4.23 | - |
| YUV | 131.92 | 61.46 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 140 | 14 | 0 | 0.13 | 0.91 | 0.37 | 51.43 | 0.84 | 0.34 |
| Hex | A1 | 8C | E | 0 | D | 5B | 25 | 33 | 54 | 22 |
| Octal | 241 | 214 | 16 | 0 | 15 | 133 | 45 | 63 | 124 | 42 |
| Binary | 10100001 | 10001100 | 1110 | 0 | 1101 | 1011011 | 100101 | 110011 | 1010100 | 100010 |
Color Harmonies of #A18C0E
Complementary color
Monochromatic Colors of #A18C0E
Black with #A18C0E
Text Example
Text Example
White with #A18C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18C0E; }
p { color: rgb(161,140,14); }
H1.HeaderClassName
{
color: #A18C0E;
}
.AnyTagClassName
{
color: #A18C0E;
}
</style>
background-color css
<style>
a { background-color: #A18C0E; }
a { background-color: rgb(161,140,14); }
div.DivClassName
{
background-color: #A18C0E;
}
.BgClassName
{
background-color: #A18C0E;
}
</style>
border-color css
<style>
span { border-color: #A18C0E; }
span { border-color: rgb(161,140,14); }
td.TdClassName
{
border-color: #A18C0E;
}
.TagClassName
{
border-color: #A18C0E;
}
</style>