Shades of Lucky #A08C0E
Tints of Lucky #A08C0E
RGB
CMYK
RGB Variations
Color information
#A08C0E (or 0xA08C0E) is known color: Lucky. HEX triplet: A0, 8C and 0E. RGB value is (160,140,14). Sum of RGB (Red+Green+Blue) = 160+140+14=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 140 (55.08% from 255 or 44.59% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08C0E is #5F73F1. Grayscale: #848484. Windows color (decimal): -6255602 or 953504. OLE color: 953504.
HSL color Cylindrical-coordinate representation of color #A08C0E: hue angle of 51.78º 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 #A08C0E is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 140 | 14 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.37 |
| HSL | 51.78º | 0.84% | 0.34% | - |
| HSV(B) | 51.78º | 0.91% | 0.63% | - |
| XYZ | 23.95 | 26.26 | 4.22 | - |
| YUV | 131.62 | 61.63 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 14 | 0 | 0.12 | 0.91 | 0.37 | 51.78 | 0.84 | 0.34 |
| Hex | A0 | 8C | E | 0 | C | 5B | 25 | 34 | 54 | 22 |
| Octal | 240 | 214 | 16 | 0 | 14 | 133 | 45 | 64 | 124 | 42 |
| Binary | 10100000 | 10001100 | 1110 | 0 | 1100 | 1011011 | 100101 | 110100 | 1010100 | 100010 |
Color Harmonies of #A08C0E
Complementary color
Monochromatic Colors of #A08C0E
Black with #A08C0E
Text Example
Text Example
White with #A08C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08C0E; }
p { color: rgb(160,140,14); }
H1.HeaderClassName
{
color: #A08C0E;
}
.AnyTagClassName
{
color: #A08C0E;
}
</style>
background-color css
<style>
a { background-color: #A08C0E; }
a { background-color: rgb(160,140,14); }
div.DivClassName
{
background-color: #A08C0E;
}
.BgClassName
{
background-color: #A08C0E;
}
</style>
border-color css
<style>
span { border-color: #A08C0E; }
span { border-color: rgb(160,140,14); }
td.TdClassName
{
border-color: #A08C0E;
}
.TagClassName
{
border-color: #A08C0E;
}
</style>