Shades of Lucky #A19220
Tints of Lucky #A19220
RGB
CMYK
RGB Variations
Color information
#A19220 (or 0xA19220) is known color: Lucky. HEX triplet: A1, 92 and 20. RGB value is (161,146,32). Sum of RGB (Red+Green+Blue) = 161+146+32=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 32 (12.89% from 255 or 9.44% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A19220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19220 is #5E6DDF. Grayscale: #898989. Windows color (decimal): -6188512 or 2134689. OLE color: 2134689.
HSL color Cylindrical-coordinate representation of color #A19220: hue angle of 53.02º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A19220 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 146 | 32 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.37 |
| HSL | 53.02º | 0.67% | 0.38% | - |
| HSV(B) | 53.02º | 0.8% | 0.63% | - |
| XYZ | 25.24 | 28.24 | 5.49 | - |
| YUV | 137.49 | 68.47 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 32 | 0 | 0.09 | 0.80 | 0.37 | 53.02 | 0.67 | 0.38 |
| Hex | A1 | 92 | 20 | 0 | 9 | 50 | 25 | 35 | 43 | 26 |
| Octal | 241 | 222 | 40 | 0 | 11 | 120 | 45 | 65 | 103 | 46 |
| Binary | 10100001 | 10010010 | 100000 | 0 | 1001 | 1010000 | 100101 | 110101 | 1000011 | 100110 |
Color Harmonies of #A19220
Complementary color
Monochromatic Colors of #A19220
Black with #A19220
Text Example
Text Example
White with #A19220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19220; }
p { color: rgb(161,146,32); }
H1.HeaderClassName
{
color: #A19220;
}
.AnyTagClassName
{
color: #A19220;
}
</style>
background-color css
<style>
a { background-color: #A19220; }
a { background-color: rgb(161,146,32); }
div.DivClassName
{
background-color: #A19220;
}
.BgClassName
{
background-color: #A19220;
}
</style>
border-color css
<style>
span { border-color: #A19220; }
span { border-color: rgb(161,146,32); }
td.TdClassName
{
border-color: #A19220;
}
.TagClassName
{
border-color: #A19220;
}
</style>