Shades of Lucky #A19103
Tints of Lucky #A19103
RGB
CMYK
RGB Variations
Color information
#A19103 (or 0xA19103) is known color: Lucky. HEX triplet: A1, 91 and 03. RGB value is (161,145,3). Sum of RGB (Red+Green+Blue) = 161+145+3=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A19103 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19103 is #5E6EFC. Grayscale: #868686. Windows color (decimal): -6188797 or 233889. OLE color: 233889.
HSL color Cylindrical-coordinate representation of color #A19103: hue angle of 53.92º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A19103 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 145 | 3 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.37 |
| HSL | 53.92º | 0.96% | 0.32% | - |
| HSV(B) | 53.92º | 0.98% | 0.63% | - |
| XYZ | 24.84 | 27.83 | 4.15 | - |
| YUV | 133.6 | 54.3 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 3 | 0 | 0.10 | 0.98 | 0.37 | 53.92 | 0.96 | 0.32 |
| Hex | A1 | 91 | 3 | 0 | A | 62 | 25 | 36 | 60 | 20 |
| Octal | 241 | 221 | 3 | 0 | 12 | 142 | 45 | 66 | 140 | 40 |
| Binary | 10100001 | 10010001 | 11 | 0 | 1010 | 1100010 | 100101 | 110110 | 1100000 | 100000 |
Color Harmonies of #A19103
Complementary color
Monochromatic Colors of #A19103
Black with #A19103
Text Example
Text Example
White with #A19103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19103; }
p { color: rgb(161,145,3); }
H1.HeaderClassName
{
color: #A19103;
}
.AnyTagClassName
{
color: #A19103;
}
</style>
background-color css
<style>
a { background-color: #A19103; }
a { background-color: rgb(161,145,3); }
div.DivClassName
{
background-color: #A19103;
}
.BgClassName
{
background-color: #A19103;
}
</style>
border-color css
<style>
span { border-color: #A19103; }
span { border-color: rgb(161,145,3); }
td.TdClassName
{
border-color: #A19103;
}
.TagClassName
{
border-color: #A19103;
}
</style>