Shades of Mai Tai #AC6629
Tints of Mai Tai #AC6629
RGB
CMYK
RGB Variations
Color information
#AC6629 (or 0xAC6629) is known color: Mai Tai. HEX triplet: AC, 66 and 29. RGB value is (172,102,41). Sum of RGB (Red+Green+Blue) = 172+102+41=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6629 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6629 is #5399D6. Grayscale: #747474. Windows color (decimal): -5478871 or 2713260. OLE color: 2713260.
HSL color Cylindrical-coordinate representation of color #AC6629: hue angle of 27.94º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC6629 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 41 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.33 |
| HSL | 27.94º | 0.62% | 0.42% | - |
| HSV(B) | 27.94º | 0.76% | 0.67% | - |
| XYZ | 22.16 | 18.43 | 4.49 | - |
| YUV | 115.98 | 85.69 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 41 | 0 | 0.41 | 0.76 | 0.33 | 27.94 | 0.62 | 0.42 |
| Hex | AC | 66 | 29 | 0 | 29 | 4C | 21 | 1C | 3E | 2A |
| Octal | 254 | 146 | 51 | 0 | 51 | 114 | 41 | 34 | 76 | 52 |
| Binary | 10101100 | 1100110 | 101001 | 0 | 101001 | 1001100 | 100001 | 11100 | 111110 | 101010 |
Color Harmonies of #AC6629
Complementary color
Monochromatic Colors of #AC6629
Black with #AC6629
Text Example
Text Example
White with #AC6629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6629; }
p { color: rgb(172,102,41); }
H1.HeaderClassName
{
color: #AC6629;
}
.AnyTagClassName
{
color: #AC6629;
}
</style>
background-color css
<style>
a { background-color: #AC6629; }
a { background-color: rgb(172,102,41); }
div.DivClassName
{
background-color: #AC6629;
}
.BgClassName
{
background-color: #AC6629;
}
</style>
border-color css
<style>
span { border-color: #AC6629; }
span { border-color: rgb(172,102,41); }
td.TdClassName
{
border-color: #AC6629;
}
.TagClassName
{
border-color: #AC6629;
}
</style>