Shades of Lucky #AC9412
Tints of Lucky #AC9412
RGB
CMYK
RGB Variations
Color information
#AC9412 (or 0xAC9412) is known color: Lucky. HEX triplet: AC, 94 and 12. RGB value is (172,148,18). Sum of RGB (Red+Green+Blue) = 172+148+18=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9412 is #536BED. Grayscale: #8C8C8C. Windows color (decimal): -5467118 or 1217708. OLE color: 1217708.
HSL color Cylindrical-coordinate representation of color #AC9412: hue angle of 50.65º 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 #AC9412 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 148 | 18 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.33 |
| HSL | 50.65º | 0.81% | 0.37% | - |
| HSV(B) | 50.65º | 0.9% | 0.67% | - |
| XYZ | 27.71 | 29.99 | 4.9 | - |
| YUV | 140.36 | 58.95 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 18 | 0 | 0.14 | 0.90 | 0.33 | 50.65 | 0.81 | 0.37 |
| Hex | AC | 94 | 12 | 0 | E | 5A | 21 | 33 | 51 | 25 |
| Octal | 254 | 224 | 22 | 0 | 16 | 132 | 41 | 63 | 121 | 45 |
| Binary | 10101100 | 10010100 | 10010 | 0 | 1110 | 1011010 | 100001 | 110011 | 1010001 | 100101 |
Color Harmonies of #AC9412
Complementary color
Monochromatic Colors of #AC9412
Black with #AC9412
Text Example
Text Example
White with #AC9412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9412; }
p { color: rgb(172,148,18); }
H1.HeaderClassName
{
color: #AC9412;
}
.AnyTagClassName
{
color: #AC9412;
}
</style>
background-color css
<style>
a { background-color: #AC9412; }
a { background-color: rgb(172,148,18); }
div.DivClassName
{
background-color: #AC9412;
}
.BgClassName
{
background-color: #AC9412;
}
</style>
border-color css
<style>
span { border-color: #AC9412; }
span { border-color: rgb(172,148,18); }
td.TdClassName
{
border-color: #AC9412;
}
.TagClassName
{
border-color: #AC9412;
}
</style>