Shades of Lucky #A19C12
Tints of Lucky #A19C12
RGB
CMYK
RGB Variations
Color information
#A19C12 (or 0xA19C12) is known color: Lucky. HEX triplet: A1, 9C and 12. RGB value is (161,156,18). Sum of RGB (Red+Green+Blue) = 161+156+18=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 156 (61.33% from 255 or 46.57% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19C12 is #5E63ED. Grayscale: #8E8E8E. Windows color (decimal): -6185966 or 1219745. OLE color: 1219745.
HSL color Cylindrical-coordinate representation of color #A19C12: hue angle of 57.9º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A19C12 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 156 | 18 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.37 |
| HSL | 57.9º | 0.8% | 0.35% | - |
| HSV(B) | 57.9º | 0.89% | 0.63% | - |
| XYZ | 26.7 | 31.4 | 5.23 | - |
| YUV | 141.76 | 58.16 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 156 | 18 | 0 | 0.03 | 0.89 | 0.37 | 57.9 | 0.8 | 0.35 |
| Hex | A1 | 9C | 12 | 0 | 3 | 59 | 25 | 3A | 50 | 23 |
| Octal | 241 | 234 | 22 | 0 | 3 | 131 | 45 | 72 | 120 | 43 |
| Binary | 10100001 | 10011100 | 10010 | 0 | 11 | 1011001 | 100101 | 111010 | 1010000 | 100011 |
Color Harmonies of #A19C12
Complementary color
Monochromatic Colors of #A19C12
Black with #A19C12
Text Example
Text Example
White with #A19C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19C12; }
p { color: rgb(161,156,18); }
H1.HeaderClassName
{
color: #A19C12;
}
.AnyTagClassName
{
color: #A19C12;
}
</style>
background-color css
<style>
a { background-color: #A19C12; }
a { background-color: rgb(161,156,18); }
div.DivClassName
{
background-color: #A19C12;
}
.BgClassName
{
background-color: #A19C12;
}
</style>
border-color css
<style>
span { border-color: #A19C12; }
span { border-color: rgb(161,156,18); }
td.TdClassName
{
border-color: #A19C12;
}
.TagClassName
{
border-color: #A19C12;
}
</style>