Shades of Lucky #AC9115
Tints of Lucky #AC9115
RGB
CMYK
RGB Variations
Color information
#AC9115 (or 0xAC9115) is known color: Lucky. HEX triplet: AC, 91 and 15. RGB value is (172,145,21). Sum of RGB (Red+Green+Blue) = 172+145+21=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9115 is #536EEA. Grayscale: #8B8B8B. Windows color (decimal): -5467883 or 1413548. OLE color: 1413548.
HSL color Cylindrical-coordinate representation of color #AC9115: hue angle of 49.27º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC9115 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 145 | 21 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.33 |
| HSL | 49.27º | 0.78% | 0.38% | - |
| HSV(B) | 49.27º | 0.88% | 0.67% | - |
| XYZ | 27.27 | 29.08 | 4.88 | - |
| YUV | 138.94 | 61.45 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 21 | 0 | 0.16 | 0.88 | 0.33 | 49.27 | 0.78 | 0.38 |
| Hex | AC | 91 | 15 | 0 | 10 | 58 | 21 | 31 | 4E | 26 |
| Octal | 254 | 221 | 25 | 0 | 20 | 130 | 41 | 61 | 116 | 46 |
| Binary | 10101100 | 10010001 | 10101 | 0 | 10000 | 1011000 | 100001 | 110001 | 1001110 | 100110 |
Color Harmonies of #AC9115
Complementary color
Monochromatic Colors of #AC9115
Black with #AC9115
Text Example
Text Example
White with #AC9115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9115; }
p { color: rgb(172,145,21); }
H1.HeaderClassName
{
color: #AC9115;
}
.AnyTagClassName
{
color: #AC9115;
}
</style>
background-color css
<style>
a { background-color: #AC9115; }
a { background-color: rgb(172,145,21); }
div.DivClassName
{
background-color: #AC9115;
}
.BgClassName
{
background-color: #AC9115;
}
</style>
border-color css
<style>
span { border-color: #AC9115; }
span { border-color: rgb(172,145,21); }
td.TdClassName
{
border-color: #AC9115;
}
.TagClassName
{
border-color: #AC9115;
}
</style>