Shades of Lucky #A19105
Tints of Lucky #A19105
RGB
CMYK
RGB Variations
Color information
#A19105 (or 0xA19105) is known color: Lucky. HEX triplet: A1, 91 and 05. RGB value is (161,145,5). Sum of RGB (Red+Green+Blue) = 161+145+5=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A19105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19105 is #5E6EFA. Grayscale: #868686. Windows color (decimal): -6188795 or 364961. OLE color: 364961.
HSL color Cylindrical-coordinate representation of color #A19105: hue angle of 53.85º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A19105 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 145 | 5 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.37 |
| HSL | 53.85º | 0.94% | 0.33% | - |
| HSV(B) | 53.85º | 0.97% | 0.63% | - |
| XYZ | 24.85 | 27.84 | 4.21 | - |
| YUV | 133.82 | 55.3 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 5 | 0 | 0.10 | 0.97 | 0.37 | 53.85 | 0.94 | 0.33 |
| Hex | A1 | 91 | 5 | 0 | A | 61 | 25 | 36 | 5E | 21 |
| Octal | 241 | 221 | 5 | 0 | 12 | 141 | 45 | 66 | 136 | 41 |
| Binary | 10100001 | 10010001 | 101 | 0 | 1010 | 1100001 | 100101 | 110110 | 1011110 | 100001 |
Color Harmonies of #A19105
Complementary color
Monochromatic Colors of #A19105
Black with #A19105
Text Example
Text Example
White with #A19105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19105; }
p { color: rgb(161,145,5); }
H1.HeaderClassName
{
color: #A19105;
}
.AnyTagClassName
{
color: #A19105;
}
</style>
background-color css
<style>
a { background-color: #A19105; }
a { background-color: rgb(161,145,5); }
div.DivClassName
{
background-color: #A19105;
}
.BgClassName
{
background-color: #A19105;
}
</style>
border-color css
<style>
span { border-color: #A19105; }
span { border-color: rgb(161,145,5); }
td.TdClassName
{
border-color: #A19105;
}
.TagClassName
{
border-color: #A19105;
}
</style>