Shades of Lucky #A0950C
Tints of Lucky #A0950C
RGB
CMYK
RGB Variations
Color information
#A0950C (or 0xA0950C) is known color: Lucky. HEX triplet: A0, 95 and 0C. RGB value is (160,149,12). Sum of RGB (Red+Green+Blue) = 160+149+12=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A0950C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0950C is #5F6AF3. Grayscale: #898989. Windows color (decimal): -6253300 or 824736. OLE color: 824736.
HSL color Cylindrical-coordinate representation of color #A0950C: hue angle of 55.54º 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 #A0950C is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 149 | 12 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.37 |
| HSL | 55.54º | 0.86% | 0.34% | - |
| HSV(B) | 55.54º | 0.93% | 0.63% | - |
| XYZ | 25.31 | 29 | 4.61 | - |
| YUV | 136.67 | 57.64 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 12 | 0 | 0.07 | 0.93 | 0.37 | 55.54 | 0.86 | 0.34 |
| Hex | A0 | 95 | C | 0 | 7 | 5D | 25 | 38 | 56 | 22 |
| Octal | 240 | 225 | 14 | 0 | 7 | 135 | 45 | 70 | 126 | 42 |
| Binary | 10100000 | 10010101 | 1100 | 0 | 111 | 1011101 | 100101 | 111000 | 1010110 | 100010 |
Color Harmonies of #A0950C
Complementary color
Monochromatic Colors of #A0950C
Black with #A0950C
Text Example
Text Example
White with #A0950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0950C; }
p { color: rgb(160,149,12); }
H1.HeaderClassName
{
color: #A0950C;
}
.AnyTagClassName
{
color: #A0950C;
}
</style>
background-color css
<style>
a { background-color: #A0950C; }
a { background-color: rgb(160,149,12); }
div.DivClassName
{
background-color: #A0950C;
}
.BgClassName
{
background-color: #A0950C;
}
</style>
border-color css
<style>
span { border-color: #A0950C; }
span { border-color: rgb(160,149,12); }
td.TdClassName
{
border-color: #A0950C;
}
.TagClassName
{
border-color: #A0950C;
}
</style>