Shades of Lucky #A19314
Tints of Lucky #A19314
RGB
CMYK
RGB Variations
Color information
#A19314 (or 0xA19314) is known color: Lucky. HEX triplet: A1, 93 and 14. RGB value is (161,147,20). Sum of RGB (Red+Green+Blue) = 161+147+20=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A19314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19314 is #5E6CEB. Grayscale: #898989. Windows color (decimal): -6188268 or 1348513. OLE color: 1348513.
HSL color Cylindrical-coordinate representation of color #A19314: hue angle of 54.04º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A19314 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 147 | 20 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.37 |
| HSL | 54.04º | 0.78% | 0.35% | - |
| HSV(B) | 54.04º | 0.88% | 0.63% | - |
| XYZ | 25.26 | 28.5 | 4.83 | - |
| YUV | 136.71 | 62.14 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 147 | 20 | 0 | 0.09 | 0.88 | 0.37 | 54.04 | 0.78 | 0.35 |
| Hex | A1 | 93 | 14 | 0 | 9 | 58 | 25 | 36 | 4E | 23 |
| Octal | 241 | 223 | 24 | 0 | 11 | 130 | 45 | 66 | 116 | 43 |
| Binary | 10100001 | 10010011 | 10100 | 0 | 1001 | 1011000 | 100101 | 110110 | 1001110 | 100011 |
Color Harmonies of #A19314
Complementary color
Monochromatic Colors of #A19314
Black with #A19314
Text Example
Text Example
White with #A19314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19314; }
p { color: rgb(161,147,20); }
H1.HeaderClassName
{
color: #A19314;
}
.AnyTagClassName
{
color: #A19314;
}
</style>
background-color css
<style>
a { background-color: #A19314; }
a { background-color: rgb(161,147,20); }
div.DivClassName
{
background-color: #A19314;
}
.BgClassName
{
background-color: #A19314;
}
</style>
border-color css
<style>
span { border-color: #A19314; }
span { border-color: rgb(161,147,20); }
td.TdClassName
{
border-color: #A19314;
}
.TagClassName
{
border-color: #A19314;
}
</style>