Shades of Lucky #A08D0D
Tints of Lucky #A08D0D
RGB
CMYK
RGB Variations
Color information
#A08D0D (or 0xA08D0D) is known color: Lucky. HEX triplet: A0, 8D and 0D. RGB value is (160,141,13). Sum of RGB (Red+Green+Blue) = 160+141+13=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08D0D is #5F72F2. Grayscale: #848484. Windows color (decimal): -6255347 or 888224. OLE color: 888224.
HSL color Cylindrical-coordinate representation of color #A08D0D: hue angle of 52.24º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A08D0D is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 141 | 13 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.37 |
| HSL | 52.24º | 0.85% | 0.34% | - |
| HSV(B) | 52.24º | 0.92% | 0.63% | - |
| XYZ | 24.09 | 26.55 | 4.24 | - |
| YUV | 132.09 | 60.79 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 13 | 0 | 0.12 | 0.92 | 0.37 | 52.24 | 0.85 | 0.34 |
| Hex | A0 | 8D | D | 0 | C | 5C | 25 | 34 | 55 | 22 |
| Octal | 240 | 215 | 15 | 0 | 14 | 134 | 45 | 64 | 125 | 42 |
| Binary | 10100000 | 10001101 | 1101 | 0 | 1100 | 1011100 | 100101 | 110100 | 1010101 | 100010 |
Color Harmonies of #A08D0D
Complementary color
Monochromatic Colors of #A08D0D
Black with #A08D0D
Text Example
Text Example
White with #A08D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08D0D; }
p { color: rgb(160,141,13); }
H1.HeaderClassName
{
color: #A08D0D;
}
.AnyTagClassName
{
color: #A08D0D;
}
</style>
background-color css
<style>
a { background-color: #A08D0D; }
a { background-color: rgb(160,141,13); }
div.DivClassName
{
background-color: #A08D0D;
}
.BgClassName
{
background-color: #A08D0D;
}
</style>
border-color css
<style>
span { border-color: #A08D0D; }
span { border-color: rgb(160,141,13); }
td.TdClassName
{
border-color: #A08D0D;
}
.TagClassName
{
border-color: #A08D0D;
}
</style>