Shades of Lucky #AC8C18
Tints of Lucky #AC8C18
RGB
CMYK
RGB Variations
Color information
#AC8C18 (or 0xAC8C18) is known color: Lucky. HEX triplet: AC, 8C and 18. RGB value is (172,140,24). Sum of RGB (Red+Green+Blue) = 172+140+24=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8C18 is #5373E7. Grayscale: #888888. Windows color (decimal): -5469160 or 1608876. OLE color: 1608876.
HSL color Cylindrical-coordinate representation of color #AC8C18: hue angle of 47.03º 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 #AC8C18 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 140 | 24 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.33 |
| HSL | 47.03º | 0.76% | 0.38% | - |
| HSV(B) | 47.03º | 0.86% | 0.67% | - |
| XYZ | 26.56 | 27.59 | 4.79 | - |
| YUV | 136.34 | 64.6 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 24 | 0 | 0.19 | 0.86 | 0.33 | 47.03 | 0.76 | 0.38 |
| Hex | AC | 8C | 18 | 0 | 13 | 56 | 21 | 2F | 4C | 26 |
| Octal | 254 | 214 | 30 | 0 | 23 | 126 | 41 | 57 | 114 | 46 |
| Binary | 10101100 | 10001100 | 11000 | 0 | 10011 | 1010110 | 100001 | 101111 | 1001100 | 100110 |
Color Harmonies of #AC8C18
Complementary color
Monochromatic Colors of #AC8C18
Black with #AC8C18
Text Example
Text Example
White with #AC8C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8C18; }
p { color: rgb(172,140,24); }
H1.HeaderClassName
{
color: #AC8C18;
}
.AnyTagClassName
{
color: #AC8C18;
}
</style>
background-color css
<style>
a { background-color: #AC8C18; }
a { background-color: rgb(172,140,24); }
div.DivClassName
{
background-color: #AC8C18;
}
.BgClassName
{
background-color: #AC8C18;
}
</style>
border-color css
<style>
span { border-color: #AC8C18; }
span { border-color: rgb(172,140,24); }
td.TdClassName
{
border-color: #AC8C18;
}
.TagClassName
{
border-color: #AC8C18;
}
</style>