Shades of Lucky #AC8D15
Tints of Lucky #AC8D15
RGB
CMYK
RGB Variations
Color information
#AC8D15 (or 0xAC8D15) is known color: Lucky. HEX triplet: AC, 8D and 15. RGB value is (172,141,21). Sum of RGB (Red+Green+Blue) = 172+141+21=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8D15 is #5372EA. Grayscale: #898989. Windows color (decimal): -5468907 or 1412524. OLE color: 1412524.
HSL color Cylindrical-coordinate representation of color #AC8D15: hue angle of 47.68º 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 #AC8D15 is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 141 | 21 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.33 |
| HSL | 47.68º | 0.78% | 0.38% | - |
| HSV(B) | 47.68º | 0.88% | 0.67% | - |
| XYZ | 26.67 | 27.87 | 4.68 | - |
| YUV | 136.59 | 62.77 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 21 | 0 | 0.18 | 0.88 | 0.33 | 47.68 | 0.78 | 0.38 |
| Hex | AC | 8D | 15 | 0 | 12 | 58 | 21 | 30 | 4E | 26 |
| Octal | 254 | 215 | 25 | 0 | 22 | 130 | 41 | 60 | 116 | 46 |
| Binary | 10101100 | 10001101 | 10101 | 0 | 10010 | 1011000 | 100001 | 110000 | 1001110 | 100110 |
Color Harmonies of #AC8D15
Complementary color
Monochromatic Colors of #AC8D15
Black with #AC8D15
Text Example
Text Example
White with #AC8D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8D15; }
p { color: rgb(172,141,21); }
H1.HeaderClassName
{
color: #AC8D15;
}
.AnyTagClassName
{
color: #AC8D15;
}
</style>
background-color css
<style>
a { background-color: #AC8D15; }
a { background-color: rgb(172,141,21); }
div.DivClassName
{
background-color: #AC8D15;
}
.BgClassName
{
background-color: #AC8D15;
}
</style>
border-color css
<style>
span { border-color: #AC8D15; }
span { border-color: rgb(172,141,21); }
td.TdClassName
{
border-color: #AC8D15;
}
.TagClassName
{
border-color: #AC8D15;
}
</style>