Shades of Lucky #A19E0A
Tints of Lucky #A19E0A
RGB
CMYK
RGB Variations
Color information
#A19E0A (or 0xA19E0A) is known color: Lucky. HEX triplet: A1, 9E and 0A. RGB value is (161,158,10). Sum of RGB (Red+Green+Blue) = 161+158+10=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 158 (62.11% from 255 or 48.02% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A19E0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19E0A is #5E61F5. Grayscale: #8E8E8E. Windows color (decimal): -6185462 or 695969. OLE color: 695969.
HSL color Cylindrical-coordinate representation of color #A19E0A: hue angle of 58.81º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A19E0A is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 158 | 10 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.37 |
| HSL | 58.81º | 0.88% | 0.34% | - |
| HSV(B) | 58.81º | 0.94% | 0.63% | - |
| XYZ | 26.98 | 32.05 | 5.05 | - |
| YUV | 142.03 | 53.49 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 158 | 10 | 0 | 0.02 | 0.94 | 0.37 | 58.81 | 0.88 | 0.34 |
| Hex | A1 | 9E | A | 0 | 2 | 5E | 25 | 3B | 58 | 22 |
| Octal | 241 | 236 | 12 | 0 | 2 | 136 | 45 | 73 | 130 | 42 |
| Binary | 10100001 | 10011110 | 1010 | 0 | 10 | 1011110 | 100101 | 111011 | 1011000 | 100010 |
Color Harmonies of #A19E0A
Complementary color
Monochromatic Colors of #A19E0A
Black with #A19E0A
Text Example
Text Example
White with #A19E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19E0A; }
p { color: rgb(161,158,10); }
H1.HeaderClassName
{
color: #A19E0A;
}
.AnyTagClassName
{
color: #A19E0A;
}
</style>
background-color css
<style>
a { background-color: #A19E0A; }
a { background-color: rgb(161,158,10); }
div.DivClassName
{
background-color: #A19E0A;
}
.BgClassName
{
background-color: #A19E0A;
}
</style>
border-color css
<style>
span { border-color: #A19E0A; }
span { border-color: rgb(161,158,10); }
td.TdClassName
{
border-color: #A19E0A;
}
.TagClassName
{
border-color: #A19E0A;
}
</style>