Shades of Mai Tai #AC6623
Tints of Mai Tai #AC6623
RGB
CMYK
RGB Variations
Color information
#AC6623 (or 0xAC6623) is known color: Mai Tai. HEX triplet: AC, 66 and 23. RGB value is (172,102,35). Sum of RGB (Red+Green+Blue) = 172+102+35=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6623 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6623 is #5399DC. Grayscale: #737373. Windows color (decimal): -5478877 or 2320044. OLE color: 2320044.
HSL color Cylindrical-coordinate representation of color #AC6623: hue angle of 29.34º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC6623 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 35 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.33 |
| HSL | 29.34º | 0.66% | 0.41% | - |
| HSV(B) | 29.34º | 0.8% | 0.67% | - |
| XYZ | 22.07 | 18.39 | 3.98 | - |
| YUV | 115.29 | 82.69 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 35 | 0 | 0.41 | 0.80 | 0.33 | 29.34 | 0.66 | 0.41 |
| Hex | AC | 66 | 23 | 0 | 29 | 50 | 21 | 1D | 42 | 29 |
| Octal | 254 | 146 | 43 | 0 | 51 | 120 | 41 | 35 | 102 | 51 |
| Binary | 10101100 | 1100110 | 100011 | 0 | 101001 | 1010000 | 100001 | 11101 | 1000010 | 101001 |
Color Harmonies of #AC6623
Complementary color
Monochromatic Colors of #AC6623
Black with #AC6623
Text Example
Text Example
White with #AC6623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6623; }
p { color: rgb(172,102,35); }
H1.HeaderClassName
{
color: #AC6623;
}
.AnyTagClassName
{
color: #AC6623;
}
</style>
background-color css
<style>
a { background-color: #AC6623; }
a { background-color: rgb(172,102,35); }
div.DivClassName
{
background-color: #AC6623;
}
.BgClassName
{
background-color: #AC6623;
}
</style>
border-color css
<style>
span { border-color: #AC6623; }
span { border-color: rgb(172,102,35); }
td.TdClassName
{
border-color: #AC6623;
}
.TagClassName
{
border-color: #AC6623;
}
</style>