Shades of Lucky #A19C03
Tints of Lucky #A19C03
RGB
CMYK
RGB Variations
Color information
#A19C03 (or 0xA19C03) is known color: Lucky. HEX triplet: A1, 9C and 03. RGB value is (161,156,3). Sum of RGB (Red+Green+Blue) = 161+156+3=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 156 (61.33% from 255 or 48.75% from 320); Blue value is 3 (1.56% from 255 or 0.94% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19C03 is #5E63FC. Grayscale: #8C8C8C. Windows color (decimal): -6185981 or 236705. OLE color: 236705.
HSL color Cylindrical-coordinate representation of color #A19C03: hue angle of 58.1º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A19C03 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 156 | 3 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.37 |
| HSL | 58.1º | 0.96% | 0.32% | - |
| HSV(B) | 58.1º | 0.98% | 0.63% | - |
| XYZ | 26.6 | 31.36 | 4.74 | - |
| YUV | 140.05 | 50.66 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 156 | 3 | 0 | 0.03 | 0.98 | 0.37 | 58.1 | 0.96 | 0.32 |
| Hex | A1 | 9C | 3 | 0 | 3 | 62 | 25 | 3A | 60 | 20 |
| Octal | 241 | 234 | 3 | 0 | 3 | 142 | 45 | 72 | 140 | 40 |
| Binary | 10100001 | 10011100 | 11 | 0 | 11 | 1100010 | 100101 | 111010 | 1100000 | 100000 |
Color Harmonies of #A19C03
Complementary color
Monochromatic Colors of #A19C03
Black with #A19C03
Text Example
Text Example
White with #A19C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19C03; }
p { color: rgb(161,156,3); }
H1.HeaderClassName
{
color: #A19C03;
}
.AnyTagClassName
{
color: #A19C03;
}
</style>
background-color css
<style>
a { background-color: #A19C03; }
a { background-color: rgb(161,156,3); }
div.DivClassName
{
background-color: #A19C03;
}
.BgClassName
{
background-color: #A19C03;
}
</style>
border-color css
<style>
span { border-color: #A19C03; }
span { border-color: rgb(161,156,3); }
td.TdClassName
{
border-color: #A19C03;
}
.TagClassName
{
border-color: #A19C03;
}
</style>