Shades of Mai Tai #AC6633
Tints of Mai Tai #AC6633
RGB
CMYK
RGB Variations
Color information
#AC6633 (or 0xAC6633) is known color: Mai Tai. HEX triplet: AC, 66 and 33. RGB value is (172,102,51). Sum of RGB (Red+Green+Blue) = 172+102+51=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6633 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6633 is #5399CC. Grayscale: #757575. Windows color (decimal): -5478861 or 3368620. OLE color: 3368620.
HSL color Cylindrical-coordinate representation of color #AC6633: hue angle of 25.29º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC6633 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 51 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.33 |
| HSL | 25.29º | 0.54% | 0.44% | - |
| HSV(B) | 25.29º | 0.7% | 0.67% | - |
| XYZ | 22.36 | 18.51 | 5.53 | - |
| YUV | 117.12 | 90.69 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 51 | 0 | 0.41 | 0.70 | 0.33 | 25.29 | 0.54 | 0.44 |
| Hex | AC | 66 | 33 | 0 | 29 | 46 | 21 | 19 | 36 | 2C |
| Octal | 254 | 146 | 63 | 0 | 51 | 106 | 41 | 31 | 66 | 54 |
| Binary | 10101100 | 1100110 | 110011 | 0 | 101001 | 1000110 | 100001 | 11001 | 110110 | 101100 |
Color Harmonies of #AC6633
Complementary color
Monochromatic Colors of #AC6633
Black with #AC6633
Text Example
Text Example
White with #AC6633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6633; }
p { color: rgb(172,102,51); }
H1.HeaderClassName
{
color: #AC6633;
}
.AnyTagClassName
{
color: #AC6633;
}
</style>
background-color css
<style>
a { background-color: #AC6633; }
a { background-color: rgb(172,102,51); }
div.DivClassName
{
background-color: #AC6633;
}
.BgClassName
{
background-color: #AC6633;
}
</style>
border-color css
<style>
span { border-color: #AC6633; }
span { border-color: rgb(172,102,51); }
td.TdClassName
{
border-color: #AC6633;
}
.TagClassName
{
border-color: #AC6633;
}
</style>