Shades of Lucky #A19C05
Tints of Lucky #A19C05
RGB
CMYK
RGB Variations
Color information
#A19C05 (or 0xA19C05) is known color: Lucky. HEX triplet: A1, 9C and 05. RGB value is (161,156,5). Sum of RGB (Red+Green+Blue) = 161+156+5=322 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50% from 322); Green value is 156 (61.33% from 255 or 48.45% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19C05 is #5E63FA. Grayscale: #8C8C8C. Windows color (decimal): -6185979 or 367777. OLE color: 367777.
HSL color Cylindrical-coordinate representation of color #A19C05: hue angle of 58.08º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A19C05 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 156 | 5 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.37 |
| HSL | 58.08º | 0.94% | 0.33% | - |
| HSV(B) | 58.08º | 0.97% | 0.63% | - |
| XYZ | 26.61 | 31.36 | 4.79 | - |
| YUV | 140.28 | 51.66 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 156 | 5 | 0 | 0.03 | 0.97 | 0.37 | 58.08 | 0.94 | 0.33 |
| Hex | A1 | 9C | 5 | 0 | 3 | 61 | 25 | 3A | 5E | 21 |
| Octal | 241 | 234 | 5 | 0 | 3 | 141 | 45 | 72 | 136 | 41 |
| Binary | 10100001 | 10011100 | 101 | 0 | 11 | 1100001 | 100101 | 111010 | 1011110 | 100001 |
Color Harmonies of #A19C05
Complementary color
Monochromatic Colors of #A19C05
Black with #A19C05
Text Example
Text Example
White with #A19C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19C05; }
p { color: rgb(161,156,5); }
H1.HeaderClassName
{
color: #A19C05;
}
.AnyTagClassName
{
color: #A19C05;
}
</style>
background-color css
<style>
a { background-color: #A19C05; }
a { background-color: rgb(161,156,5); }
div.DivClassName
{
background-color: #A19C05;
}
.BgClassName
{
background-color: #A19C05;
}
</style>
border-color css
<style>
span { border-color: #A19C05; }
span { border-color: rgb(161,156,5); }
td.TdClassName
{
border-color: #A19C05;
}
.TagClassName
{
border-color: #A19C05;
}
</style>