Shades of Lucky #A19022
Tints of Lucky #A19022
RGB
CMYK
RGB Variations
Color information
#A19022 (or 0xA19022) is known color: Lucky. HEX triplet: A1, 90 and 22. RGB value is (161,144,34). Sum of RGB (Red+Green+Blue) = 161+144+34=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 34 (13.67% from 255 or 10.03% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A19022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19022 is #5E6FDD. Grayscale: #898989. Windows color (decimal): -6189022 or 2265249. OLE color: 2265249.
HSL color Cylindrical-coordinate representation of color #A19022: hue angle of 51.97º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A19022 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 144 | 34 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.37 |
| HSL | 51.97º | 0.65% | 0.38% | - |
| HSV(B) | 51.97º | 0.79% | 0.63% | - |
| XYZ | 24.96 | 27.64 | 5.53 | - |
| YUV | 136.54 | 70.13 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 34 | 0 | 0.11 | 0.79 | 0.37 | 51.97 | 0.65 | 0.38 |
| Hex | A1 | 90 | 22 | 0 | B | 4F | 25 | 34 | 41 | 26 |
| Octal | 241 | 220 | 42 | 0 | 13 | 117 | 45 | 64 | 101 | 46 |
| Binary | 10100001 | 10010000 | 100010 | 0 | 1011 | 1001111 | 100101 | 110100 | 1000001 | 100110 |
Color Harmonies of #A19022
Complementary color
Monochromatic Colors of #A19022
Black with #A19022
Text Example
Text Example
White with #A19022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19022; }
p { color: rgb(161,144,34); }
H1.HeaderClassName
{
color: #A19022;
}
.AnyTagClassName
{
color: #A19022;
}
</style>
background-color css
<style>
a { background-color: #A19022; }
a { background-color: rgb(161,144,34); }
div.DivClassName
{
background-color: #A19022;
}
.BgClassName
{
background-color: #A19022;
}
</style>
border-color css
<style>
span { border-color: #A19022; }
span { border-color: rgb(161,144,34); }
td.TdClassName
{
border-color: #A19022;
}
.TagClassName
{
border-color: #A19022;
}
</style>