Shades of Lucky #AC9513
Tints of Lucky #AC9513
RGB
CMYK
RGB Variations
Color information
#AC9513 (or 0xAC9513) is known color: Lucky. HEX triplet: AC, 95 and 13. RGB value is (172,149,19). Sum of RGB (Red+Green+Blue) = 172+149+19=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9513 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9513 is #536AEC. Grayscale: #8D8D8D. Windows color (decimal): -5466861 or 1283500. OLE color: 1283500.
HSL color Cylindrical-coordinate representation of color #AC9513: hue angle of 50.98º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC9513 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 149 | 19 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.33 |
| HSL | 50.98º | 0.8% | 0.37% | - |
| HSV(B) | 50.98º | 0.89% | 0.67% | - |
| XYZ | 27.88 | 30.31 | 5 | - |
| YUV | 141.06 | 59.12 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 149 | 19 | 0 | 0.13 | 0.89 | 0.33 | 50.98 | 0.8 | 0.37 |
| Hex | AC | 95 | 13 | 0 | D | 59 | 21 | 33 | 50 | 25 |
| Octal | 254 | 225 | 23 | 0 | 15 | 131 | 41 | 63 | 120 | 45 |
| Binary | 10101100 | 10010101 | 10011 | 0 | 1101 | 1011001 | 100001 | 110011 | 1010000 | 100101 |
Color Harmonies of #AC9513
Complementary color
Monochromatic Colors of #AC9513
Black with #AC9513
Text Example
Text Example
White with #AC9513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9513; }
p { color: rgb(172,149,19); }
H1.HeaderClassName
{
color: #AC9513;
}
.AnyTagClassName
{
color: #AC9513;
}
</style>
background-color css
<style>
a { background-color: #AC9513; }
a { background-color: rgb(172,149,19); }
div.DivClassName
{
background-color: #AC9513;
}
.BgClassName
{
background-color: #AC9513;
}
</style>
border-color css
<style>
span { border-color: #AC9513; }
span { border-color: rgb(172,149,19); }
td.TdClassName
{
border-color: #AC9513;
}
.TagClassName
{
border-color: #AC9513;
}
</style>