Shades of Mai Tai #AC6421
Tints of Mai Tai #AC6421
RGB
CMYK
RGB Variations
Color information
#AC6421 (or 0xAC6421) is known color: Mai Tai. HEX triplet: AC, 64 and 21. RGB value is (172,100,33). Sum of RGB (Red+Green+Blue) = 172+100+33=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6421 is #539BDE. Grayscale: #727272. Windows color (decimal): -5479391 or 2188460. OLE color: 2188460.
HSL color Cylindrical-coordinate representation of color #AC6421: hue angle of 28.92º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC6421 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 33 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.33 |
| HSL | 28.92º | 0.68% | 0.4% | - |
| HSV(B) | 28.92º | 0.81% | 0.67% | - |
| XYZ | 21.84 | 17.99 | 3.76 | - |
| YUV | 113.89 | 82.35 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 33 | 0 | 0.42 | 0.81 | 0.33 | 28.92 | 0.68 | 0.4 |
| Hex | AC | 64 | 21 | 0 | 2A | 51 | 21 | 1D | 44 | 28 |
| Octal | 254 | 144 | 41 | 0 | 52 | 121 | 41 | 35 | 104 | 50 |
| Binary | 10101100 | 1100100 | 100001 | 0 | 101010 | 1010001 | 100001 | 11101 | 1000100 | 101000 |
Color Harmonies of #AC6421
Complementary color
Monochromatic Colors of #AC6421
Black with #AC6421
Text Example
Text Example
White with #AC6421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6421; }
p { color: rgb(172,100,33); }
H1.HeaderClassName
{
color: #AC6421;
}
.AnyTagClassName
{
color: #AC6421;
}
</style>
background-color css
<style>
a { background-color: #AC6421; }
a { background-color: rgb(172,100,33); }
div.DivClassName
{
background-color: #AC6421;
}
.BgClassName
{
background-color: #AC6421;
}
</style>
border-color css
<style>
span { border-color: #AC6421; }
span { border-color: rgb(172,100,33); }
td.TdClassName
{
border-color: #AC6421;
}
.TagClassName
{
border-color: #AC6421;
}
</style>