Shades of Lucky #AC9512
Tints of Lucky #AC9512
RGB
CMYK
RGB Variations
Color information
#AC9512 (or 0xAC9512) is known color: Lucky. HEX triplet: AC, 95 and 12. RGB value is (172,149,18). Sum of RGB (Red+Green+Blue) = 172+149+18=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9512 is #536AED. Grayscale: #8D8D8D. Windows color (decimal): -5466862 or 1217964. OLE color: 1217964.
HSL color Cylindrical-coordinate representation of color #AC9512: hue angle of 51.04º 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 #AC9512 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 149 | 18 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.33 |
| HSL | 51.04º | 0.81% | 0.37% | - |
| HSV(B) | 51.04º | 0.9% | 0.67% | - |
| XYZ | 27.87 | 30.31 | 4.95 | - |
| YUV | 140.94 | 58.62 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 149 | 18 | 0 | 0.13 | 0.90 | 0.33 | 51.04 | 0.81 | 0.37 |
| Hex | AC | 95 | 12 | 0 | D | 5A | 21 | 33 | 51 | 25 |
| Octal | 254 | 225 | 22 | 0 | 15 | 132 | 41 | 63 | 121 | 45 |
| Binary | 10101100 | 10010101 | 10010 | 0 | 1101 | 1011010 | 100001 | 110011 | 1010001 | 100101 |
Color Harmonies of #AC9512
Complementary color
Monochromatic Colors of #AC9512
Black with #AC9512
Text Example
Text Example
White with #AC9512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9512; }
p { color: rgb(172,149,18); }
H1.HeaderClassName
{
color: #AC9512;
}
.AnyTagClassName
{
color: #AC9512;
}
</style>
background-color css
<style>
a { background-color: #AC9512; }
a { background-color: rgb(172,149,18); }
div.DivClassName
{
background-color: #AC9512;
}
.BgClassName
{
background-color: #AC9512;
}
</style>
border-color css
<style>
span { border-color: #AC9512; }
span { border-color: rgb(172,149,18); }
td.TdClassName
{
border-color: #AC9512;
}
.TagClassName
{
border-color: #AC9512;
}
</style>