Shades of Lucky #A19201
Tints of Lucky #A19201
RGB
CMYK
RGB Variations
Color information
#A19201 (or 0xA19201) is known color: Lucky. HEX triplet: A1, 92 and 01. RGB value is (161,146,1). Sum of RGB (Red+Green+Blue) = 161+146+1=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A19201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19201 is #5E6DFE. Grayscale: #868686. Windows color (decimal): -6188543 or 103073. OLE color: 103073.
HSL color Cylindrical-coordinate representation of color #A19201: hue angle of 54.38º 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 #A19201 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 146 | 1 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.37 |
| HSL | 54.38º | 0.99% | 0.32% | - |
| HSV(B) | 54.38º | 0.99% | 0.63% | - |
| XYZ | 24.98 | 28.14 | 4.14 | - |
| YUV | 133.96 | 52.97 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 1 | 0 | 0.09 | 0.99 | 0.37 | 54.38 | 0.99 | 0.32 |
| Hex | A1 | 92 | 1 | 0 | 9 | 63 | 25 | 36 | 63 | 20 |
| Octal | 241 | 222 | 1 | 0 | 11 | 143 | 45 | 66 | 143 | 40 |
| Binary | 10100001 | 10010010 | 1 | 0 | 1001 | 1100011 | 100101 | 110110 | 1100011 | 100000 |
Color Harmonies of #A19201
Complementary color
Monochromatic Colors of #A19201
Black with #A19201
Text Example
Text Example
White with #A19201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19201; }
p { color: rgb(161,146,1); }
H1.HeaderClassName
{
color: #A19201;
}
.AnyTagClassName
{
color: #A19201;
}
</style>
background-color css
<style>
a { background-color: #A19201; }
a { background-color: rgb(161,146,1); }
div.DivClassName
{
background-color: #A19201;
}
.BgClassName
{
background-color: #A19201;
}
</style>
border-color css
<style>
span { border-color: #A19201; }
span { border-color: rgb(161,146,1); }
td.TdClassName
{
border-color: #A19201;
}
.TagClassName
{
border-color: #A19201;
}
</style>