Shades of Lucky #A19601
Tints of Lucky #A19601
RGB
CMYK
RGB Variations
Color information
#A19601 (or 0xA19601) is known color: Lucky. HEX triplet: A1, 96 and 01. RGB value is (161,150,1). Sum of RGB (Red+Green+Blue) = 161+150+1=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 150 (58.98% from 255 or 48.08% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A19601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19601 is #5E69FE. Grayscale: #888888. Windows color (decimal): -6187519 or 104097. OLE color: 104097.
HSL color Cylindrical-coordinate representation of color #A19601: hue angle of 55.88º 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 #A19601 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 150 | 1 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.37 |
| HSL | 55.88º | 0.99% | 0.32% | - |
| HSV(B) | 55.88º | 0.99% | 0.63% | - |
| XYZ | 25.61 | 29.39 | 4.35 | - |
| YUV | 136.3 | 51.64 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 1 | 0 | 0.07 | 0.99 | 0.37 | 55.88 | 0.99 | 0.32 |
| Hex | A1 | 96 | 1 | 0 | 7 | 63 | 25 | 38 | 63 | 20 |
| Octal | 241 | 226 | 1 | 0 | 7 | 143 | 45 | 70 | 143 | 40 |
| Binary | 10100001 | 10010110 | 1 | 0 | 111 | 1100011 | 100101 | 111000 | 1100011 | 100000 |
Color Harmonies of #A19601
Complementary color
Monochromatic Colors of #A19601
Black with #A19601
Text Example
Text Example
White with #A19601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19601; }
p { color: rgb(161,150,1); }
H1.HeaderClassName
{
color: #A19601;
}
.AnyTagClassName
{
color: #A19601;
}
</style>
background-color css
<style>
a { background-color: #A19601; }
a { background-color: rgb(161,150,1); }
div.DivClassName
{
background-color: #A19601;
}
.BgClassName
{
background-color: #A19601;
}
</style>
border-color css
<style>
span { border-color: #A19601; }
span { border-color: rgb(161,150,1); }
td.TdClassName
{
border-color: #A19601;
}
.TagClassName
{
border-color: #A19601;
}
</style>