Shades of Lucky #AC9C18
Tints of Lucky #AC9C18
RGB
CMYK
RGB Variations
Color information
#AC9C18 (or 0xAC9C18) is known color: Lucky. HEX triplet: AC, 9C and 18. RGB value is (172,156,24). Sum of RGB (Red+Green+Blue) = 172+156+24=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9C18 is #5363E7. Grayscale: #929292. Windows color (decimal): -5465064 or 1612972. OLE color: 1612972.
HSL color Cylindrical-coordinate representation of color #AC9C18: hue angle of 53.51º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC9C18 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 156 | 24 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.33 |
| HSL | 53.51º | 0.76% | 0.38% | - |
| HSV(B) | 53.51º | 0.86% | 0.67% | - |
| XYZ | 29.07 | 32.61 | 5.63 | - |
| YUV | 145.74 | 59.3 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 24 | 0 | 0.09 | 0.86 | 0.33 | 53.51 | 0.76 | 0.38 |
| Hex | AC | 9C | 18 | 0 | 9 | 56 | 21 | 36 | 4C | 26 |
| Octal | 254 | 234 | 30 | 0 | 11 | 126 | 41 | 66 | 114 | 46 |
| Binary | 10101100 | 10011100 | 11000 | 0 | 1001 | 1010110 | 100001 | 110110 | 1001100 | 100110 |
Color Harmonies of #AC9C18
Complementary color
Monochromatic Colors of #AC9C18
Black with #AC9C18
Text Example
Text Example
White with #AC9C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9C18; }
p { color: rgb(172,156,24); }
H1.HeaderClassName
{
color: #AC9C18;
}
.AnyTagClassName
{
color: #AC9C18;
}
</style>
background-color css
<style>
a { background-color: #AC9C18; }
a { background-color: rgb(172,156,24); }
div.DivClassName
{
background-color: #AC9C18;
}
.BgClassName
{
background-color: #AC9C18;
}
</style>
border-color css
<style>
span { border-color: #AC9C18; }
span { border-color: rgb(172,156,24); }
td.TdClassName
{
border-color: #AC9C18;
}
.TagClassName
{
border-color: #AC9C18;
}
</style>