Shades of Lucky #A08F17
Tints of Lucky #A08F17
RGB
CMYK
RGB Variations
Color information
#A08F17 (or 0xA08F17) is known color: Lucky. HEX triplet: A0, 8F and 17. RGB value is (160,143,23). Sum of RGB (Red+Green+Blue) = 160+143+23=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 23 (9.38% from 255 or 7.06% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08F17 is #5F70E8. Grayscale: #868686. Windows color (decimal): -6254825 or 1544096. OLE color: 1544096.
HSL color Cylindrical-coordinate representation of color #A08F17: hue angle of 52.55º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A08F17 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 143 | 23 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.37 |
| HSL | 52.55º | 0.75% | 0.36% | - |
| HSV(B) | 52.55º | 0.86% | 0.63% | - |
| XYZ | 24.47 | 27.18 | 4.77 | - |
| YUV | 134.4 | 65.13 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 23 | 0 | 0.11 | 0.86 | 0.37 | 52.55 | 0.75 | 0.36 |
| Hex | A0 | 8F | 17 | 0 | B | 56 | 25 | 35 | 4B | 24 |
| Octal | 240 | 217 | 27 | 0 | 13 | 126 | 45 | 65 | 113 | 44 |
| Binary | 10100000 | 10001111 | 10111 | 0 | 1011 | 1010110 | 100101 | 110101 | 1001011 | 100100 |
Color Harmonies of #A08F17
Complementary color
Monochromatic Colors of #A08F17
Black with #A08F17
Text Example
Text Example
White with #A08F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08F17; }
p { color: rgb(160,143,23); }
H1.HeaderClassName
{
color: #A08F17;
}
.AnyTagClassName
{
color: #A08F17;
}
</style>
background-color css
<style>
a { background-color: #A08F17; }
a { background-color: rgb(160,143,23); }
div.DivClassName
{
background-color: #A08F17;
}
.BgClassName
{
background-color: #A08F17;
}
</style>
border-color css
<style>
span { border-color: #A08F17; }
span { border-color: rgb(160,143,23); }
td.TdClassName
{
border-color: #A08F17;
}
.TagClassName
{
border-color: #A08F17;
}
</style>