Shades of Mai Tai #AC6627
Tints of Mai Tai #AC6627
RGB
CMYK
RGB Variations
Color information
#AC6627 (or 0xAC6627) is known color: Mai Tai. HEX triplet: AC, 66 and 27. RGB value is (172,102,39). Sum of RGB (Red+Green+Blue) = 172+102+39=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6627 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6627 is #5399D8. Grayscale: #747474. Windows color (decimal): -5478873 or 2582188. OLE color: 2582188.
HSL color Cylindrical-coordinate representation of color #AC6627: hue angle of 28.42º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC6627 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 39 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.33 |
| HSL | 28.42º | 0.63% | 0.41% | - |
| HSV(B) | 28.42º | 0.77% | 0.67% | - |
| XYZ | 22.13 | 18.42 | 4.31 | - |
| YUV | 115.75 | 84.69 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 39 | 0 | 0.41 | 0.77 | 0.33 | 28.42 | 0.63 | 0.41 |
| Hex | AC | 66 | 27 | 0 | 29 | 4D | 21 | 1C | 3F | 29 |
| Octal | 254 | 146 | 47 | 0 | 51 | 115 | 41 | 34 | 77 | 51 |
| Binary | 10101100 | 1100110 | 100111 | 0 | 101001 | 1001101 | 100001 | 11100 | 111111 | 101001 |
Color Harmonies of #AC6627
Complementary color
Monochromatic Colors of #AC6627
Black with #AC6627
Text Example
Text Example
White with #AC6627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6627; }
p { color: rgb(172,102,39); }
H1.HeaderClassName
{
color: #AC6627;
}
.AnyTagClassName
{
color: #AC6627;
}
</style>
background-color css
<style>
a { background-color: #AC6627; }
a { background-color: rgb(172,102,39); }
div.DivClassName
{
background-color: #AC6627;
}
.BgClassName
{
background-color: #AC6627;
}
</style>
border-color css
<style>
span { border-color: #AC6627; }
span { border-color: rgb(172,102,39); }
td.TdClassName
{
border-color: #AC6627;
}
.TagClassName
{
border-color: #AC6627;
}
</style>