Shades of Lucky #A08E0D
Tints of Lucky #A08E0D
RGB
CMYK
RGB Variations
Color information
#A08E0D (or 0xA08E0D) is known color: Lucky. HEX triplet: A0, 8E and 0D. RGB value is (160,142,13). Sum of RGB (Red+Green+Blue) = 160+142+13=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08E0D is #5F71F2. Grayscale: #858585. Windows color (decimal): -6255091 or 888480. OLE color: 888480.
HSL color Cylindrical-coordinate representation of color #A08E0D: hue angle of 52.65º 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 #A08E0D is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 142 | 13 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.37 |
| HSL | 52.65º | 0.85% | 0.34% | - |
| HSV(B) | 52.65º | 0.92% | 0.63% | - |
| XYZ | 24.24 | 26.85 | 4.29 | - |
| YUV | 132.68 | 60.46 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 142 | 13 | 0 | 0.11 | 0.92 | 0.37 | 52.65 | 0.85 | 0.34 |
| Hex | A0 | 8E | D | 0 | B | 5C | 25 | 35 | 55 | 22 |
| Octal | 240 | 216 | 15 | 0 | 13 | 134 | 45 | 65 | 125 | 42 |
| Binary | 10100000 | 10001110 | 1101 | 0 | 1011 | 1011100 | 100101 | 110101 | 1010101 | 100010 |
Color Harmonies of #A08E0D
Complementary color
Monochromatic Colors of #A08E0D
Black with #A08E0D
Text Example
Text Example
White with #A08E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08E0D; }
p { color: rgb(160,142,13); }
H1.HeaderClassName
{
color: #A08E0D;
}
.AnyTagClassName
{
color: #A08E0D;
}
</style>
background-color css
<style>
a { background-color: #A08E0D; }
a { background-color: rgb(160,142,13); }
div.DivClassName
{
background-color: #A08E0D;
}
.BgClassName
{
background-color: #A08E0D;
}
</style>
border-color css
<style>
span { border-color: #A08E0D; }
span { border-color: rgb(160,142,13); }
td.TdClassName
{
border-color: #A08E0D;
}
.TagClassName
{
border-color: #A08E0D;
}
</style>