Shades of Mai Tai #AC6020
Tints of Mai Tai #AC6020
RGB
CMYK
RGB Variations
Color information
#AC6020 (or 0xAC6020) is known color: Mai Tai. HEX triplet: AC, 60 and 20. RGB value is (172,96,32). Sum of RGB (Red+Green+Blue) = 172+96+32=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6020 is #539FDF. Grayscale: #6F6F6F. Windows color (decimal): -5480416 or 2121900. OLE color: 2121900.
HSL color Cylindrical-coordinate representation of color #AC6020: hue angle of 27.43º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC6020 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 96 | 32 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.33 |
| HSL | 27.43º | 0.69% | 0.4% | - |
| HSV(B) | 27.43º | 0.81% | 0.67% | - |
| XYZ | 21.46 | 17.24 | 3.56 | - |
| YUV | 111.43 | 83.18 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 96 | 32 | 0 | 0.44 | 0.81 | 0.33 | 27.43 | 0.69 | 0.4 |
| Hex | AC | 60 | 20 | 0 | 2C | 51 | 21 | 1B | 45 | 28 |
| Octal | 254 | 140 | 40 | 0 | 54 | 121 | 41 | 33 | 105 | 50 |
| Binary | 10101100 | 1100000 | 100000 | 0 | 101100 | 1010001 | 100001 | 11011 | 1000101 | 101000 |
Color Harmonies of #AC6020
Complementary color
Monochromatic Colors of #AC6020
Black with #AC6020
Text Example
Text Example
White with #AC6020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6020; }
p { color: rgb(172,96,32); }
H1.HeaderClassName
{
color: #AC6020;
}
.AnyTagClassName
{
color: #AC6020;
}
</style>
background-color css
<style>
a { background-color: #AC6020; }
a { background-color: rgb(172,96,32); }
div.DivClassName
{
background-color: #AC6020;
}
.BgClassName
{
background-color: #AC6020;
}
</style>
border-color css
<style>
span { border-color: #AC6020; }
span { border-color: rgb(172,96,32); }
td.TdClassName
{
border-color: #AC6020;
}
.TagClassName
{
border-color: #AC6020;
}
</style>