Shades of Lucky #AC9323
Tints of Lucky #AC9323
RGB
CMYK
RGB Variations
Color information
#AC9323 (or 0xAC9323) is known color: Lucky. HEX triplet: AC, 93 and 23. RGB value is (172,147,35). Sum of RGB (Red+Green+Blue) = 172+147+35=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 35 (14.06% from 255 or 9.89% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9323 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9323 is #536CDC. Grayscale: #8E8E8E. Windows color (decimal): -5467357 or 2331564. OLE color: 2331564.
HSL color Cylindrical-coordinate representation of color #AC9323: hue angle of 49.05º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC9323 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 147 | 35 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.33 |
| HSL | 49.05º | 0.66% | 0.41% | - |
| HSV(B) | 49.05º | 0.8% | 0.67% | - |
| XYZ | 27.75 | 29.76 | 5.87 | - |
| YUV | 141.71 | 67.78 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 147 | 35 | 0 | 0.15 | 0.80 | 0.33 | 49.05 | 0.66 | 0.41 |
| Hex | AC | 93 | 23 | 0 | F | 50 | 21 | 31 | 42 | 29 |
| Octal | 254 | 223 | 43 | 0 | 17 | 120 | 41 | 61 | 102 | 51 |
| Binary | 10101100 | 10010011 | 100011 | 0 | 1111 | 1010000 | 100001 | 110001 | 1000010 | 101001 |
Color Harmonies of #AC9323
Complementary color
Monochromatic Colors of #AC9323
Black with #AC9323
Text Example
Text Example
White with #AC9323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9323; }
p { color: rgb(172,147,35); }
H1.HeaderClassName
{
color: #AC9323;
}
.AnyTagClassName
{
color: #AC9323;
}
</style>
background-color css
<style>
a { background-color: #AC9323; }
a { background-color: rgb(172,147,35); }
div.DivClassName
{
background-color: #AC9323;
}
.BgClassName
{
background-color: #AC9323;
}
</style>
border-color css
<style>
span { border-color: #AC9323; }
span { border-color: rgb(172,147,35); }
td.TdClassName
{
border-color: #AC9323;
}
.TagClassName
{
border-color: #AC9323;
}
</style>