Shades of Lucky #A19013
Tints of Lucky #A19013
RGB
CMYK
RGB Variations
Color information
#A19013 (or 0xA19013) is known color: Lucky. HEX triplet: A1, 90 and 13. RGB value is (161,144,19). Sum of RGB (Red+Green+Blue) = 161+144+19=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A19013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19013 is #5E6FEC. Grayscale: #878787. Windows color (decimal): -6189037 or 1282209. OLE color: 1282209.
HSL color Cylindrical-coordinate representation of color #A19013: hue angle of 52.82º 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 #A19013 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 144 | 19 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.37 |
| HSL | 52.82º | 0.79% | 0.35% | - |
| HSV(B) | 52.82º | 0.88% | 0.63% | - |
| XYZ | 24.79 | 27.57 | 4.63 | - |
| YUV | 134.83 | 62.63 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 19 | 0 | 0.11 | 0.88 | 0.37 | 52.82 | 0.79 | 0.35 |
| Hex | A1 | 90 | 13 | 0 | B | 58 | 25 | 35 | 4F | 23 |
| Octal | 241 | 220 | 23 | 0 | 13 | 130 | 45 | 65 | 117 | 43 |
| Binary | 10100001 | 10010000 | 10011 | 0 | 1011 | 1011000 | 100101 | 110101 | 1001111 | 100011 |
Color Harmonies of #A19013
Complementary color
Monochromatic Colors of #A19013
Black with #A19013
Text Example
Text Example
White with #A19013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19013; }
p { color: rgb(161,144,19); }
H1.HeaderClassName
{
color: #A19013;
}
.AnyTagClassName
{
color: #A19013;
}
</style>
background-color css
<style>
a { background-color: #A19013; }
a { background-color: rgb(161,144,19); }
div.DivClassName
{
background-color: #A19013;
}
.BgClassName
{
background-color: #A19013;
}
</style>
border-color css
<style>
span { border-color: #A19013; }
span { border-color: rgb(161,144,19); }
td.TdClassName
{
border-color: #A19013;
}
.TagClassName
{
border-color: #A19013;
}
</style>