Shades of Lucky #A0920C
Tints of Lucky #A0920C
RGB
CMYK
RGB Variations
Color information
#A0920C (or 0xA0920C) is known color: Lucky. HEX triplet: A0, 92 and 0C. RGB value is (160,146,12). Sum of RGB (Red+Green+Blue) = 160+146+12=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 146 (57.42% from 255 or 45.91% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A0920C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0920C is #5F6DF3. Grayscale: #878787. Windows color (decimal): -6254068 or 823968. OLE color: 823968.
HSL color Cylindrical-coordinate representation of color #A0920C: hue angle of 54.32º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0920C is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 146 | 12 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.37 |
| HSL | 54.32º | 0.86% | 0.34% | - |
| HSV(B) | 54.32º | 0.93% | 0.63% | - |
| XYZ | 24.84 | 28.06 | 4.45 | - |
| YUV | 134.91 | 58.64 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 12 | 0 | 0.09 | 0.93 | 0.37 | 54.32 | 0.86 | 0.34 |
| Hex | A0 | 92 | C | 0 | 9 | 5D | 25 | 36 | 56 | 22 |
| Octal | 240 | 222 | 14 | 0 | 11 | 135 | 45 | 66 | 126 | 42 |
| Binary | 10100000 | 10010010 | 1100 | 0 | 1001 | 1011101 | 100101 | 110110 | 1010110 | 100010 |
Color Harmonies of #A0920C
Complementary color
Monochromatic Colors of #A0920C
Black with #A0920C
Text Example
Text Example
White with #A0920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0920C; }
p { color: rgb(160,146,12); }
H1.HeaderClassName
{
color: #A0920C;
}
.AnyTagClassName
{
color: #A0920C;
}
</style>
background-color css
<style>
a { background-color: #A0920C; }
a { background-color: rgb(160,146,12); }
div.DivClassName
{
background-color: #A0920C;
}
.BgClassName
{
background-color: #A0920C;
}
</style>
border-color css
<style>
span { border-color: #A0920C; }
span { border-color: rgb(160,146,12); }
td.TdClassName
{
border-color: #A0920C;
}
.TagClassName
{
border-color: #A0920C;
}
</style>