Shades of Mai Tai #AC6532
Tints of Mai Tai #AC6532
RGB
CMYK
RGB Variations
Color information
#AC6532 (or 0xAC6532) is known color: Mai Tai. HEX triplet: AC, 65 and 32. RGB value is (172,101,50). Sum of RGB (Red+Green+Blue) = 172+101+50=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6532 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6532 is #539ACD. Grayscale: #747474. Windows color (decimal): -5479118 or 3302828. OLE color: 3302828.
HSL color Cylindrical-coordinate representation of color #AC6532: hue angle of 25.08º 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 #AC6532 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 50 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.33 |
| HSL | 25.08º | 0.55% | 0.44% | - |
| HSV(B) | 25.08º | 0.71% | 0.67% | - |
| XYZ | 22.24 | 18.31 | 5.38 | - |
| YUV | 116.42 | 90.52 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 50 | 0 | 0.41 | 0.71 | 0.33 | 25.08 | 0.55 | 0.44 |
| Hex | AC | 65 | 32 | 0 | 29 | 47 | 21 | 19 | 37 | 2C |
| Octal | 254 | 145 | 62 | 0 | 51 | 107 | 41 | 31 | 67 | 54 |
| Binary | 10101100 | 1100101 | 110010 | 0 | 101001 | 1000111 | 100001 | 11001 | 110111 | 101100 |
Color Harmonies of #AC6532
Complementary color
Monochromatic Colors of #AC6532
Black with #AC6532
Text Example
Text Example
White with #AC6532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6532; }
p { color: rgb(172,101,50); }
H1.HeaderClassName
{
color: #AC6532;
}
.AnyTagClassName
{
color: #AC6532;
}
</style>
background-color css
<style>
a { background-color: #AC6532; }
a { background-color: rgb(172,101,50); }
div.DivClassName
{
background-color: #AC6532;
}
.BgClassName
{
background-color: #AC6532;
}
</style>
border-color css
<style>
span { border-color: #AC6532; }
span { border-color: rgb(172,101,50); }
td.TdClassName
{
border-color: #AC6532;
}
.TagClassName
{
border-color: #AC6532;
}
</style>