Shades of Lucky #A19413
Tints of Lucky #A19413
RGB
CMYK
RGB Variations
Color information
#A19413 (or 0xA19413) is known color: Lucky. HEX triplet: A1, 94 and 13. RGB value is (161,148,19). Sum of RGB (Red+Green+Blue) = 161+148+19=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A19413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19413 is #5E6BEC. Grayscale: #898989. Windows color (decimal): -6188013 or 1283233. OLE color: 1283233.
HSL color Cylindrical-coordinate representation of color #A19413: hue angle of 54.51º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A19413 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 148 | 19 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.37 |
| HSL | 54.51º | 0.79% | 0.35% | - |
| HSV(B) | 54.51º | 0.88% | 0.63% | - |
| XYZ | 25.41 | 28.8 | 4.84 | - |
| YUV | 137.18 | 61.31 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 19 | 0 | 0.08 | 0.88 | 0.37 | 54.51 | 0.79 | 0.35 |
| Hex | A1 | 94 | 13 | 0 | 8 | 58 | 25 | 37 | 4F | 23 |
| Octal | 241 | 224 | 23 | 0 | 10 | 130 | 45 | 67 | 117 | 43 |
| Binary | 10100001 | 10010100 | 10011 | 0 | 1000 | 1011000 | 100101 | 110111 | 1001111 | 100011 |
Color Harmonies of #A19413
Complementary color
Monochromatic Colors of #A19413
Black with #A19413
Text Example
Text Example
White with #A19413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19413; }
p { color: rgb(161,148,19); }
H1.HeaderClassName
{
color: #A19413;
}
.AnyTagClassName
{
color: #A19413;
}
</style>
background-color css
<style>
a { background-color: #A19413; }
a { background-color: rgb(161,148,19); }
div.DivClassName
{
background-color: #A19413;
}
.BgClassName
{
background-color: #A19413;
}
</style>
border-color css
<style>
span { border-color: #A19413; }
span { border-color: rgb(161,148,19); }
td.TdClassName
{
border-color: #A19413;
}
.TagClassName
{
border-color: #A19413;
}
</style>