Shades of Mai Tai #AC6028
Tints of Mai Tai #AC6028
RGB
CMYK
RGB Variations
Color information
#AC6028 (or 0xAC6028) is known color: Mai Tai. HEX triplet: AC, 60 and 28. RGB value is (172,96,40). Sum of RGB (Red+Green+Blue) = 172+96+40=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6028 is #539FD7. Grayscale: #707070. Windows color (decimal): -5480408 or 2646188. OLE color: 2646188.
HSL color Cylindrical-coordinate representation of color #AC6028: hue angle of 25.45º 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 #AC6028 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 96 | 40 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.33 |
| HSL | 25.45º | 0.62% | 0.42% | - |
| HSV(B) | 25.45º | 0.77% | 0.67% | - |
| XYZ | 21.58 | 17.29 | 4.21 | - |
| YUV | 112.34 | 87.18 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 96 | 40 | 0 | 0.44 | 0.77 | 0.33 | 25.45 | 0.62 | 0.42 |
| Hex | AC | 60 | 28 | 0 | 2C | 4D | 21 | 19 | 3E | 2A |
| Octal | 254 | 140 | 50 | 0 | 54 | 115 | 41 | 31 | 76 | 52 |
| Binary | 10101100 | 1100000 | 101000 | 0 | 101100 | 1001101 | 100001 | 11001 | 111110 | 101010 |
Color Harmonies of #AC6028
Complementary color
Monochromatic Colors of #AC6028
Black with #AC6028
Text Example
Text Example
White with #AC6028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6028; }
p { color: rgb(172,96,40); }
H1.HeaderClassName
{
color: #AC6028;
}
.AnyTagClassName
{
color: #AC6028;
}
</style>
background-color css
<style>
a { background-color: #AC6028; }
a { background-color: rgb(172,96,40); }
div.DivClassName
{
background-color: #AC6028;
}
.BgClassName
{
background-color: #AC6028;
}
</style>
border-color css
<style>
span { border-color: #AC6028; }
span { border-color: rgb(172,96,40); }
td.TdClassName
{
border-color: #AC6028;
}
.TagClassName
{
border-color: #AC6028;
}
</style>