Shades of Mai Tai #AC6620
Tints of Mai Tai #AC6620
RGB
CMYK
RGB Variations
Color information
#AC6620 (or 0xAC6620) is known color: Mai Tai. HEX triplet: AC, 66 and 20. RGB value is (172,102,32). Sum of RGB (Red+Green+Blue) = 172+102+32=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6620 is #5399DF. Grayscale: #737373. Windows color (decimal): -5478880 or 2123436. OLE color: 2123436.
HSL color Cylindrical-coordinate representation of color #AC6620: hue angle of 30º 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 #AC6620 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 32 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.33 |
| HSL | 30º | 0.69% | 0.4% | - |
| HSV(B) | 30º | 0.81% | 0.67% | - |
| XYZ | 22.03 | 18.38 | 3.75 | - |
| YUV | 114.95 | 81.19 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 32 | 0 | 0.41 | 0.81 | 0.33 | 30 | 0.69 | 0.4 |
| Hex | AC | 66 | 20 | 0 | 29 | 51 | 21 | 1E | 45 | 28 |
| Octal | 254 | 146 | 40 | 0 | 51 | 121 | 41 | 36 | 105 | 50 |
| Binary | 10101100 | 1100110 | 100000 | 0 | 101001 | 1010001 | 100001 | 11110 | 1000101 | 101000 |
Color Harmonies of #AC6620
Complementary color
Monochromatic Colors of #AC6620
Black with #AC6620
Text Example
Text Example
White with #AC6620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6620; }
p { color: rgb(172,102,32); }
H1.HeaderClassName
{
color: #AC6620;
}
.AnyTagClassName
{
color: #AC6620;
}
</style>
background-color css
<style>
a { background-color: #AC6620; }
a { background-color: rgb(172,102,32); }
div.DivClassName
{
background-color: #AC6620;
}
.BgClassName
{
background-color: #AC6620;
}
</style>
border-color css
<style>
span { border-color: #AC6620; }
span { border-color: rgb(172,102,32); }
td.TdClassName
{
border-color: #AC6620;
}
.TagClassName
{
border-color: #AC6620;
}
</style>