Shades of Lucky #AC9516
Tints of Lucky #AC9516
RGB
CMYK
RGB Variations
Color information
#AC9516 (or 0xAC9516) is known color: Lucky. HEX triplet: AC, 95 and 16. RGB value is (172,149,22). Sum of RGB (Red+Green+Blue) = 172+149+22=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9516 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9516 is #536AE9. Grayscale: #8D8D8D. Windows color (decimal): -5466858 or 1480108. OLE color: 1480108.
HSL color Cylindrical-coordinate representation of color #AC9516: hue angle of 50.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC9516 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 149 | 22 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.33 |
| HSL | 50.8º | 0.77% | 0.38% | - |
| HSV(B) | 50.8º | 0.87% | 0.67% | - |
| XYZ | 27.91 | 30.32 | 5.14 | - |
| YUV | 141.4 | 60.62 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 149 | 22 | 0 | 0.13 | 0.87 | 0.33 | 50.8 | 0.77 | 0.38 |
| Hex | AC | 95 | 16 | 0 | D | 57 | 21 | 33 | 4D | 26 |
| Octal | 254 | 225 | 26 | 0 | 15 | 127 | 41 | 63 | 115 | 46 |
| Binary | 10101100 | 10010101 | 10110 | 0 | 1101 | 1010111 | 100001 | 110011 | 1001101 | 100110 |
Color Harmonies of #AC9516
Complementary color
Monochromatic Colors of #AC9516
Black with #AC9516
Text Example
Text Example
White with #AC9516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9516; }
p { color: rgb(172,149,22); }
H1.HeaderClassName
{
color: #AC9516;
}
.AnyTagClassName
{
color: #AC9516;
}
</style>
background-color css
<style>
a { background-color: #AC9516; }
a { background-color: rgb(172,149,22); }
div.DivClassName
{
background-color: #AC9516;
}
.BgClassName
{
background-color: #AC9516;
}
</style>
border-color css
<style>
span { border-color: #AC9516; }
span { border-color: rgb(172,149,22); }
td.TdClassName
{
border-color: #AC9516;
}
.TagClassName
{
border-color: #AC9516;
}
</style>