Shades of Lucky #A19100
Tints of Lucky #A19100
RGB
CMYK
RGB Variations
Color information
#A19100 (or 0xA19100) is known color: Lucky. HEX triplet: A1, 91 and 00. RGB value is (161,145,0). Sum of RGB (Red+Green+Blue) = 161+145+0=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A19100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19100 is #5E6EFF. Grayscale: #858585. Windows color (decimal): -6188800 or 37281. OLE color: 37281.
HSL color Cylindrical-coordinate representation of color #A19100: hue angle of 54.04º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A19100 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 145 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.37 |
| HSL | 54.04º | 1% | 0.32% | - |
| HSV(B) | 54.04º | 1% | 0.63% | - |
| XYZ | 24.82 | 27.83 | 4.06 | - |
| YUV | 133.25 | 52.8 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 0 | 0 | 0.10 | 1 | 0.37 | 54.04 | 1 | 0.32 |
| Hex | A1 | 91 | 0 | 0 | A | 64 | 25 | 36 | 64 | 20 |
| Octal | 241 | 221 | 0 | 0 | 12 | 144 | 45 | 66 | 144 | 40 |
| Binary | 10100001 | 10010001 | 0 | 0 | 1010 | 1100100 | 100101 | 110110 | 1100100 | 100000 |
Color Harmonies of #A19100
Complementary color
Monochromatic Colors of #A19100
Black with #A19100
Text Example
Text Example
White with #A19100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19100; }
p { color: rgb(161,145,0); }
H1.HeaderClassName
{
color: #A19100;
}
.AnyTagClassName
{
color: #A19100;
}
</style>
background-color css
<style>
a { background-color: #A19100; }
a { background-color: rgb(161,145,0); }
div.DivClassName
{
background-color: #A19100;
}
.BgClassName
{
background-color: #A19100;
}
</style>
border-color css
<style>
span { border-color: #A19100; }
span { border-color: rgb(161,145,0); }
td.TdClassName
{
border-color: #A19100;
}
.TagClassName
{
border-color: #A19100;
}
</style>