Shades of Mai Tai #AC6322
Tints of Mai Tai #AC6322
RGB
CMYK
RGB Variations
Color information
#AC6322 (or 0xAC6322) is known color: Mai Tai. HEX triplet: AC, 63 and 22. RGB value is (172,99,34). Sum of RGB (Red+Green+Blue) = 172+99+34=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6322 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6322 is #539CDD. Grayscale: #717171. Windows color (decimal): -5479646 or 2253740. OLE color: 2253740.
HSL color Cylindrical-coordinate representation of color #AC6322: hue angle of 28.26º 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 #AC6322 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 99 | 34 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.33 |
| HSL | 28.26º | 0.67% | 0.4% | - |
| HSV(B) | 28.26º | 0.8% | 0.67% | - |
| XYZ | 21.76 | 17.81 | 3.8 | - |
| YUV | 113.42 | 83.18 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 34 | 0 | 0.42 | 0.80 | 0.33 | 28.26 | 0.67 | 0.4 |
| Hex | AC | 63 | 22 | 0 | 2A | 50 | 21 | 1C | 43 | 28 |
| Octal | 254 | 143 | 42 | 0 | 52 | 120 | 41 | 34 | 103 | 50 |
| Binary | 10101100 | 1100011 | 100010 | 0 | 101010 | 1010000 | 100001 | 11100 | 1000011 | 101000 |
Color Harmonies of #AC6322
Complementary color
Monochromatic Colors of #AC6322
Black with #AC6322
Text Example
Text Example
White with #AC6322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6322; }
p { color: rgb(172,99,34); }
H1.HeaderClassName
{
color: #AC6322;
}
.AnyTagClassName
{
color: #AC6322;
}
</style>
background-color css
<style>
a { background-color: #AC6322; }
a { background-color: rgb(172,99,34); }
div.DivClassName
{
background-color: #AC6322;
}
.BgClassName
{
background-color: #AC6322;
}
</style>
border-color css
<style>
span { border-color: #AC6322; }
span { border-color: rgb(172,99,34); }
td.TdClassName
{
border-color: #AC6322;
}
.TagClassName
{
border-color: #AC6322;
}
</style>