Shades of Mai Tai #AC6521
Tints of Mai Tai #AC6521
RGB
CMYK
RGB Variations
Color information
#AC6521 (or 0xAC6521) is known color: Mai Tai. HEX triplet: AC, 65 and 21. RGB value is (172,101,33). Sum of RGB (Red+Green+Blue) = 172+101+33=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6521 is #539ADE. Grayscale: #727272. Windows color (decimal): -5479135 or 2188716. OLE color: 2188716.
HSL color Cylindrical-coordinate representation of color #AC6521: hue angle of 29.35º 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 #AC6521 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 33 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.33 |
| HSL | 29.35º | 0.68% | 0.4% | - |
| HSV(B) | 29.35º | 0.81% | 0.67% | - |
| XYZ | 21.94 | 18.19 | 3.79 | - |
| YUV | 114.48 | 82.02 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 33 | 0 | 0.41 | 0.81 | 0.33 | 29.35 | 0.68 | 0.4 |
| Hex | AC | 65 | 21 | 0 | 29 | 51 | 21 | 1D | 44 | 28 |
| Octal | 254 | 145 | 41 | 0 | 51 | 121 | 41 | 35 | 104 | 50 |
| Binary | 10101100 | 1100101 | 100001 | 0 | 101001 | 1010001 | 100001 | 11101 | 1000100 | 101000 |
Color Harmonies of #AC6521
Complementary color
Monochromatic Colors of #AC6521
Black with #AC6521
Text Example
Text Example
White with #AC6521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6521; }
p { color: rgb(172,101,33); }
H1.HeaderClassName
{
color: #AC6521;
}
.AnyTagClassName
{
color: #AC6521;
}
</style>
background-color css
<style>
a { background-color: #AC6521; }
a { background-color: rgb(172,101,33); }
div.DivClassName
{
background-color: #AC6521;
}
.BgClassName
{
background-color: #AC6521;
}
</style>
border-color css
<style>
span { border-color: #AC6521; }
span { border-color: rgb(172,101,33); }
td.TdClassName
{
border-color: #AC6521;
}
.TagClassName
{
border-color: #AC6521;
}
</style>