Shades of Lucky #ACA812
Tints of Lucky #ACA812
RGB
CMYK
RGB Variations
Color information
#ACA812 (or 0xACA812) is known color: Lucky. HEX triplet: AC, A8 and 12. RGB value is (172,168,18). Sum of RGB (Red+Green+Blue) = 172+168+18=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 168 (66.02% from 255 or 46.93% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA812 is #5357ED. Grayscale: #989898. Windows color (decimal): -5461998 or 1222828. OLE color: 1222828.
HSL color Cylindrical-coordinate representation of color #ACA812: hue angle of 58.44º 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 #ACA812 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 168 | 18 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.33 |
| HSL | 58.44º | 0.81% | 0.37% | - |
| HSV(B) | 58.44º | 0.9% | 0.67% | - |
| XYZ | 31.13 | 36.82 | 6.04 | - |
| YUV | 152.1 | 52.33 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 168 | 18 | 0 | 0.02 | 0.90 | 0.33 | 58.44 | 0.81 | 0.37 |
| Hex | AC | A8 | 12 | 0 | 2 | 5A | 21 | 3A | 51 | 25 |
| Octal | 254 | 250 | 22 | 0 | 2 | 132 | 41 | 72 | 121 | 45 |
| Binary | 10101100 | 10101000 | 10010 | 0 | 10 | 1011010 | 100001 | 111010 | 1010001 | 100101 |
Color Harmonies of #ACA812
Complementary color
Monochromatic Colors of #ACA812
Black with #ACA812
Text Example
Text Example
White with #ACA812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA812; }
p { color: rgb(172,168,18); }
H1.HeaderClassName
{
color: #ACA812;
}
.AnyTagClassName
{
color: #ACA812;
}
</style>
background-color css
<style>
a { background-color: #ACA812; }
a { background-color: rgb(172,168,18); }
div.DivClassName
{
background-color: #ACA812;
}
.BgClassName
{
background-color: #ACA812;
}
</style>
border-color css
<style>
span { border-color: #ACA812; }
span { border-color: rgb(172,168,18); }
td.TdClassName
{
border-color: #ACA812;
}
.TagClassName
{
border-color: #ACA812;
}
</style>