Shades of Lucky #A19124
Tints of Lucky #A19124
RGB
CMYK
RGB Variations
Color information
#A19124 (or 0xA19124) is known color: Lucky. HEX triplet: A1, 91 and 24. RGB value is (161,145,36). Sum of RGB (Red+Green+Blue) = 161+145+36=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 36 (14.45% from 255 or 10.53% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A19124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19124 is #5E6EDB. Grayscale: #898989. Windows color (decimal): -6188764 or 2396577. OLE color: 2396577.
HSL color Cylindrical-coordinate representation of color #A19124: hue angle of 52.32º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A19124 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 145 | 36 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.37 |
| HSL | 52.32º | 0.63% | 0.39% | - |
| HSV(B) | 52.32º | 0.78% | 0.63% | - |
| XYZ | 25.14 | 27.96 | 5.74 | - |
| YUV | 137.36 | 70.8 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 36 | 0 | 0.10 | 0.78 | 0.37 | 52.32 | 0.63 | 0.39 |
| Hex | A1 | 91 | 24 | 0 | A | 4E | 25 | 34 | 3F | 27 |
| Octal | 241 | 221 | 44 | 0 | 12 | 116 | 45 | 64 | 77 | 47 |
| Binary | 10100001 | 10010001 | 100100 | 0 | 1010 | 1001110 | 100101 | 110100 | 111111 | 100111 |
Color Harmonies of #A19124
Complementary color
Monochromatic Colors of #A19124
Black with #A19124
Text Example
Text Example
White with #A19124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19124; }
p { color: rgb(161,145,36); }
H1.HeaderClassName
{
color: #A19124;
}
.AnyTagClassName
{
color: #A19124;
}
</style>
background-color css
<style>
a { background-color: #A19124; }
a { background-color: rgb(161,145,36); }
div.DivClassName
{
background-color: #A19124;
}
.BgClassName
{
background-color: #A19124;
}
</style>
border-color css
<style>
span { border-color: #A19124; }
span { border-color: rgb(161,145,36); }
td.TdClassName
{
border-color: #A19124;
}
.TagClassName
{
border-color: #A19124;
}
</style>