Shades of Lucky #A19005
Tints of Lucky #A19005
RGB
CMYK
RGB Variations
Color information
#A19005 (or 0xA19005) is known color: Lucky. HEX triplet: A1, 90 and 05. RGB value is (161,144,5). Sum of RGB (Red+Green+Blue) = 161+144+5=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A19005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19005 is #5E6FFA. Grayscale: #858585. Windows color (decimal): -6189051 or 364705. OLE color: 364705.
HSL color Cylindrical-coordinate representation of color #A19005: hue angle of 53.46º 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 #A19005 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 144 | 5 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.37 |
| HSL | 53.46º | 0.94% | 0.33% | - |
| HSV(B) | 53.46º | 0.97% | 0.63% | - |
| XYZ | 24.7 | 27.53 | 4.16 | - |
| YUV | 133.24 | 55.63 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 5 | 0 | 0.11 | 0.97 | 0.37 | 53.46 | 0.94 | 0.33 |
| Hex | A1 | 90 | 5 | 0 | B | 61 | 25 | 35 | 5E | 21 |
| Octal | 241 | 220 | 5 | 0 | 13 | 141 | 45 | 65 | 136 | 41 |
| Binary | 10100001 | 10010000 | 101 | 0 | 1011 | 1100001 | 100101 | 110101 | 1011110 | 100001 |
Color Harmonies of #A19005
Complementary color
Monochromatic Colors of #A19005
Black with #A19005
Text Example
Text Example
White with #A19005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19005; }
p { color: rgb(161,144,5); }
H1.HeaderClassName
{
color: #A19005;
}
.AnyTagClassName
{
color: #A19005;
}
</style>
background-color css
<style>
a { background-color: #A19005; }
a { background-color: rgb(161,144,5); }
div.DivClassName
{
background-color: #A19005;
}
.BgClassName
{
background-color: #A19005;
}
</style>
border-color css
<style>
span { border-color: #A19005; }
span { border-color: rgb(161,144,5); }
td.TdClassName
{
border-color: #A19005;
}
.TagClassName
{
border-color: #A19005;
}
</style>