Shades of Lucky #A08F1E
Tints of Lucky #A08F1E
RGB
CMYK
RGB Variations
Color information
#A08F1E (or 0xA08F1E) is known color: Lucky. HEX triplet: A0, 8F and 1E. RGB value is (160,143,30). Sum of RGB (Red+Green+Blue) = 160+143+30=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08F1E is #5F70E1. Grayscale: #878787. Windows color (decimal): -6254818 or 2002848. OLE color: 2002848.
HSL color Cylindrical-coordinate representation of color #A08F1E: hue angle of 52.15º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A08F1E is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 143 | 30 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.37 |
| HSL | 52.15º | 0.68% | 0.37% | - |
| HSV(B) | 52.15º | 0.81% | 0.63% | - |
| XYZ | 24.55 | 27.21 | 5.19 | - |
| YUV | 135.2 | 68.63 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 30 | 0 | 0.11 | 0.81 | 0.37 | 52.15 | 0.68 | 0.37 |
| Hex | A0 | 8F | 1E | 0 | B | 51 | 25 | 34 | 44 | 25 |
| Octal | 240 | 217 | 36 | 0 | 13 | 121 | 45 | 64 | 104 | 45 |
| Binary | 10100000 | 10001111 | 11110 | 0 | 1011 | 1010001 | 100101 | 110100 | 1000100 | 100101 |
Color Harmonies of #A08F1E
Complementary color
Monochromatic Colors of #A08F1E
Black with #A08F1E
Text Example
Text Example
White with #A08F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08F1E; }
p { color: rgb(160,143,30); }
H1.HeaderClassName
{
color: #A08F1E;
}
.AnyTagClassName
{
color: #A08F1E;
}
</style>
background-color css
<style>
a { background-color: #A08F1E; }
a { background-color: rgb(160,143,30); }
div.DivClassName
{
background-color: #A08F1E;
}
.BgClassName
{
background-color: #A08F1E;
}
</style>
border-color css
<style>
span { border-color: #A08F1E; }
span { border-color: rgb(160,143,30); }
td.TdClassName
{
border-color: #A08F1E;
}
.TagClassName
{
border-color: #A08F1E;
}
</style>