Shades of Lucky #AC8F16
Tints of Lucky #AC8F16
RGB
CMYK
RGB Variations
Color information
#AC8F16 (or 0xAC8F16) is known color: Lucky. HEX triplet: AC, 8F and 16. RGB value is (172,143,22). Sum of RGB (Red+Green+Blue) = 172+143+22=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8F16 is #5370E9. Grayscale: #8A8A8A. Windows color (decimal): -5468394 or 1478572. OLE color: 1478572.
HSL color Cylindrical-coordinate representation of color #AC8F16: hue angle of 48.4º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC8F16 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 22 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.33 |
| HSL | 48.4º | 0.77% | 0.38% | - |
| HSV(B) | 48.4º | 0.87% | 0.67% | - |
| XYZ | 26.98 | 28.47 | 4.83 | - |
| YUV | 137.88 | 62.61 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 22 | 0 | 0.17 | 0.87 | 0.33 | 48.4 | 0.77 | 0.38 |
| Hex | AC | 8F | 16 | 0 | 11 | 57 | 21 | 30 | 4D | 26 |
| Octal | 254 | 217 | 26 | 0 | 21 | 127 | 41 | 60 | 115 | 46 |
| Binary | 10101100 | 10001111 | 10110 | 0 | 10001 | 1010111 | 100001 | 110000 | 1001101 | 100110 |
Color Harmonies of #AC8F16
Complementary color
Monochromatic Colors of #AC8F16
Black with #AC8F16
Text Example
Text Example
White with #AC8F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F16; }
p { color: rgb(172,143,22); }
H1.HeaderClassName
{
color: #AC8F16;
}
.AnyTagClassName
{
color: #AC8F16;
}
</style>
background-color css
<style>
a { background-color: #AC8F16; }
a { background-color: rgb(172,143,22); }
div.DivClassName
{
background-color: #AC8F16;
}
.BgClassName
{
background-color: #AC8F16;
}
</style>
border-color css
<style>
span { border-color: #AC8F16; }
span { border-color: rgb(172,143,22); }
td.TdClassName
{
border-color: #AC8F16;
}
.TagClassName
{
border-color: #AC8F16;
}
</style>