Shades of Lucky #A19C01
Tints of Lucky #A19C01
RGB
CMYK
RGB Variations
Color information
#A19C01 (or 0xA19C01) is known color: Lucky. HEX triplet: A1, 9C and 01. RGB value is (161,156,1). Sum of RGB (Red+Green+Blue) = 161+156+1=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 156 (61.33% from 255 or 49.06% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19C01 is #5E63FE. Grayscale: #8C8C8C. Windows color (decimal): -6185983 or 105633. OLE color: 105633.
HSL color Cylindrical-coordinate representation of color #A19C01: hue angle of 58.12º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A19C01 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 156 | 1 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.37 |
| HSL | 58.13º | 0.99% | 0.32% | - |
| HSV(B) | 58.13º | 0.99% | 0.63% | - |
| XYZ | 26.59 | 31.36 | 4.68 | - |
| YUV | 139.83 | 49.66 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 156 | 1 | 0 | 0.03 | 0.99 | 0.37 | 58.13 | 0.99 | 0.32 |
| Hex | A1 | 9C | 1 | 0 | 3 | 63 | 25 | 3A | 63 | 20 |
| Octal | 241 | 234 | 1 | 0 | 3 | 143 | 45 | 72 | 143 | 40 |
| Binary | 10100001 | 10011100 | 1 | 0 | 11 | 1100011 | 100101 | 111010 | 1100011 | 100000 |
Color Harmonies of #A19C01
Complementary color
Monochromatic Colors of #A19C01
Black with #A19C01
Text Example
Text Example
White with #A19C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19C01; }
p { color: rgb(161,156,1); }
H1.HeaderClassName
{
color: #A19C01;
}
.AnyTagClassName
{
color: #A19C01;
}
</style>
background-color css
<style>
a { background-color: #A19C01; }
a { background-color: rgb(161,156,1); }
div.DivClassName
{
background-color: #A19C01;
}
.BgClassName
{
background-color: #A19C01;
}
</style>
border-color css
<style>
span { border-color: #A19C01; }
span { border-color: rgb(161,156,1); }
td.TdClassName
{
border-color: #A19C01;
}
.TagClassName
{
border-color: #A19C01;
}
</style>