Shades of Lucky #A0960E
Tints of Lucky #A0960E
RGB
CMYK
RGB Variations
Color information
#A0960E (or 0xA0960E) is known color: Lucky. HEX triplet: A0, 96 and 0E. RGB value is (160,150,14). Sum of RGB (Red+Green+Blue) = 160+150+14=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A0960E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0960E is #5F69F1. Grayscale: #8A8A8A. Windows color (decimal): -6253042 or 956064. OLE color: 956064.
HSL color Cylindrical-coordinate representation of color #A0960E: hue angle of 55.89º 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 #A0960E is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 150 | 14 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.37 |
| HSL | 55.89º | 0.84% | 0.34% | - |
| HSV(B) | 55.89º | 0.91% | 0.63% | - |
| XYZ | 25.48 | 29.32 | 4.73 | - |
| YUV | 137.49 | 58.31 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 14 | 0 | 0.06 | 0.91 | 0.37 | 55.89 | 0.84 | 0.34 |
| Hex | A0 | 96 | E | 0 | 6 | 5B | 25 | 38 | 54 | 22 |
| Octal | 240 | 226 | 16 | 0 | 6 | 133 | 45 | 70 | 124 | 42 |
| Binary | 10100000 | 10010110 | 1110 | 0 | 110 | 1011011 | 100101 | 111000 | 1010100 | 100010 |
Color Harmonies of #A0960E
Complementary color
Monochromatic Colors of #A0960E
Black with #A0960E
Text Example
Text Example
White with #A0960E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0960E; }
p { color: rgb(160,150,14); }
H1.HeaderClassName
{
color: #A0960E;
}
.AnyTagClassName
{
color: #A0960E;
}
</style>
background-color css
<style>
a { background-color: #A0960E; }
a { background-color: rgb(160,150,14); }
div.DivClassName
{
background-color: #A0960E;
}
.BgClassName
{
background-color: #A0960E;
}
</style>
border-color css
<style>
span { border-color: #A0960E; }
span { border-color: rgb(160,150,14); }
td.TdClassName
{
border-color: #A0960E;
}
.TagClassName
{
border-color: #A0960E;
}
</style>