Shades of Lucky #AC9411
Tints of Lucky #AC9411
RGB
CMYK
RGB Variations
Color information
#AC9411 (or 0xAC9411) is known color: Lucky. HEX triplet: AC, 94 and 11. RGB value is (172,148,17). Sum of RGB (Red+Green+Blue) = 172+148+17=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9411 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9411 is #536BEE. Grayscale: #8C8C8C. Windows color (decimal): -5467119 or 1152172. OLE color: 1152172.
HSL color Cylindrical-coordinate representation of color #AC9411: hue angle of 50.71º degrees, saturation: 0.82, 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 #AC9411 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 148 | 17 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.33 |
| HSL | 50.71º | 0.82% | 0.37% | - |
| HSV(B) | 50.71º | 0.9% | 0.67% | - |
| XYZ | 27.7 | 29.99 | 4.86 | - |
| YUV | 140.24 | 58.45 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 17 | 0 | 0.14 | 0.90 | 0.33 | 50.71 | 0.82 | 0.37 |
| Hex | AC | 94 | 11 | 0 | E | 5A | 21 | 33 | 52 | 25 |
| Octal | 254 | 224 | 21 | 0 | 16 | 132 | 41 | 63 | 122 | 45 |
| Binary | 10101100 | 10010100 | 10001 | 0 | 1110 | 1011010 | 100001 | 110011 | 1010010 | 100101 |
Color Harmonies of #AC9411
Complementary color
Monochromatic Colors of #AC9411
Black with #AC9411
Text Example
Text Example
White with #AC9411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9411; }
p { color: rgb(172,148,17); }
H1.HeaderClassName
{
color: #AC9411;
}
.AnyTagClassName
{
color: #AC9411;
}
</style>
background-color css
<style>
a { background-color: #AC9411; }
a { background-color: rgb(172,148,17); }
div.DivClassName
{
background-color: #AC9411;
}
.BgClassName
{
background-color: #AC9411;
}
</style>
border-color css
<style>
span { border-color: #AC9411; }
span { border-color: rgb(172,148,17); }
td.TdClassName
{
border-color: #AC9411;
}
.TagClassName
{
border-color: #AC9411;
}
</style>