Shades of Lucky #A0980C
Tints of Lucky #A0980C
RGB
CMYK
RGB Variations
Color information
#A0980C (or 0xA0980C) is known color: Lucky. HEX triplet: A0, 98 and 0C. RGB value is (160,152,12). Sum of RGB (Red+Green+Blue) = 160+152+12=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A0980C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0980C is #5F67F3. Grayscale: #8B8B8B. Windows color (decimal): -6252532 or 825504. OLE color: 825504.
HSL color Cylindrical-coordinate representation of color #A0980C: hue angle of 56.76º 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 #A0980C is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 152 | 12 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.37 |
| HSL | 56.76º | 0.86% | 0.34% | - |
| HSV(B) | 56.76º | 0.93% | 0.63% | - |
| XYZ | 25.79 | 29.96 | 4.77 | - |
| YUV | 138.43 | 56.65 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 152 | 12 | 0 | 0.05 | 0.93 | 0.37 | 56.76 | 0.86 | 0.34 |
| Hex | A0 | 98 | C | 0 | 5 | 5D | 25 | 39 | 56 | 22 |
| Octal | 240 | 230 | 14 | 0 | 5 | 135 | 45 | 71 | 126 | 42 |
| Binary | 10100000 | 10011000 | 1100 | 0 | 101 | 1011101 | 100101 | 111001 | 1010110 | 100010 |
Color Harmonies of #A0980C
Complementary color
Monochromatic Colors of #A0980C
Black with #A0980C
Text Example
Text Example
White with #A0980C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0980C; }
p { color: rgb(160,152,12); }
H1.HeaderClassName
{
color: #A0980C;
}
.AnyTagClassName
{
color: #A0980C;
}
</style>
background-color css
<style>
a { background-color: #A0980C; }
a { background-color: rgb(160,152,12); }
div.DivClassName
{
background-color: #A0980C;
}
.BgClassName
{
background-color: #A0980C;
}
</style>
border-color css
<style>
span { border-color: #A0980C; }
span { border-color: rgb(160,152,12); }
td.TdClassName
{
border-color: #A0980C;
}
.TagClassName
{
border-color: #A0980C;
}
</style>