Shades of Lucky #A19B14
Tints of Lucky #A19B14
RGB
CMYK
RGB Variations
Color information
#A19B14 (or 0xA19B14) is known color: Lucky. HEX triplet: A1, 9B and 14. RGB value is (161,155,20). Sum of RGB (Red+Green+Blue) = 161+155+20=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A19B14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19B14 is #5E64EB. Grayscale: #8D8D8D. Windows color (decimal): -6186220 or 1350561. OLE color: 1350561.
HSL color Cylindrical-coordinate representation of color #A19B14: hue angle of 57.45º 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 #A19B14 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 155 | 20 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.37 |
| HSL | 57.45º | 0.78% | 0.35% | - |
| HSV(B) | 57.45º | 0.88% | 0.63% | - |
| XYZ | 26.55 | 31.07 | 5.26 | - |
| YUV | 141.4 | 59.49 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 20 | 0 | 0.04 | 0.88 | 0.37 | 57.45 | 0.78 | 0.35 |
| Hex | A1 | 9B | 14 | 0 | 4 | 58 | 25 | 39 | 4E | 23 |
| Octal | 241 | 233 | 24 | 0 | 4 | 130 | 45 | 71 | 116 | 43 |
| Binary | 10100001 | 10011011 | 10100 | 0 | 100 | 1011000 | 100101 | 111001 | 1001110 | 100011 |
Color Harmonies of #A19B14
Complementary color
Monochromatic Colors of #A19B14
Black with #A19B14
Text Example
Text Example
White with #A19B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19B14; }
p { color: rgb(161,155,20); }
H1.HeaderClassName
{
color: #A19B14;
}
.AnyTagClassName
{
color: #A19B14;
}
</style>
background-color css
<style>
a { background-color: #A19B14; }
a { background-color: rgb(161,155,20); }
div.DivClassName
{
background-color: #A19B14;
}
.BgClassName
{
background-color: #A19B14;
}
</style>
border-color css
<style>
span { border-color: #A19B14; }
span { border-color: rgb(161,155,20); }
td.TdClassName
{
border-color: #A19B14;
}
.TagClassName
{
border-color: #A19B14;
}
</style>