Shades of Lucky #AC8C19
Tints of Lucky #AC8C19
RGB
CMYK
RGB Variations
Color information
#AC8C19 (or 0xAC8C19) is known color: Lucky. HEX triplet: AC, 8C and 19. RGB value is (172,140,25). Sum of RGB (Red+Green+Blue) = 172+140+25=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8C19 is #5373E6. Grayscale: #888888. Windows color (decimal): -5469159 or 1674412. OLE color: 1674412.
HSL color Cylindrical-coordinate representation of color #AC8C19: hue angle of 46.94º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC8C19 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 140 | 25 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.33 |
| HSL | 46.94º | 0.75% | 0.39% | - |
| HSV(B) | 46.94º | 0.85% | 0.67% | - |
| XYZ | 26.57 | 27.6 | 4.85 | - |
| YUV | 136.46 | 65.1 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 25 | 0 | 0.19 | 0.85 | 0.33 | 46.94 | 0.75 | 0.39 |
| Hex | AC | 8C | 19 | 0 | 13 | 55 | 21 | 2F | 4B | 27 |
| Octal | 254 | 214 | 31 | 0 | 23 | 125 | 41 | 57 | 113 | 47 |
| Binary | 10101100 | 10001100 | 11001 | 0 | 10011 | 1010101 | 100001 | 101111 | 1001011 | 100111 |
Color Harmonies of #AC8C19
Complementary color
Monochromatic Colors of #AC8C19
Black with #AC8C19
Text Example
Text Example
White with #AC8C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8C19; }
p { color: rgb(172,140,25); }
H1.HeaderClassName
{
color: #AC8C19;
}
.AnyTagClassName
{
color: #AC8C19;
}
</style>
background-color css
<style>
a { background-color: #AC8C19; }
a { background-color: rgb(172,140,25); }
div.DivClassName
{
background-color: #AC8C19;
}
.BgClassName
{
background-color: #AC8C19;
}
</style>
border-color css
<style>
span { border-color: #AC8C19; }
span { border-color: rgb(172,140,25); }
td.TdClassName
{
border-color: #AC8C19;
}
.TagClassName
{
border-color: #AC8C19;
}
</style>