Shades of Lucky #A08F13
Tints of Lucky #A08F13
RGB
CMYK
RGB Variations
Color information
#A08F13 (or 0xA08F13) is known color: Lucky. HEX triplet: A0, 8F and 13. RGB value is (160,143,19). Sum of RGB (Red+Green+Blue) = 160+143+19=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 143 (56.25% from 255 or 44.41% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08F13 is #5F70EC. Grayscale: #868686. Windows color (decimal): -6254829 or 1281952. OLE color: 1281952.
HSL color Cylindrical-coordinate representation of color #A08F13: hue angle of 52.77º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A08F13 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 143 | 19 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.37 |
| HSL | 52.77º | 0.79% | 0.35% | - |
| HSV(B) | 52.77º | 0.88% | 0.63% | - |
| XYZ | 24.44 | 27.17 | 4.57 | - |
| YUV | 133.95 | 63.13 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 19 | 0 | 0.11 | 0.88 | 0.37 | 52.77 | 0.79 | 0.35 |
| Hex | A0 | 8F | 13 | 0 | B | 58 | 25 | 35 | 4F | 23 |
| Octal | 240 | 217 | 23 | 0 | 13 | 130 | 45 | 65 | 117 | 43 |
| Binary | 10100000 | 10001111 | 10011 | 0 | 1011 | 1011000 | 100101 | 110101 | 1001111 | 100011 |
Color Harmonies of #A08F13
Complementary color
Monochromatic Colors of #A08F13
Black with #A08F13
Text Example
Text Example
White with #A08F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08F13; }
p { color: rgb(160,143,19); }
H1.HeaderClassName
{
color: #A08F13;
}
.AnyTagClassName
{
color: #A08F13;
}
</style>
background-color css
<style>
a { background-color: #A08F13; }
a { background-color: rgb(160,143,19); }
div.DivClassName
{
background-color: #A08F13;
}
.BgClassName
{
background-color: #A08F13;
}
</style>
border-color css
<style>
span { border-color: #A08F13; }
span { border-color: rgb(160,143,19); }
td.TdClassName
{
border-color: #A08F13;
}
.TagClassName
{
border-color: #A08F13;
}
</style>