Shades of Lucky #A19F0E
Tints of Lucky #A19F0E
RGB
CMYK
RGB Variations
Color information
#A19F0E (or 0xA19F0E) is known color: Lucky. HEX triplet: A1, 9F and 0E. RGB value is (161,159,14). Sum of RGB (Red+Green+Blue) = 161+159+14=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 159 (62.5% from 255 or 47.60% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19F0E is #5E60F1. Grayscale: #8F8F8F. Windows color (decimal): -6185202 or 958369. OLE color: 958369.
HSL color Cylindrical-coordinate representation of color #A19F0E: hue angle of 59.18º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A19F0E is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 159 | 14 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.37 |
| HSL | 59.18º | 0.84% | 0.34% | - |
| HSV(B) | 59.18º | 0.91% | 0.63% | - |
| XYZ | 27.18 | 32.41 | 5.24 | - |
| YUV | 143.07 | 55.16 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 14 | 0 | 0.01 | 0.91 | 0.37 | 59.18 | 0.84 | 0.34 |
| Hex | A1 | 9F | E | 0 | 1 | 5B | 25 | 3B | 54 | 22 |
| Octal | 241 | 237 | 16 | 0 | 1 | 133 | 45 | 73 | 124 | 42 |
| Binary | 10100001 | 10011111 | 1110 | 0 | 1 | 1011011 | 100101 | 111011 | 1010100 | 100010 |
Color Harmonies of #A19F0E
Complementary color
Monochromatic Colors of #A19F0E
Black with #A19F0E
Text Example
Text Example
White with #A19F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19F0E; }
p { color: rgb(161,159,14); }
H1.HeaderClassName
{
color: #A19F0E;
}
.AnyTagClassName
{
color: #A19F0E;
}
</style>
background-color css
<style>
a { background-color: #A19F0E; }
a { background-color: rgb(161,159,14); }
div.DivClassName
{
background-color: #A19F0E;
}
.BgClassName
{
background-color: #A19F0E;
}
</style>
border-color css
<style>
span { border-color: #A19F0E; }
span { border-color: rgb(161,159,14); }
td.TdClassName
{
border-color: #A19F0E;
}
.TagClassName
{
border-color: #A19F0E;
}
</style>