Shades of Mai Tai #AC6329
Tints of Mai Tai #AC6329
RGB
CMYK
RGB Variations
Color information
#AC6329 (or 0xAC6329) is known color: Mai Tai. HEX triplet: AC, 63 and 29. RGB value is (172,99,41). Sum of RGB (Red+Green+Blue) = 172+99+41=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6329 is #539CD6. Grayscale: #727272. Windows color (decimal): -5479639 or 2712492. OLE color: 2712492.
HSL color Cylindrical-coordinate representation of color #AC6329: hue angle of 26.56º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC6329 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 99 | 41 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.33 |
| HSL | 26.56º | 0.62% | 0.42% | - |
| HSV(B) | 26.56º | 0.76% | 0.67% | - |
| XYZ | 21.88 | 17.85 | 4.39 | - |
| YUV | 114.22 | 86.68 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 41 | 0 | 0.42 | 0.76 | 0.33 | 26.56 | 0.62 | 0.42 |
| Hex | AC | 63 | 29 | 0 | 2A | 4C | 21 | 1B | 3E | 2A |
| Octal | 254 | 143 | 51 | 0 | 52 | 114 | 41 | 33 | 76 | 52 |
| Binary | 10101100 | 1100011 | 101001 | 0 | 101010 | 1001100 | 100001 | 11011 | 111110 | 101010 |
Color Harmonies of #AC6329
Complementary color
Monochromatic Colors of #AC6329
Black with #AC6329
Text Example
Text Example
White with #AC6329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6329; }
p { color: rgb(172,99,41); }
H1.HeaderClassName
{
color: #AC6329;
}
.AnyTagClassName
{
color: #AC6329;
}
</style>
background-color css
<style>
a { background-color: #AC6329; }
a { background-color: rgb(172,99,41); }
div.DivClassName
{
background-color: #AC6329;
}
.BgClassName
{
background-color: #AC6329;
}
</style>
border-color css
<style>
span { border-color: #AC6329; }
span { border-color: rgb(172,99,41); }
td.TdClassName
{
border-color: #AC6329;
}
.TagClassName
{
border-color: #AC6329;
}
</style>