Shades of Lucky #ACA012
Tints of Lucky #ACA012
RGB
CMYK
RGB Variations
Color information
#ACA012 (or 0xACA012) is known color: Lucky. HEX triplet: AC, A0 and 12. RGB value is (172,160,18). Sum of RGB (Red+Green+Blue) = 172+160+18=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA012 is #535FED. Grayscale: #939393. Windows color (decimal): -5464046 or 1220780. OLE color: 1220780.
HSL color Cylindrical-coordinate representation of color #ACA012: hue angle of 55.32º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACA012 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 160 | 18 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.33 |
| HSL | 55.32º | 0.81% | 0.37% | - |
| HSV(B) | 55.32º | 0.9% | 0.67% | - |
| XYZ | 29.69 | 33.96 | 5.56 | - |
| YUV | 147.4 | 54.98 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 160 | 18 | 0 | 0.07 | 0.90 | 0.33 | 55.32 | 0.81 | 0.37 |
| Hex | AC | A0 | 12 | 0 | 7 | 5A | 21 | 37 | 51 | 25 |
| Octal | 254 | 240 | 22 | 0 | 7 | 132 | 41 | 67 | 121 | 45 |
| Binary | 10101100 | 10100000 | 10010 | 0 | 111 | 1011010 | 100001 | 110111 | 1010001 | 100101 |
Color Harmonies of #ACA012
Complementary color
Monochromatic Colors of #ACA012
Black with #ACA012
Text Example
Text Example
White with #ACA012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA012; }
p { color: rgb(172,160,18); }
H1.HeaderClassName
{
color: #ACA012;
}
.AnyTagClassName
{
color: #ACA012;
}
</style>
background-color css
<style>
a { background-color: #ACA012; }
a { background-color: rgb(172,160,18); }
div.DivClassName
{
background-color: #ACA012;
}
.BgClassName
{
background-color: #ACA012;
}
</style>
border-color css
<style>
span { border-color: #ACA012; }
span { border-color: rgb(172,160,18); }
td.TdClassName
{
border-color: #ACA012;
}
.TagClassName
{
border-color: #ACA012;
}
</style>