Shades of Lucky #AC8A19
Tints of Lucky #AC8A19
RGB
CMYK
RGB Variations
Color information
#AC8A19 (or 0xAC8A19) is known color: Lucky. HEX triplet: AC, 8A and 19. RGB value is (172,138,25). Sum of RGB (Red+Green+Blue) = 172+138+25=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 138 (54.30% from 255 or 41.19% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8A19 is #5375E6. Grayscale: #878787. Windows color (decimal): -5469671 or 1673900. OLE color: 1673900.
HSL color Cylindrical-coordinate representation of color #AC8A19: hue angle of 46.12º 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 #AC8A19 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 138 | 25 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.33 |
| HSL | 46.12º | 0.75% | 0.39% | - |
| HSV(B) | 46.12º | 0.85% | 0.67% | - |
| XYZ | 26.28 | 27.02 | 4.75 | - |
| YUV | 135.28 | 65.76 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 138 | 25 | 0 | 0.20 | 0.85 | 0.33 | 46.12 | 0.75 | 0.39 |
| Hex | AC | 8A | 19 | 0 | 14 | 55 | 21 | 2E | 4B | 27 |
| Octal | 254 | 212 | 31 | 0 | 24 | 125 | 41 | 56 | 113 | 47 |
| Binary | 10101100 | 10001010 | 11001 | 0 | 10100 | 1010101 | 100001 | 101110 | 1001011 | 100111 |
Color Harmonies of #AC8A19
Complementary color
Monochromatic Colors of #AC8A19
Black with #AC8A19
Text Example
Text Example
White with #AC8A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8A19; }
p { color: rgb(172,138,25); }
H1.HeaderClassName
{
color: #AC8A19;
}
.AnyTagClassName
{
color: #AC8A19;
}
</style>
background-color css
<style>
a { background-color: #AC8A19; }
a { background-color: rgb(172,138,25); }
div.DivClassName
{
background-color: #AC8A19;
}
.BgClassName
{
background-color: #AC8A19;
}
</style>
border-color css
<style>
span { border-color: #AC8A19; }
span { border-color: rgb(172,138,25); }
td.TdClassName
{
border-color: #AC8A19;
}
.TagClassName
{
border-color: #AC8A19;
}
</style>