Shades of Lucky #AC9515
Tints of Lucky #AC9515
RGB
CMYK
RGB Variations
Color information
#AC9515 (or 0xAC9515) is known color: Lucky. HEX triplet: AC, 95 and 15. RGB value is (172,149,21). Sum of RGB (Red+Green+Blue) = 172+149+21=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9515 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9515 is #536AEA. Grayscale: #8D8D8D. Windows color (decimal): -5466859 or 1414572. OLE color: 1414572.
HSL color Cylindrical-coordinate representation of color #AC9515: hue angle of 50.86º 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 #AC9515 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 149 | 21 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.33 |
| HSL | 50.86º | 0.78% | 0.38% | - |
| HSV(B) | 50.86º | 0.88% | 0.67% | - |
| XYZ | 27.9 | 30.32 | 5.09 | - |
| YUV | 141.29 | 60.12 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 149 | 21 | 0 | 0.13 | 0.88 | 0.33 | 50.86 | 0.78 | 0.38 |
| Hex | AC | 95 | 15 | 0 | D | 58 | 21 | 33 | 4E | 26 |
| Octal | 254 | 225 | 25 | 0 | 15 | 130 | 41 | 63 | 116 | 46 |
| Binary | 10101100 | 10010101 | 10101 | 0 | 1101 | 1011000 | 100001 | 110011 | 1001110 | 100110 |
Color Harmonies of #AC9515
Complementary color
Monochromatic Colors of #AC9515
Black with #AC9515
Text Example
Text Example
White with #AC9515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9515; }
p { color: rgb(172,149,21); }
H1.HeaderClassName
{
color: #AC9515;
}
.AnyTagClassName
{
color: #AC9515;
}
</style>
background-color css
<style>
a { background-color: #AC9515; }
a { background-color: rgb(172,149,21); }
div.DivClassName
{
background-color: #AC9515;
}
.BgClassName
{
background-color: #AC9515;
}
</style>
border-color css
<style>
span { border-color: #AC9515; }
span { border-color: rgb(172,149,21); }
td.TdClassName
{
border-color: #AC9515;
}
.TagClassName
{
border-color: #AC9515;
}
</style>