Shades of Lucky #AC8C15
Tints of Lucky #AC8C15
RGB
CMYK
RGB Variations
Color information
#AC8C15 (or 0xAC8C15) is known color: Lucky. HEX triplet: AC, 8C and 15. RGB value is (172,140,21). Sum of RGB (Red+Green+Blue) = 172+140+21=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8C15 is #5373EA. Grayscale: #888888. Windows color (decimal): -5469163 or 1412268. OLE color: 1412268.
HSL color Cylindrical-coordinate representation of color #AC8C15: hue angle of 47.28º 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 #AC8C15 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 140 | 21 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.33 |
| HSL | 47.28º | 0.78% | 0.38% | - |
| HSV(B) | 47.28º | 0.88% | 0.67% | - |
| XYZ | 26.53 | 27.58 | 4.64 | - |
| YUV | 136 | 63.1 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 21 | 0 | 0.19 | 0.88 | 0.33 | 47.28 | 0.78 | 0.38 |
| Hex | AC | 8C | 15 | 0 | 13 | 58 | 21 | 2F | 4E | 26 |
| Octal | 254 | 214 | 25 | 0 | 23 | 130 | 41 | 57 | 116 | 46 |
| Binary | 10101100 | 10001100 | 10101 | 0 | 10011 | 1011000 | 100001 | 101111 | 1001110 | 100110 |
Color Harmonies of #AC8C15
Complementary color
Monochromatic Colors of #AC8C15
Black with #AC8C15
Text Example
Text Example
White with #AC8C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8C15; }
p { color: rgb(172,140,21); }
H1.HeaderClassName
{
color: #AC8C15;
}
.AnyTagClassName
{
color: #AC8C15;
}
</style>
background-color css
<style>
a { background-color: #AC8C15; }
a { background-color: rgb(172,140,21); }
div.DivClassName
{
background-color: #AC8C15;
}
.BgClassName
{
background-color: #AC8C15;
}
</style>
border-color css
<style>
span { border-color: #AC8C15; }
span { border-color: rgb(172,140,21); }
td.TdClassName
{
border-color: #AC8C15;
}
.TagClassName
{
border-color: #AC8C15;
}
</style>