Shades of Lucky #A19C21
Tints of Lucky #A19C21
RGB
CMYK
RGB Variations
Color information
#A19C21 (or 0xA19C21) is known color: Lucky. HEX triplet: A1, 9C and 21. RGB value is (161,156,33). Sum of RGB (Red+Green+Blue) = 161+156+33=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 156 (61.33% from 255 or 44.57% from 350); Blue value is 33 (13.28% from 255 or 9.43% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19C21 is #5E63DE. Grayscale: #8F8F8F. Windows color (decimal): -6185951 or 2202785. OLE color: 2202785.
HSL color Cylindrical-coordinate representation of color #A19C21: hue angle of 57.66º 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 #A19C21 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 156 | 33 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.37 |
| HSL | 57.66º | 0.66% | 0.38% | - |
| HSV(B) | 57.66º | 0.8% | 0.63% | - |
| XYZ | 26.86 | 31.46 | 6.1 | - |
| YUV | 143.47 | 65.66 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 156 | 33 | 0 | 0.03 | 0.80 | 0.37 | 57.66 | 0.66 | 0.38 |
| Hex | A1 | 9C | 21 | 0 | 3 | 50 | 25 | 3A | 42 | 26 |
| Octal | 241 | 234 | 41 | 0 | 3 | 120 | 45 | 72 | 102 | 46 |
| Binary | 10100001 | 10011100 | 100001 | 0 | 11 | 1010000 | 100101 | 111010 | 1000010 | 100110 |
Color Harmonies of #A19C21
Complementary color
Monochromatic Colors of #A19C21
Black with #A19C21
Text Example
Text Example
White with #A19C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19C21; }
p { color: rgb(161,156,33); }
H1.HeaderClassName
{
color: #A19C21;
}
.AnyTagClassName
{
color: #A19C21;
}
</style>
background-color css
<style>
a { background-color: #A19C21; }
a { background-color: rgb(161,156,33); }
div.DivClassName
{
background-color: #A19C21;
}
.BgClassName
{
background-color: #A19C21;
}
</style>
border-color css
<style>
span { border-color: #A19C21; }
span { border-color: rgb(161,156,33); }
td.TdClassName
{
border-color: #A19C21;
}
.TagClassName
{
border-color: #A19C21;
}
</style>