Shades of Lucky #AC9112
Tints of Lucky #AC9112
RGB
CMYK
RGB Variations
Color information
#AC9112 (or 0xAC9112) is known color: Lucky. HEX triplet: AC, 91 and 12. RGB value is (172,145,18). Sum of RGB (Red+Green+Blue) = 172+145+18=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9112 is #536EED. Grayscale: #8B8B8B. Windows color (decimal): -5467886 or 1216940. OLE color: 1216940.
HSL color Cylindrical-coordinate representation of color #AC9112: hue angle of 49.48º 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 #AC9112 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 145 | 18 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.33 |
| HSL | 49.48º | 0.81% | 0.37% | - |
| HSV(B) | 49.48º | 0.9% | 0.67% | - |
| XYZ | 27.25 | 29.07 | 4.75 | - |
| YUV | 138.6 | 59.95 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 18 | 0 | 0.16 | 0.90 | 0.33 | 49.48 | 0.81 | 0.37 |
| Hex | AC | 91 | 12 | 0 | 10 | 5A | 21 | 31 | 51 | 25 |
| Octal | 254 | 221 | 22 | 0 | 20 | 132 | 41 | 61 | 121 | 45 |
| Binary | 10101100 | 10010001 | 10010 | 0 | 10000 | 1011010 | 100001 | 110001 | 1010001 | 100101 |
Color Harmonies of #AC9112
Complementary color
Monochromatic Colors of #AC9112
Black with #AC9112
Text Example
Text Example
White with #AC9112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9112; }
p { color: rgb(172,145,18); }
H1.HeaderClassName
{
color: #AC9112;
}
.AnyTagClassName
{
color: #AC9112;
}
</style>
background-color css
<style>
a { background-color: #AC9112; }
a { background-color: rgb(172,145,18); }
div.DivClassName
{
background-color: #AC9112;
}
.BgClassName
{
background-color: #AC9112;
}
</style>
border-color css
<style>
span { border-color: #AC9112; }
span { border-color: rgb(172,145,18); }
td.TdClassName
{
border-color: #AC9112;
}
.TagClassName
{
border-color: #AC9112;
}
</style>