Shades of Lucky #A19621
Tints of Lucky #A19621
RGB
CMYK
RGB Variations
Color information
#A19621 (or 0xA19621) is known color: Lucky. HEX triplet: A1, 96 and 21. RGB value is (161,150,33). Sum of RGB (Red+Green+Blue) = 161+150+33=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A19621 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19621 is #5E69DE. Grayscale: #8C8C8C. Windows color (decimal): -6187487 or 2201249. OLE color: 2201249.
HSL color Cylindrical-coordinate representation of color #A19621: hue angle of 54.84º degrees, saturation: 0.66, 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 #A19621 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 150 | 33 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.37 |
| HSL | 54.84º | 0.66% | 0.38% | - |
| HSV(B) | 54.84º | 0.8% | 0.63% | - |
| XYZ | 25.88 | 29.5 | 5.77 | - |
| YUV | 139.95 | 67.64 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 33 | 0 | 0.07 | 0.80 | 0.37 | 54.84 | 0.66 | 0.38 |
| Hex | A1 | 96 | 21 | 0 | 7 | 50 | 25 | 37 | 42 | 26 |
| Octal | 241 | 226 | 41 | 0 | 7 | 120 | 45 | 67 | 102 | 46 |
| Binary | 10100001 | 10010110 | 100001 | 0 | 111 | 1010000 | 100101 | 110111 | 1000010 | 100110 |
Color Harmonies of #A19621
Complementary color
Monochromatic Colors of #A19621
Black with #A19621
Text Example
Text Example
White with #A19621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19621; }
p { color: rgb(161,150,33); }
H1.HeaderClassName
{
color: #A19621;
}
.AnyTagClassName
{
color: #A19621;
}
</style>
background-color css
<style>
a { background-color: #A19621; }
a { background-color: rgb(161,150,33); }
div.DivClassName
{
background-color: #A19621;
}
.BgClassName
{
background-color: #A19621;
}
</style>
border-color css
<style>
span { border-color: #A19621; }
span { border-color: rgb(161,150,33); }
td.TdClassName
{
border-color: #A19621;
}
.TagClassName
{
border-color: #A19621;
}
</style>