Shades of Mai Tai #AC6727
Tints of Mai Tai #AC6727
RGB
CMYK
RGB Variations
Color information
#AC6727 (or 0xAC6727) is known color: Mai Tai. HEX triplet: AC, 67 and 27. RGB value is (172,103,39). Sum of RGB (Red+Green+Blue) = 172+103+39=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6727 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6727 is #5398D8. Grayscale: #747474. Windows color (decimal): -5478617 or 2582444. OLE color: 2582444.
HSL color Cylindrical-coordinate representation of color #AC6727: hue angle of 28.87º 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 #AC6727 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 39 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.33 |
| HSL | 28.87º | 0.63% | 0.41% | - |
| HSV(B) | 28.87º | 0.77% | 0.67% | - |
| XYZ | 22.23 | 18.62 | 4.34 | - |
| YUV | 116.34 | 84.36 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 39 | 0 | 0.40 | 0.77 | 0.33 | 28.87 | 0.63 | 0.41 |
| Hex | AC | 67 | 27 | 0 | 28 | 4D | 21 | 1D | 3F | 29 |
| Octal | 254 | 147 | 47 | 0 | 50 | 115 | 41 | 35 | 77 | 51 |
| Binary | 10101100 | 1100111 | 100111 | 0 | 101000 | 1001101 | 100001 | 11101 | 111111 | 101001 |
Color Harmonies of #AC6727
Complementary color
Monochromatic Colors of #AC6727
Black with #AC6727
Text Example
Text Example
White with #AC6727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6727; }
p { color: rgb(172,103,39); }
H1.HeaderClassName
{
color: #AC6727;
}
.AnyTagClassName
{
color: #AC6727;
}
</style>
background-color css
<style>
a { background-color: #AC6727; }
a { background-color: rgb(172,103,39); }
div.DivClassName
{
background-color: #AC6727;
}
.BgClassName
{
background-color: #AC6727;
}
</style>
border-color css
<style>
span { border-color: #AC6727; }
span { border-color: rgb(172,103,39); }
td.TdClassName
{
border-color: #AC6727;
}
.TagClassName
{
border-color: #AC6727;
}
</style>