Shades of Lucky #A08F12
Tints of Lucky #A08F12
RGB
CMYK
RGB Variations
Color information
#A08F12 (or 0xA08F12) is known color: Lucky. HEX triplet: A0, 8F and 12. RGB value is (160,143,18). Sum of RGB (Red+Green+Blue) = 160+143+18=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08F12 is #5F70ED. Grayscale: #868686. Windows color (decimal): -6254830 or 1216416. OLE color: 1216416.
HSL color Cylindrical-coordinate representation of color #A08F12: hue angle of 52.82º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A08F12 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 143 | 18 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.37 |
| HSL | 52.82º | 0.8% | 0.35% | - |
| HSV(B) | 52.82º | 0.89% | 0.63% | - |
| XYZ | 24.43 | 27.16 | 4.53 | - |
| YUV | 133.83 | 62.63 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 18 | 0 | 0.11 | 0.89 | 0.37 | 52.82 | 0.8 | 0.35 |
| Hex | A0 | 8F | 12 | 0 | B | 59 | 25 | 35 | 50 | 23 |
| Octal | 240 | 217 | 22 | 0 | 13 | 131 | 45 | 65 | 120 | 43 |
| Binary | 10100000 | 10001111 | 10010 | 0 | 1011 | 1011001 | 100101 | 110101 | 1010000 | 100011 |
Color Harmonies of #A08F12
Complementary color
Monochromatic Colors of #A08F12
Black with #A08F12
Text Example
Text Example
White with #A08F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08F12; }
p { color: rgb(160,143,18); }
H1.HeaderClassName
{
color: #A08F12;
}
.AnyTagClassName
{
color: #A08F12;
}
</style>
background-color css
<style>
a { background-color: #A08F12; }
a { background-color: rgb(160,143,18); }
div.DivClassName
{
background-color: #A08F12;
}
.BgClassName
{
background-color: #A08F12;
}
</style>
border-color css
<style>
span { border-color: #A08F12; }
span { border-color: rgb(160,143,18); }
td.TdClassName
{
border-color: #A08F12;
}
.TagClassName
{
border-color: #A08F12;
}
</style>