Shades of Lucky #AC8F14
Tints of Lucky #AC8F14
RGB
CMYK
RGB Variations
Color information
#AC8F14 (or 0xAC8F14) is known color: Lucky. HEX triplet: AC, 8F and 14. RGB value is (172,143,20). Sum of RGB (Red+Green+Blue) = 172+143+20=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8F14 is #5370EB. Grayscale: #8A8A8A. Windows color (decimal): -5468396 or 1347500. OLE color: 1347500.
HSL color Cylindrical-coordinate representation of color #AC8F14: hue angle of 48.55º degrees, saturation: 0.79, 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 #AC8F14 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 20 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.33 |
| HSL | 48.55º | 0.79% | 0.38% | - |
| HSV(B) | 48.55º | 0.88% | 0.67% | - |
| XYZ | 26.96 | 28.47 | 4.74 | - |
| YUV | 137.65 | 61.61 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 20 | 0 | 0.17 | 0.88 | 0.33 | 48.55 | 0.79 | 0.38 |
| Hex | AC | 8F | 14 | 0 | 11 | 58 | 21 | 31 | 4F | 26 |
| Octal | 254 | 217 | 24 | 0 | 21 | 130 | 41 | 61 | 117 | 46 |
| Binary | 10101100 | 10001111 | 10100 | 0 | 10001 | 1011000 | 100001 | 110001 | 1001111 | 100110 |
Color Harmonies of #AC8F14
Complementary color
Monochromatic Colors of #AC8F14
Black with #AC8F14
Text Example
Text Example
White with #AC8F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F14; }
p { color: rgb(172,143,20); }
H1.HeaderClassName
{
color: #AC8F14;
}
.AnyTagClassName
{
color: #AC8F14;
}
</style>
background-color css
<style>
a { background-color: #AC8F14; }
a { background-color: rgb(172,143,20); }
div.DivClassName
{
background-color: #AC8F14;
}
.BgClassName
{
background-color: #AC8F14;
}
</style>
border-color css
<style>
span { border-color: #AC8F14; }
span { border-color: rgb(172,143,20); }
td.TdClassName
{
border-color: #AC8F14;
}
.TagClassName
{
border-color: #AC8F14;
}
</style>