Shades of Mai Tai #AC6828
Tints of Mai Tai #AC6828
RGB
CMYK
RGB Variations
Color information
#AC6828 (or 0xAC6828) is known color: Mai Tai. HEX triplet: AC, 68 and 28. RGB value is (172,104,40). Sum of RGB (Red+Green+Blue) = 172+104+40=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6828 is #5397D7. Grayscale: #757575. Windows color (decimal): -5478360 or 2648236. OLE color: 2648236.
HSL color Cylindrical-coordinate representation of color #AC6828: hue angle of 29.09º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC6828 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 40 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.33 |
| HSL | 29.09º | 0.62% | 0.42% | - |
| HSV(B) | 29.09º | 0.77% | 0.67% | - |
| XYZ | 22.35 | 18.82 | 4.46 | - |
| YUV | 117.04 | 84.53 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 40 | 0 | 0.40 | 0.77 | 0.33 | 29.09 | 0.62 | 0.42 |
| Hex | AC | 68 | 28 | 0 | 28 | 4D | 21 | 1D | 3E | 2A |
| Octal | 254 | 150 | 50 | 0 | 50 | 115 | 41 | 35 | 76 | 52 |
| Binary | 10101100 | 1101000 | 101000 | 0 | 101000 | 1001101 | 100001 | 11101 | 111110 | 101010 |
Color Harmonies of #AC6828
Complementary color
Monochromatic Colors of #AC6828
Black with #AC6828
Text Example
Text Example
White with #AC6828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6828; }
p { color: rgb(172,104,40); }
H1.HeaderClassName
{
color: #AC6828;
}
.AnyTagClassName
{
color: #AC6828;
}
</style>
background-color css
<style>
a { background-color: #AC6828; }
a { background-color: rgb(172,104,40); }
div.DivClassName
{
background-color: #AC6828;
}
.BgClassName
{
background-color: #AC6828;
}
</style>
border-color css
<style>
span { border-color: #AC6828; }
span { border-color: rgb(172,104,40); }
td.TdClassName
{
border-color: #AC6828;
}
.TagClassName
{
border-color: #AC6828;
}
</style>