Shades of Lucky #A1900E
Tints of Lucky #A1900E
RGB
CMYK
RGB Variations
Color information
#A1900E (or 0xA1900E) is known color: Lucky. HEX triplet: A1, 90 and 0E. RGB value is (161,144,14). Sum of RGB (Red+Green+Blue) = 161+144+14=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A1900E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1900E is #5E6FF1. Grayscale: #868686. Windows color (decimal): -6189042 or 954529. OLE color: 954529.
HSL color Cylindrical-coordinate representation of color #A1900E: hue angle of 53.06º 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 #A1900E is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 144 | 14 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.37 |
| HSL | 53.06º | 0.84% | 0.34% | - |
| HSV(B) | 53.06º | 0.91% | 0.63% | - |
| XYZ | 24.75 | 27.56 | 4.43 | - |
| YUV | 134.26 | 60.13 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 14 | 0 | 0.11 | 0.91 | 0.37 | 53.06 | 0.84 | 0.34 |
| Hex | A1 | 90 | E | 0 | B | 5B | 25 | 35 | 54 | 22 |
| Octal | 241 | 220 | 16 | 0 | 13 | 133 | 45 | 65 | 124 | 42 |
| Binary | 10100001 | 10010000 | 1110 | 0 | 1011 | 1011011 | 100101 | 110101 | 1010100 | 100010 |
Color Harmonies of #A1900E
Complementary color
Monochromatic Colors of #A1900E
Black with #A1900E
Text Example
Text Example
White with #A1900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1900E; }
p { color: rgb(161,144,14); }
H1.HeaderClassName
{
color: #A1900E;
}
.AnyTagClassName
{
color: #A1900E;
}
</style>
background-color css
<style>
a { background-color: #A1900E; }
a { background-color: rgb(161,144,14); }
div.DivClassName
{
background-color: #A1900E;
}
.BgClassName
{
background-color: #A1900E;
}
</style>
border-color css
<style>
span { border-color: #A1900E; }
span { border-color: rgb(161,144,14); }
td.TdClassName
{
border-color: #A1900E;
}
.TagClassName
{
border-color: #A1900E;
}
</style>