Shades of Lucky #A19018
Tints of Lucky #A19018
RGB
CMYK
RGB Variations
Color information
#A19018 (or 0xA19018) is known color: Lucky. HEX triplet: A1, 90 and 18. RGB value is (161,144,24). Sum of RGB (Red+Green+Blue) = 161+144+24=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A19018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19018 is #5E6FE7. Grayscale: #878787. Windows color (decimal): -6189032 or 1609889. OLE color: 1609889.
HSL color Cylindrical-coordinate representation of color #A19018: hue angle of 52.55º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A19018 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 144 | 24 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.37 |
| HSL | 52.55º | 0.74% | 0.36% | - |
| HSV(B) | 52.55º | 0.85% | 0.63% | - |
| XYZ | 24.84 | 27.59 | 4.88 | - |
| YUV | 135.4 | 65.13 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 24 | 0 | 0.11 | 0.85 | 0.37 | 52.55 | 0.74 | 0.36 |
| Hex | A1 | 90 | 18 | 0 | B | 55 | 25 | 35 | 4A | 24 |
| Octal | 241 | 220 | 30 | 0 | 13 | 125 | 45 | 65 | 112 | 44 |
| Binary | 10100001 | 10010000 | 11000 | 0 | 1011 | 1010101 | 100101 | 110101 | 1001010 | 100100 |
Color Harmonies of #A19018
Complementary color
Monochromatic Colors of #A19018
Black with #A19018
Text Example
Text Example
White with #A19018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19018; }
p { color: rgb(161,144,24); }
H1.HeaderClassName
{
color: #A19018;
}
.AnyTagClassName
{
color: #A19018;
}
</style>
background-color css
<style>
a { background-color: #A19018; }
a { background-color: rgb(161,144,24); }
div.DivClassName
{
background-color: #A19018;
}
.BgClassName
{
background-color: #A19018;
}
</style>
border-color css
<style>
span { border-color: #A19018; }
span { border-color: rgb(161,144,24); }
td.TdClassName
{
border-color: #A19018;
}
.TagClassName
{
border-color: #A19018;
}
</style>