Shades of Lucky #AC8F18
Tints of Lucky #AC8F18
RGB
CMYK
RGB Variations
Color information
#AC8F18 (or 0xAC8F18) is known color: Lucky. HEX triplet: AC, 8F and 18. RGB value is (172,143,24). Sum of RGB (Red+Green+Blue) = 172+143+24=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8F18 is #5370E7. Grayscale: #8A8A8A. Windows color (decimal): -5468392 or 1609644. OLE color: 1609644.
HSL color Cylindrical-coordinate representation of color #AC8F18: hue angle of 48.24º 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 #AC8F18 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 24 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.33 |
| HSL | 48.24º | 0.76% | 0.38% | - |
| HSV(B) | 48.24º | 0.86% | 0.67% | - |
| XYZ | 27 | 28.48 | 4.94 | - |
| YUV | 138.11 | 63.61 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 24 | 0 | 0.17 | 0.86 | 0.33 | 48.24 | 0.76 | 0.38 |
| Hex | AC | 8F | 18 | 0 | 11 | 56 | 21 | 30 | 4C | 26 |
| Octal | 254 | 217 | 30 | 0 | 21 | 126 | 41 | 60 | 114 | 46 |
| Binary | 10101100 | 10001111 | 11000 | 0 | 10001 | 1010110 | 100001 | 110000 | 1001100 | 100110 |
Color Harmonies of #AC8F18
Complementary color
Monochromatic Colors of #AC8F18
Black with #AC8F18
Text Example
Text Example
White with #AC8F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F18; }
p { color: rgb(172,143,24); }
H1.HeaderClassName
{
color: #AC8F18;
}
.AnyTagClassName
{
color: #AC8F18;
}
</style>
background-color css
<style>
a { background-color: #AC8F18; }
a { background-color: rgb(172,143,24); }
div.DivClassName
{
background-color: #AC8F18;
}
.BgClassName
{
background-color: #AC8F18;
}
</style>
border-color css
<style>
span { border-color: #AC8F18; }
span { border-color: rgb(172,143,24); }
td.TdClassName
{
border-color: #AC8F18;
}
.TagClassName
{
border-color: #AC8F18;
}
</style>