Shades of Lucky #A1900A
Tints of Lucky #A1900A
RGB
CMYK
RGB Variations
Color information
#A1900A (or 0xA1900A) is known color: Lucky. HEX triplet: A1, 90 and 0A. RGB value is (161,144,10). Sum of RGB (Red+Green+Blue) = 161+144+10=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A1900A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1900A is #5E6FF5. Grayscale: #868686. Windows color (decimal): -6189046 or 692385. OLE color: 692385.
HSL color Cylindrical-coordinate representation of color #A1900A: hue angle of 53.25º 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 #A1900A is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 144 | 10 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.37 |
| HSL | 53.25º | 0.88% | 0.34% | - |
| HSV(B) | 53.25º | 0.94% | 0.63% | - |
| XYZ | 24.73 | 27.55 | 4.3 | - |
| YUV | 133.81 | 58.13 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 10 | 0 | 0.11 | 0.94 | 0.37 | 53.25 | 0.88 | 0.34 |
| Hex | A1 | 90 | A | 0 | B | 5E | 25 | 35 | 58 | 22 |
| Octal | 241 | 220 | 12 | 0 | 13 | 136 | 45 | 65 | 130 | 42 |
| Binary | 10100001 | 10010000 | 1010 | 0 | 1011 | 1011110 | 100101 | 110101 | 1011000 | 100010 |
Color Harmonies of #A1900A
Complementary color
Monochromatic Colors of #A1900A
Black with #A1900A
Text Example
Text Example
White with #A1900A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1900A; }
p { color: rgb(161,144,10); }
H1.HeaderClassName
{
color: #A1900A;
}
.AnyTagClassName
{
color: #A1900A;
}
</style>
background-color css
<style>
a { background-color: #A1900A; }
a { background-color: rgb(161,144,10); }
div.DivClassName
{
background-color: #A1900A;
}
.BgClassName
{
background-color: #A1900A;
}
</style>
border-color css
<style>
span { border-color: #A1900A; }
span { border-color: rgb(161,144,10); }
td.TdClassName
{
border-color: #A1900A;
}
.TagClassName
{
border-color: #A1900A;
}
</style>