Shades of Mai Tai #AC6332
Tints of Mai Tai #AC6332
RGB
CMYK
RGB Variations
Color information
#AC6332 (or 0xAC6332) is known color: Mai Tai. HEX triplet: AC, 63 and 32. RGB value is (172,99,50). Sum of RGB (Red+Green+Blue) = 172+99+50=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6332 is #539CCD. Grayscale: #737373. Windows color (decimal): -5479630 or 3302316. OLE color: 3302316.
HSL color Cylindrical-coordinate representation of color #AC6332: hue angle of 24.1º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC6332 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 99 | 50 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.33 |
| HSL | 24.1º | 0.55% | 0.44% | - |
| HSV(B) | 24.1º | 0.71% | 0.67% | - |
| XYZ | 22.05 | 17.92 | 5.32 | - |
| YUV | 115.24 | 91.18 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 50 | 0 | 0.42 | 0.71 | 0.33 | 24.1 | 0.55 | 0.44 |
| Hex | AC | 63 | 32 | 0 | 2A | 47 | 21 | 18 | 37 | 2C |
| Octal | 254 | 143 | 62 | 0 | 52 | 107 | 41 | 30 | 67 | 54 |
| Binary | 10101100 | 1100011 | 110010 | 0 | 101010 | 1000111 | 100001 | 11000 | 110111 | 101100 |
Color Harmonies of #AC6332
Complementary color
Monochromatic Colors of #AC6332
Black with #AC6332
Text Example
Text Example
White with #AC6332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6332; }
p { color: rgb(172,99,50); }
H1.HeaderClassName
{
color: #AC6332;
}
.AnyTagClassName
{
color: #AC6332;
}
</style>
background-color css
<style>
a { background-color: #AC6332; }
a { background-color: rgb(172,99,50); }
div.DivClassName
{
background-color: #AC6332;
}
.BgClassName
{
background-color: #AC6332;
}
</style>
border-color css
<style>
span { border-color: #AC6332; }
span { border-color: rgb(172,99,50); }
td.TdClassName
{
border-color: #AC6332;
}
.TagClassName
{
border-color: #AC6332;
}
</style>