Shades of Lucky #A08B0C
Tints of Lucky #A08B0C
RGB
CMYK
RGB Variations
Color information
#A08B0C (or 0xA08B0C) is known color: Lucky. HEX triplet: A0, 8B and 0C. RGB value is (160,139,12). Sum of RGB (Red+Green+Blue) = 160+139+12=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 139 (54.69% from 255 or 44.69% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08B0C is #5F74F3. Grayscale: #838383. Windows color (decimal): -6255860 or 822176. OLE color: 822176.
HSL color Cylindrical-coordinate representation of color #A08B0C: hue angle of 51.49º 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 #A08B0C is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 139 | 12 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.37 |
| HSL | 51.49º | 0.86% | 0.34% | - |
| HSV(B) | 51.49º | 0.93% | 0.63% | - |
| XYZ | 23.8 | 25.97 | 4.11 | - |
| YUV | 130.8 | 60.96 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 139 | 12 | 0 | 0.13 | 0.93 | 0.37 | 51.49 | 0.86 | 0.34 |
| Hex | A0 | 8B | C | 0 | D | 5D | 25 | 33 | 56 | 22 |
| Octal | 240 | 213 | 14 | 0 | 15 | 135 | 45 | 63 | 126 | 42 |
| Binary | 10100000 | 10001011 | 1100 | 0 | 1101 | 1011101 | 100101 | 110011 | 1010110 | 100010 |
Color Harmonies of #A08B0C
Complementary color
Monochromatic Colors of #A08B0C
Black with #A08B0C
Text Example
Text Example
White with #A08B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08B0C; }
p { color: rgb(160,139,12); }
H1.HeaderClassName
{
color: #A08B0C;
}
.AnyTagClassName
{
color: #A08B0C;
}
</style>
background-color css
<style>
a { background-color: #A08B0C; }
a { background-color: rgb(160,139,12); }
div.DivClassName
{
background-color: #A08B0C;
}
.BgClassName
{
background-color: #A08B0C;
}
</style>
border-color css
<style>
span { border-color: #A08B0C; }
span { border-color: rgb(160,139,12); }
td.TdClassName
{
border-color: #A08B0C;
}
.TagClassName
{
border-color: #A08B0C;
}
</style>