Shades of Mai Tai #AC6234
Tints of Mai Tai #AC6234
RGB
CMYK
RGB Variations
Color information
#AC6234 (or 0xAC6234) is known color: Mai Tai. HEX triplet: AC, 62 and 34. RGB value is (172,98,52). Sum of RGB (Red+Green+Blue) = 172+98+52=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6234 is #539DCB. Grayscale: #737373. Windows color (decimal): -5479884 or 3433132. OLE color: 3433132.
HSL color Cylindrical-coordinate representation of color #AC6234: hue angle of 23º 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 #AC6234 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 98 | 52 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.33 |
| HSL | 23º | 0.54% | 0.44% | - |
| HSV(B) | 23º | 0.7% | 0.67% | - |
| XYZ | 22 | 17.75 | 5.52 | - |
| YUV | 114.88 | 92.52 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 52 | 0 | 0.43 | 0.70 | 0.33 | 23 | 0.54 | 0.44 |
| Hex | AC | 62 | 34 | 0 | 2B | 46 | 21 | 17 | 36 | 2C |
| Octal | 254 | 142 | 64 | 0 | 53 | 106 | 41 | 27 | 66 | 54 |
| Binary | 10101100 | 1100010 | 110100 | 0 | 101011 | 1000110 | 100001 | 10111 | 110110 | 101100 |
Color Harmonies of #AC6234
Complementary color
Monochromatic Colors of #AC6234
Black with #AC6234
Text Example
Text Example
White with #AC6234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6234; }
p { color: rgb(172,98,52); }
H1.HeaderClassName
{
color: #AC6234;
}
.AnyTagClassName
{
color: #AC6234;
}
</style>
background-color css
<style>
a { background-color: #AC6234; }
a { background-color: rgb(172,98,52); }
div.DivClassName
{
background-color: #AC6234;
}
.BgClassName
{
background-color: #AC6234;
}
</style>
border-color css
<style>
span { border-color: #AC6234; }
span { border-color: rgb(172,98,52); }
td.TdClassName
{
border-color: #AC6234;
}
.TagClassName
{
border-color: #AC6234;
}
</style>