Shades of Mai Tai #AC6831
Tints of Mai Tai #AC6831
RGB
CMYK
RGB Variations
Color information
#AC6831 (or 0xAC6831) is known color: Mai Tai. HEX triplet: AC, 68 and 31. RGB value is (172,104,49). Sum of RGB (Red+Green+Blue) = 172+104+49=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6831 is #5397CE. Grayscale: #767676. Windows color (decimal): -5478351 or 3238060. OLE color: 3238060.
HSL color Cylindrical-coordinate representation of color #AC6831: hue angle of 26.83º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC6831 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 49 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.33 |
| HSL | 26.83º | 0.56% | 0.43% | - |
| HSV(B) | 26.83º | 0.72% | 0.67% | - |
| XYZ | 22.52 | 18.89 | 5.37 | - |
| YUV | 118.06 | 89.03 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 49 | 0 | 0.40 | 0.72 | 0.33 | 26.83 | 0.56 | 0.43 |
| Hex | AC | 68 | 31 | 0 | 28 | 48 | 21 | 1B | 38 | 2B |
| Octal | 254 | 150 | 61 | 0 | 50 | 110 | 41 | 33 | 70 | 53 |
| Binary | 10101100 | 1101000 | 110001 | 0 | 101000 | 1001000 | 100001 | 11011 | 111000 | 101011 |
Color Harmonies of #AC6831
Complementary color
Monochromatic Colors of #AC6831
Black with #AC6831
Text Example
Text Example
White with #AC6831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6831; }
p { color: rgb(172,104,49); }
H1.HeaderClassName
{
color: #AC6831;
}
.AnyTagClassName
{
color: #AC6831;
}
</style>
background-color css
<style>
a { background-color: #AC6831; }
a { background-color: rgb(172,104,49); }
div.DivClassName
{
background-color: #AC6831;
}
.BgClassName
{
background-color: #AC6831;
}
</style>
border-color css
<style>
span { border-color: #AC6831; }
span { border-color: rgb(172,104,49); }
td.TdClassName
{
border-color: #AC6831;
}
.TagClassName
{
border-color: #AC6831;
}
</style>