Shades of Lucky #A19C0E
Tints of Lucky #A19C0E
RGB
CMYK
RGB Variations
Color information
#A19C0E (or 0xA19C0E) is known color: Lucky. HEX triplet: A1, 9C and 0E. RGB value is (161,156,14). Sum of RGB (Red+Green+Blue) = 161+156+14=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19C0E is #5E63F1. Grayscale: #8D8D8D. Windows color (decimal): -6185970 or 957601. OLE color: 957601.
HSL color Cylindrical-coordinate representation of color #A19C0E: hue angle of 57.96º 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 #A19C0E is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 156 | 14 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.37 |
| HSL | 57.96º | 0.84% | 0.34% | - |
| HSV(B) | 57.96º | 0.91% | 0.63% | - |
| XYZ | 26.67 | 31.39 | 5.07 | - |
| YUV | 141.31 | 56.16 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 156 | 14 | 0 | 0.03 | 0.91 | 0.37 | 57.96 | 0.84 | 0.34 |
| Hex | A1 | 9C | E | 0 | 3 | 5B | 25 | 3A | 54 | 22 |
| Octal | 241 | 234 | 16 | 0 | 3 | 133 | 45 | 72 | 124 | 42 |
| Binary | 10100001 | 10011100 | 1110 | 0 | 11 | 1011011 | 100101 | 111010 | 1010100 | 100010 |
Color Harmonies of #A19C0E
Complementary color
Monochromatic Colors of #A19C0E
Black with #A19C0E
Text Example
Text Example
White with #A19C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19C0E; }
p { color: rgb(161,156,14); }
H1.HeaderClassName
{
color: #A19C0E;
}
.AnyTagClassName
{
color: #A19C0E;
}
</style>
background-color css
<style>
a { background-color: #A19C0E; }
a { background-color: rgb(161,156,14); }
div.DivClassName
{
background-color: #A19C0E;
}
.BgClassName
{
background-color: #A19C0E;
}
</style>
border-color css
<style>
span { border-color: #A19C0E; }
span { border-color: rgb(161,156,14); }
td.TdClassName
{
border-color: #A19C0E;
}
.TagClassName
{
border-color: #A19C0E;
}
</style>