Shades of Lucky #AC9519
Tints of Lucky #AC9519
RGB
CMYK
RGB Variations
Color information
#AC9519 (or 0xAC9519) is known color: Lucky. HEX triplet: AC, 95 and 19. RGB value is (172,149,25). Sum of RGB (Red+Green+Blue) = 172+149+25=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9519 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9519 is #536AE6. Grayscale: #8E8E8E. Windows color (decimal): -5466855 or 1676716. OLE color: 1676716.
HSL color Cylindrical-coordinate representation of color #AC9519: hue angle of 50.61º 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 #AC9519 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 149 | 25 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.33 |
| HSL | 50.61º | 0.75% | 0.39% | - |
| HSV(B) | 50.61º | 0.85% | 0.67% | - |
| XYZ | 27.94 | 30.34 | 5.3 | - |
| YUV | 141.74 | 62.12 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 149 | 25 | 0 | 0.13 | 0.85 | 0.33 | 50.61 | 0.75 | 0.39 |
| Hex | AC | 95 | 19 | 0 | D | 55 | 21 | 33 | 4B | 27 |
| Octal | 254 | 225 | 31 | 0 | 15 | 125 | 41 | 63 | 113 | 47 |
| Binary | 10101100 | 10010101 | 11001 | 0 | 1101 | 1010101 | 100001 | 110011 | 1001011 | 100111 |
Color Harmonies of #AC9519
Complementary color
Monochromatic Colors of #AC9519
Black with #AC9519
Text Example
Text Example
White with #AC9519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9519; }
p { color: rgb(172,149,25); }
H1.HeaderClassName
{
color: #AC9519;
}
.AnyTagClassName
{
color: #AC9519;
}
</style>
background-color css
<style>
a { background-color: #AC9519; }
a { background-color: rgb(172,149,25); }
div.DivClassName
{
background-color: #AC9519;
}
.BgClassName
{
background-color: #AC9519;
}
</style>
border-color css
<style>
span { border-color: #AC9519; }
span { border-color: rgb(172,149,25); }
td.TdClassName
{
border-color: #AC9519;
}
.TagClassName
{
border-color: #AC9519;
}
</style>