Shades of Lucky #AC9322
Tints of Lucky #AC9322
RGB
CMYK
RGB Variations
Color information
#AC9322 (or 0xAC9322) is known color: Lucky. HEX triplet: AC, 93 and 22. RGB value is (172,147,34). Sum of RGB (Red+Green+Blue) = 172+147+34=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9322 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9322 is #536CDD. Grayscale: #8E8E8E. Windows color (decimal): -5467358 or 2266028. OLE color: 2266028.
HSL color Cylindrical-coordinate representation of color #AC9322: hue angle of 49.13º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC9322 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 147 | 34 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.33 |
| HSL | 49.13º | 0.67% | 0.4% | - |
| HSV(B) | 49.13º | 0.8% | 0.67% | - |
| XYZ | 27.74 | 29.75 | 5.79 | - |
| YUV | 141.59 | 67.28 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 147 | 34 | 0 | 0.15 | 0.80 | 0.33 | 49.13 | 0.67 | 0.4 |
| Hex | AC | 93 | 22 | 0 | F | 50 | 21 | 31 | 43 | 28 |
| Octal | 254 | 223 | 42 | 0 | 17 | 120 | 41 | 61 | 103 | 50 |
| Binary | 10101100 | 10010011 | 100010 | 0 | 1111 | 1010000 | 100001 | 110001 | 1000011 | 101000 |
Color Harmonies of #AC9322
Complementary color
Monochromatic Colors of #AC9322
Black with #AC9322
Text Example
Text Example
White with #AC9322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9322; }
p { color: rgb(172,147,34); }
H1.HeaderClassName
{
color: #AC9322;
}
.AnyTagClassName
{
color: #AC9322;
}
</style>
background-color css
<style>
a { background-color: #AC9322; }
a { background-color: rgb(172,147,34); }
div.DivClassName
{
background-color: #AC9322;
}
.BgClassName
{
background-color: #AC9322;
}
</style>
border-color css
<style>
span { border-color: #AC9322; }
span { border-color: rgb(172,147,34); }
td.TdClassName
{
border-color: #AC9322;
}
.TagClassName
{
border-color: #AC9322;
}
</style>