Shades of Lucky #A19118
Tints of Lucky #A19118
RGB
CMYK
RGB Variations
Color information
#A19118 (or 0xA19118) is known color: Lucky. HEX triplet: A1, 91 and 18. RGB value is (161,145,24). Sum of RGB (Red+Green+Blue) = 161+145+24=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A19118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19118 is #5E6EE7. Grayscale: #888888. Windows color (decimal): -6188776 or 1610145. OLE color: 1610145.
HSL color Cylindrical-coordinate representation of color #A19118: hue angle of 52.99º 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 #A19118 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 145 | 24 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.37 |
| HSL | 52.99º | 0.74% | 0.36% | - |
| HSV(B) | 52.99º | 0.85% | 0.63% | - |
| XYZ | 24.99 | 27.89 | 4.93 | - |
| YUV | 135.99 | 64.8 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 24 | 0 | 0.10 | 0.85 | 0.37 | 52.99 | 0.74 | 0.36 |
| Hex | A1 | 91 | 18 | 0 | A | 55 | 25 | 35 | 4A | 24 |
| Octal | 241 | 221 | 30 | 0 | 12 | 125 | 45 | 65 | 112 | 44 |
| Binary | 10100001 | 10010001 | 11000 | 0 | 1010 | 1010101 | 100101 | 110101 | 1001010 | 100100 |
Color Harmonies of #A19118
Complementary color
Monochromatic Colors of #A19118
Black with #A19118
Text Example
Text Example
White with #A19118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19118; }
p { color: rgb(161,145,24); }
H1.HeaderClassName
{
color: #A19118;
}
.AnyTagClassName
{
color: #A19118;
}
</style>
background-color css
<style>
a { background-color: #A19118; }
a { background-color: rgb(161,145,24); }
div.DivClassName
{
background-color: #A19118;
}
.BgClassName
{
background-color: #A19118;
}
</style>
border-color css
<style>
span { border-color: #A19118; }
span { border-color: rgb(161,145,24); }
td.TdClassName
{
border-color: #A19118;
}
.TagClassName
{
border-color: #A19118;
}
</style>