Shades of Lucky #A18D0E
Tints of Lucky #A18D0E
RGB
CMYK
RGB Variations
Color information
#A18D0E (or 0xA18D0E) is known color: Lucky. HEX triplet: A1, 8D and 0E. RGB value is (161,141,14). Sum of RGB (Red+Green+Blue) = 161+141+14=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 141 (55.47% from 255 or 44.62% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18D0E is #5E72F1. Grayscale: #858585. Windows color (decimal): -6189810 or 953761. OLE color: 953761.
HSL color Cylindrical-coordinate representation of color #A18D0E: hue angle of 51.84º 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 #A18D0E is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 141 | 14 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.37 |
| HSL | 51.84º | 0.84% | 0.34% | - |
| HSV(B) | 51.84º | 0.91% | 0.63% | - |
| XYZ | 24.3 | 26.66 | 4.28 | - |
| YUV | 132.5 | 61.13 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 141 | 14 | 0 | 0.12 | 0.91 | 0.37 | 51.84 | 0.84 | 0.34 |
| Hex | A1 | 8D | E | 0 | C | 5B | 25 | 34 | 54 | 22 |
| Octal | 241 | 215 | 16 | 0 | 14 | 133 | 45 | 64 | 124 | 42 |
| Binary | 10100001 | 10001101 | 1110 | 0 | 1100 | 1011011 | 100101 | 110100 | 1010100 | 100010 |
Color Harmonies of #A18D0E
Complementary color
Monochromatic Colors of #A18D0E
Black with #A18D0E
Text Example
Text Example
White with #A18D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18D0E; }
p { color: rgb(161,141,14); }
H1.HeaderClassName
{
color: #A18D0E;
}
.AnyTagClassName
{
color: #A18D0E;
}
</style>
background-color css
<style>
a { background-color: #A18D0E; }
a { background-color: rgb(161,141,14); }
div.DivClassName
{
background-color: #A18D0E;
}
.BgClassName
{
background-color: #A18D0E;
}
</style>
border-color css
<style>
span { border-color: #A18D0E; }
span { border-color: rgb(161,141,14); }
td.TdClassName
{
border-color: #A18D0E;
}
.TagClassName
{
border-color: #A18D0E;
}
</style>