Shades of Lucky #ACA512
Tints of Lucky #ACA512
RGB
CMYK
RGB Variations
Color information
#ACA512 (or 0xACA512) is known color: Lucky. HEX triplet: AC, A5 and 12. RGB value is (172,165,18). Sum of RGB (Red+Green+Blue) = 172+165+18=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA512 is #535AED. Grayscale: #969696. Windows color (decimal): -5462766 or 1222060. OLE color: 1222060.
HSL color Cylindrical-coordinate representation of color #ACA512: hue angle of 57.27º 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 #ACA512 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 165 | 18 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.33 |
| HSL | 57.27º | 0.81% | 0.37% | - |
| HSV(B) | 57.27º | 0.9% | 0.67% | - |
| XYZ | 30.58 | 35.72 | 5.86 | - |
| YUV | 150.34 | 53.32 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 165 | 18 | 0 | 0.04 | 0.90 | 0.33 | 57.27 | 0.81 | 0.37 |
| Hex | AC | A5 | 12 | 0 | 4 | 5A | 21 | 39 | 51 | 25 |
| Octal | 254 | 245 | 22 | 0 | 4 | 132 | 41 | 71 | 121 | 45 |
| Binary | 10101100 | 10100101 | 10010 | 0 | 100 | 1011010 | 100001 | 111001 | 1010001 | 100101 |
Color Harmonies of #ACA512
Complementary color
Monochromatic Colors of #ACA512
Black with #ACA512
Text Example
Text Example
White with #ACA512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA512; }
p { color: rgb(172,165,18); }
H1.HeaderClassName
{
color: #ACA512;
}
.AnyTagClassName
{
color: #ACA512;
}
</style>
background-color css
<style>
a { background-color: #ACA512; }
a { background-color: rgb(172,165,18); }
div.DivClassName
{
background-color: #ACA512;
}
.BgClassName
{
background-color: #ACA512;
}
</style>
border-color css
<style>
span { border-color: #ACA512; }
span { border-color: rgb(172,165,18); }
td.TdClassName
{
border-color: #ACA512;
}
.TagClassName
{
border-color: #ACA512;
}
</style>