Shades of Mai Tai #AC6836
Tints of Mai Tai #AC6836
RGB
CMYK
RGB Variations
Color information
#AC6836 (or 0xAC6836) is known color: Mai Tai. HEX triplet: AC, 68 and 36. RGB value is (172,104,54). Sum of RGB (Red+Green+Blue) = 172+104+54=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6836 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6836 is #5397C9. Grayscale: #767676. Windows color (decimal): -5478346 or 3565740. OLE color: 3565740.
HSL color Cylindrical-coordinate representation of color #AC6836: hue angle of 25.42º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC6836 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 54 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.33 |
| HSL | 25.42º | 0.52% | 0.44% | - |
| HSV(B) | 25.42º | 0.69% | 0.67% | - |
| XYZ | 22.63 | 18.94 | 5.95 | - |
| YUV | 118.63 | 91.53 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 54 | 0 | 0.40 | 0.69 | 0.33 | 25.42 | 0.52 | 0.44 |
| Hex | AC | 68 | 36 | 0 | 28 | 45 | 21 | 19 | 34 | 2C |
| Octal | 254 | 150 | 66 | 0 | 50 | 105 | 41 | 31 | 64 | 54 |
| Binary | 10101100 | 1101000 | 110110 | 0 | 101000 | 1000101 | 100001 | 11001 | 110100 | 101100 |
Color Harmonies of #AC6836
Complementary color
Monochromatic Colors of #AC6836
Black with #AC6836
Text Example
Text Example
White with #AC6836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6836; }
p { color: rgb(172,104,54); }
H1.HeaderClassName
{
color: #AC6836;
}
.AnyTagClassName
{
color: #AC6836;
}
</style>
background-color css
<style>
a { background-color: #AC6836; }
a { background-color: rgb(172,104,54); }
div.DivClassName
{
background-color: #AC6836;
}
.BgClassName
{
background-color: #AC6836;
}
</style>
border-color css
<style>
span { border-color: #AC6836; }
span { border-color: rgb(172,104,54); }
td.TdClassName
{
border-color: #AC6836;
}
.TagClassName
{
border-color: #AC6836;
}
</style>