Shades of Lucky #AC9213
Tints of Lucky #AC9213
RGB
CMYK
RGB Variations
Color information
#AC9213 (or 0xAC9213) is known color: Lucky. HEX triplet: AC, 92 and 13. RGB value is (172,146,19). Sum of RGB (Red+Green+Blue) = 172+146+19=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9213 is #536DEC. Grayscale: #8B8B8B. Windows color (decimal): -5467629 or 1282732. OLE color: 1282732.
HSL color Cylindrical-coordinate representation of color #AC9213: hue angle of 49.8º 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 #AC9213 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 146 | 19 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.33 |
| HSL | 49.8º | 0.8% | 0.37% | - |
| HSV(B) | 49.8º | 0.89% | 0.67% | - |
| XYZ | 27.41 | 29.38 | 4.84 | - |
| YUV | 139.3 | 60.11 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 19 | 0 | 0.15 | 0.89 | 0.33 | 49.8 | 0.8 | 0.37 |
| Hex | AC | 92 | 13 | 0 | F | 59 | 21 | 32 | 50 | 25 |
| Octal | 254 | 222 | 23 | 0 | 17 | 131 | 41 | 62 | 120 | 45 |
| Binary | 10101100 | 10010010 | 10011 | 0 | 1111 | 1011001 | 100001 | 110010 | 1010000 | 100101 |
Color Harmonies of #AC9213
Complementary color
Monochromatic Colors of #AC9213
Black with #AC9213
Text Example
Text Example
White with #AC9213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9213; }
p { color: rgb(172,146,19); }
H1.HeaderClassName
{
color: #AC9213;
}
.AnyTagClassName
{
color: #AC9213;
}
</style>
background-color css
<style>
a { background-color: #AC9213; }
a { background-color: rgb(172,146,19); }
div.DivClassName
{
background-color: #AC9213;
}
.BgClassName
{
background-color: #AC9213;
}
</style>
border-color css
<style>
span { border-color: #AC9213; }
span { border-color: rgb(172,146,19); }
td.TdClassName
{
border-color: #AC9213;
}
.TagClassName
{
border-color: #AC9213;
}
</style>