Shades of Lucky #A19914
Tints of Lucky #A19914
RGB
CMYK
RGB Variations
Color information
#A19914 (or 0xA19914) is known color: Lucky. HEX triplet: A1, 99 and 14. RGB value is (161,153,20). Sum of RGB (Red+Green+Blue) = 161+153+20=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A19914 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19914 is #5E66EB. Grayscale: #8C8C8C. Windows color (decimal): -6186732 or 1350049. OLE color: 1350049.
HSL color Cylindrical-coordinate representation of color #A19914: hue angle of 56.6º 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 #A19914 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 153 | 20 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.37 |
| HSL | 56.6º | 0.78% | 0.35% | - |
| HSV(B) | 56.6º | 0.88% | 0.63% | - |
| XYZ | 26.22 | 30.41 | 5.15 | - |
| YUV | 140.23 | 60.15 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 20 | 0 | 0.05 | 0.88 | 0.37 | 56.6 | 0.78 | 0.35 |
| Hex | A1 | 99 | 14 | 0 | 5 | 58 | 25 | 39 | 4E | 23 |
| Octal | 241 | 231 | 24 | 0 | 5 | 130 | 45 | 71 | 116 | 43 |
| Binary | 10100001 | 10011001 | 10100 | 0 | 101 | 1011000 | 100101 | 111001 | 1001110 | 100011 |
Color Harmonies of #A19914
Complementary color
Monochromatic Colors of #A19914
Black with #A19914
Text Example
Text Example
White with #A19914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19914; }
p { color: rgb(161,153,20); }
H1.HeaderClassName
{
color: #A19914;
}
.AnyTagClassName
{
color: #A19914;
}
</style>
background-color css
<style>
a { background-color: #A19914; }
a { background-color: rgb(161,153,20); }
div.DivClassName
{
background-color: #A19914;
}
.BgClassName
{
background-color: #A19914;
}
</style>
border-color css
<style>
span { border-color: #A19914; }
span { border-color: rgb(161,153,20); }
td.TdClassName
{
border-color: #A19914;
}
.TagClassName
{
border-color: #A19914;
}
</style>