Shades of Lucky #AC8F17
Tints of Lucky #AC8F17
RGB
CMYK
RGB Variations
Color information
#AC8F17 (or 0xAC8F17) is known color: Lucky. HEX triplet: AC, 8F and 17. RGB value is (172,143,23). Sum of RGB (Red+Green+Blue) = 172+143+23=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8F17 is #5370E8. Grayscale: #8A8A8A. Windows color (decimal): -5468393 or 1544108. OLE color: 1544108.
HSL color Cylindrical-coordinate representation of color #AC8F17: hue angle of 48.32º degrees, saturation: 0.76, 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 #AC8F17 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 23 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.33 |
| HSL | 48.32º | 0.76% | 0.38% | - |
| HSV(B) | 48.32º | 0.87% | 0.67% | - |
| XYZ | 26.99 | 28.48 | 4.88 | - |
| YUV | 137.99 | 63.11 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 23 | 0 | 0.17 | 0.87 | 0.33 | 48.32 | 0.76 | 0.38 |
| Hex | AC | 8F | 17 | 0 | 11 | 57 | 21 | 30 | 4C | 26 |
| Octal | 254 | 217 | 27 | 0 | 21 | 127 | 41 | 60 | 114 | 46 |
| Binary | 10101100 | 10001111 | 10111 | 0 | 10001 | 1010111 | 100001 | 110000 | 1001100 | 100110 |
Color Harmonies of #AC8F17
Complementary color
Monochromatic Colors of #AC8F17
Black with #AC8F17
Text Example
Text Example
White with #AC8F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F17; }
p { color: rgb(172,143,23); }
H1.HeaderClassName
{
color: #AC8F17;
}
.AnyTagClassName
{
color: #AC8F17;
}
</style>
background-color css
<style>
a { background-color: #AC8F17; }
a { background-color: rgb(172,143,23); }
div.DivClassName
{
background-color: #AC8F17;
}
.BgClassName
{
background-color: #AC8F17;
}
</style>
border-color css
<style>
span { border-color: #AC8F17; }
span { border-color: rgb(172,143,23); }
td.TdClassName
{
border-color: #AC8F17;
}
.TagClassName
{
border-color: #AC8F17;
}
</style>