Shades of Lucky #A1920A
Tints of Lucky #A1920A
RGB
CMYK
RGB Variations
Color information
#A1920A (or 0xA1920A) is known color: Lucky. HEX triplet: A1, 92 and 0A. RGB value is (161,146,10). Sum of RGB (Red+Green+Blue) = 161+146+10=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A1920A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1920A is #5E6DF5. Grayscale: #878787. Windows color (decimal): -6188534 or 692897. OLE color: 692897.
HSL color Cylindrical-coordinate representation of color #A1920A: hue angle of 54.04º 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 #A1920A is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 146 | 10 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.37 |
| HSL | 54.04º | 0.88% | 0.34% | - |
| HSV(B) | 54.04º | 0.94% | 0.63% | - |
| XYZ | 25.03 | 28.16 | 4.4 | - |
| YUV | 134.98 | 57.47 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 10 | 0 | 0.09 | 0.94 | 0.37 | 54.04 | 0.88 | 0.34 |
| Hex | A1 | 92 | A | 0 | 9 | 5E | 25 | 36 | 58 | 22 |
| Octal | 241 | 222 | 12 | 0 | 11 | 136 | 45 | 66 | 130 | 42 |
| Binary | 10100001 | 10010010 | 1010 | 0 | 1001 | 1011110 | 100101 | 110110 | 1011000 | 100010 |
Color Harmonies of #A1920A
Complementary color
Monochromatic Colors of #A1920A
Black with #A1920A
Text Example
Text Example
White with #A1920A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1920A; }
p { color: rgb(161,146,10); }
H1.HeaderClassName
{
color: #A1920A;
}
.AnyTagClassName
{
color: #A1920A;
}
</style>
background-color css
<style>
a { background-color: #A1920A; }
a { background-color: rgb(161,146,10); }
div.DivClassName
{
background-color: #A1920A;
}
.BgClassName
{
background-color: #A1920A;
}
</style>
border-color css
<style>
span { border-color: #A1920A; }
span { border-color: rgb(161,146,10); }
td.TdClassName
{
border-color: #A1920A;
}
.TagClassName
{
border-color: #A1920A;
}
</style>