Shades of Lucky #AC9D13
Tints of Lucky #AC9D13
RGB
CMYK
RGB Variations
Color information
#AC9D13 (or 0xAC9D13) is known color: Lucky. HEX triplet: AC, 9D and 13. RGB value is (172,157,19). Sum of RGB (Red+Green+Blue) = 172+157+19=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 19 (7.81% from 255 or 5.46% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9D13 is #5362EC. Grayscale: #929292. Windows color (decimal): -5464813 or 1285548. OLE color: 1285548.
HSL color Cylindrical-coordinate representation of color #AC9D13: hue angle of 54.12º 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 #AC9D13 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 157 | 19 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.33 |
| HSL | 54.12º | 0.8% | 0.37% | - |
| HSV(B) | 54.12º | 0.89% | 0.67% | - |
| XYZ | 29.19 | 32.93 | 5.43 | - |
| YUV | 145.75 | 56.47 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 157 | 19 | 0 | 0.09 | 0.89 | 0.33 | 54.12 | 0.8 | 0.37 |
| Hex | AC | 9D | 13 | 0 | 9 | 59 | 21 | 36 | 50 | 25 |
| Octal | 254 | 235 | 23 | 0 | 11 | 131 | 41 | 66 | 120 | 45 |
| Binary | 10101100 | 10011101 | 10011 | 0 | 1001 | 1011001 | 100001 | 110110 | 1010000 | 100101 |
Color Harmonies of #AC9D13
Complementary color
Monochromatic Colors of #AC9D13
Black with #AC9D13
Text Example
Text Example
White with #AC9D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9D13; }
p { color: rgb(172,157,19); }
H1.HeaderClassName
{
color: #AC9D13;
}
.AnyTagClassName
{
color: #AC9D13;
}
</style>
background-color css
<style>
a { background-color: #AC9D13; }
a { background-color: rgb(172,157,19); }
div.DivClassName
{
background-color: #AC9D13;
}
.BgClassName
{
background-color: #AC9D13;
}
</style>
border-color css
<style>
span { border-color: #AC9D13; }
span { border-color: rgb(172,157,19); }
td.TdClassName
{
border-color: #AC9D13;
}
.TagClassName
{
border-color: #AC9D13;
}
</style>