Shades of Mai Tai #AC6128
Tints of Mai Tai #AC6128
RGB
CMYK
RGB Variations
Color information
#AC6128 (or 0xAC6128) is known color: Mai Tai. HEX triplet: AC, 61 and 28. RGB value is (172,97,40). Sum of RGB (Red+Green+Blue) = 172+97+40=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6128 is #539ED7. Grayscale: #717171. Windows color (decimal): -5480152 or 2646444. OLE color: 2646444.
HSL color Cylindrical-coordinate representation of color #AC6128: hue angle of 25.91º 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 #AC6128 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 97 | 40 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.33 |
| HSL | 25.91º | 0.62% | 0.42% | - |
| HSV(B) | 25.91º | 0.77% | 0.67% | - |
| XYZ | 21.67 | 17.47 | 4.24 | - |
| YUV | 112.93 | 86.85 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 97 | 40 | 0 | 0.44 | 0.77 | 0.33 | 25.91 | 0.62 | 0.42 |
| Hex | AC | 61 | 28 | 0 | 2C | 4D | 21 | 1A | 3E | 2A |
| Octal | 254 | 141 | 50 | 0 | 54 | 115 | 41 | 32 | 76 | 52 |
| Binary | 10101100 | 1100001 | 101000 | 0 | 101100 | 1001101 | 100001 | 11010 | 111110 | 101010 |
Color Harmonies of #AC6128
Complementary color
Monochromatic Colors of #AC6128
Black with #AC6128
Text Example
Text Example
White with #AC6128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6128; }
p { color: rgb(172,97,40); }
H1.HeaderClassName
{
color: #AC6128;
}
.AnyTagClassName
{
color: #AC6128;
}
</style>
background-color css
<style>
a { background-color: #AC6128; }
a { background-color: rgb(172,97,40); }
div.DivClassName
{
background-color: #AC6128;
}
.BgClassName
{
background-color: #AC6128;
}
</style>
border-color css
<style>
span { border-color: #AC6128; }
span { border-color: rgb(172,97,40); }
td.TdClassName
{
border-color: #AC6128;
}
.TagClassName
{
border-color: #AC6128;
}
</style>