Shades of Lucky #A0980E
Tints of Lucky #A0980E
RGB
CMYK
RGB Variations
Color information
#A0980E (or 0xA0980E) is known color: Lucky. HEX triplet: A0, 98 and 0E. RGB value is (160,152,14). Sum of RGB (Red+Green+Blue) = 160+152+14=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A0980E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0980E is #5F67F1. Grayscale: #8B8B8B. Windows color (decimal): -6252530 or 956576. OLE color: 956576.
HSL color Cylindrical-coordinate representation of color #A0980E: hue angle of 56.71º 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 #A0980E is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 152 | 14 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.37 |
| HSL | 56.71º | 0.84% | 0.34% | - |
| HSV(B) | 56.71º | 0.91% | 0.63% | - |
| XYZ | 25.8 | 29.96 | 4.84 | - |
| YUV | 138.66 | 57.65 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 152 | 14 | 0 | 0.05 | 0.91 | 0.37 | 56.71 | 0.84 | 0.34 |
| Hex | A0 | 98 | E | 0 | 5 | 5B | 25 | 39 | 54 | 22 |
| Octal | 240 | 230 | 16 | 0 | 5 | 133 | 45 | 71 | 124 | 42 |
| Binary | 10100000 | 10011000 | 1110 | 0 | 101 | 1011011 | 100101 | 111001 | 1010100 | 100010 |
Color Harmonies of #A0980E
Complementary color
Monochromatic Colors of #A0980E
Black with #A0980E
Text Example
Text Example
White with #A0980E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0980E; }
p { color: rgb(160,152,14); }
H1.HeaderClassName
{
color: #A0980E;
}
.AnyTagClassName
{
color: #A0980E;
}
</style>
background-color css
<style>
a { background-color: #A0980E; }
a { background-color: rgb(160,152,14); }
div.DivClassName
{
background-color: #A0980E;
}
.BgClassName
{
background-color: #A0980E;
}
</style>
border-color css
<style>
span { border-color: #A0980E; }
span { border-color: rgb(160,152,14); }
td.TdClassName
{
border-color: #A0980E;
}
.TagClassName
{
border-color: #A0980E;
}
</style>