Shades of Lucky #AC9113
Tints of Lucky #AC9113
RGB
CMYK
RGB Variations
Color information
#AC9113 (or 0xAC9113) is known color: Lucky. HEX triplet: AC, 91 and 13. RGB value is (172,145,19). Sum of RGB (Red+Green+Blue) = 172+145+19=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9113 is #536EEC. Grayscale: #8B8B8B. Windows color (decimal): -5467885 or 1282476. OLE color: 1282476.
HSL color Cylindrical-coordinate representation of color #AC9113: hue angle of 49.41º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC9113 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 145 | 19 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.33 |
| HSL | 49.41º | 0.8% | 0.37% | - |
| HSV(B) | 49.41º | 0.89% | 0.67% | - |
| XYZ | 27.26 | 29.07 | 4.79 | - |
| YUV | 138.71 | 60.45 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 19 | 0 | 0.16 | 0.89 | 0.33 | 49.41 | 0.8 | 0.37 |
| Hex | AC | 91 | 13 | 0 | 10 | 59 | 21 | 31 | 50 | 25 |
| Octal | 254 | 221 | 23 | 0 | 20 | 131 | 41 | 61 | 120 | 45 |
| Binary | 10101100 | 10010001 | 10011 | 0 | 10000 | 1011001 | 100001 | 110001 | 1010000 | 100101 |
Color Harmonies of #AC9113
Complementary color
Monochromatic Colors of #AC9113
Black with #AC9113
Text Example
Text Example
White with #AC9113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9113; }
p { color: rgb(172,145,19); }
H1.HeaderClassName
{
color: #AC9113;
}
.AnyTagClassName
{
color: #AC9113;
}
</style>
background-color css
<style>
a { background-color: #AC9113; }
a { background-color: rgb(172,145,19); }
div.DivClassName
{
background-color: #AC9113;
}
.BgClassName
{
background-color: #AC9113;
}
</style>
border-color css
<style>
span { border-color: #AC9113; }
span { border-color: rgb(172,145,19); }
td.TdClassName
{
border-color: #AC9113;
}
.TagClassName
{
border-color: #AC9113;
}
</style>