Shades of Lucky #A18D1A
Tints of Lucky #A18D1A
RGB
CMYK
RGB Variations
Color information
#A18D1A (or 0xA18D1A) is known color: Lucky. HEX triplet: A1, 8D and 1A. RGB value is (161,141,26). Sum of RGB (Red+Green+Blue) = 161+141+26=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18D1A is #5E72E5. Grayscale: #868686. Windows color (decimal): -6189798 or 1740193. OLE color: 1740193.
HSL color Cylindrical-coordinate representation of color #A18D1A: hue angle of 51.11º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A18D1A is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 141 | 26 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.37 |
| HSL | 51.11º | 0.72% | 0.37% | - |
| HSV(B) | 51.11º | 0.84% | 0.63% | - |
| XYZ | 24.41 | 26.7 | 4.84 | - |
| YUV | 133.87 | 67.13 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 141 | 26 | 0 | 0.12 | 0.84 | 0.37 | 51.11 | 0.72 | 0.37 |
| Hex | A1 | 8D | 1A | 0 | C | 54 | 25 | 33 | 48 | 25 |
| Octal | 241 | 215 | 32 | 0 | 14 | 124 | 45 | 63 | 110 | 45 |
| Binary | 10100001 | 10001101 | 11010 | 0 | 1100 | 1010100 | 100101 | 110011 | 1001000 | 100101 |
Color Harmonies of #A18D1A
Complementary color
Monochromatic Colors of #A18D1A
Black with #A18D1A
Text Example
Text Example
White with #A18D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18D1A; }
p { color: rgb(161,141,26); }
H1.HeaderClassName
{
color: #A18D1A;
}
.AnyTagClassName
{
color: #A18D1A;
}
</style>
background-color css
<style>
a { background-color: #A18D1A; }
a { background-color: rgb(161,141,26); }
div.DivClassName
{
background-color: #A18D1A;
}
.BgClassName
{
background-color: #A18D1A;
}
</style>
border-color css
<style>
span { border-color: #A18D1A; }
span { border-color: rgb(161,141,26); }
td.TdClassName
{
border-color: #A18D1A;
}
.TagClassName
{
border-color: #A18D1A;
}
</style>