Shades of Mai Tai #AC6526
Tints of Mai Tai #AC6526
RGB
CMYK
RGB Variations
Color information
#AC6526 (or 0xAC6526) is known color: Mai Tai. HEX triplet: AC, 65 and 26. RGB value is (172,101,38). Sum of RGB (Red+Green+Blue) = 172+101+38=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 38 (15.23% from 255 or 12.22% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6526 is #539AD9. Grayscale: #737373. Windows color (decimal): -5479130 or 2516396. OLE color: 2516396.
HSL color Cylindrical-coordinate representation of color #AC6526: hue angle of 28.21º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC6526 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 38 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.33 |
| HSL | 28.21º | 0.64% | 0.41% | - |
| HSV(B) | 28.21º | 0.78% | 0.67% | - |
| XYZ | 22.02 | 18.22 | 4.19 | - |
| YUV | 115.05 | 84.52 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 38 | 0 | 0.41 | 0.78 | 0.33 | 28.21 | 0.64 | 0.41 |
| Hex | AC | 65 | 26 | 0 | 29 | 4E | 21 | 1C | 40 | 29 |
| Octal | 254 | 145 | 46 | 0 | 51 | 116 | 41 | 34 | 100 | 51 |
| Binary | 10101100 | 1100101 | 100110 | 0 | 101001 | 1001110 | 100001 | 11100 | 1000000 | 101001 |
Color Harmonies of #AC6526
Complementary color
Monochromatic Colors of #AC6526
Black with #AC6526
Text Example
Text Example
White with #AC6526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6526; }
p { color: rgb(172,101,38); }
H1.HeaderClassName
{
color: #AC6526;
}
.AnyTagClassName
{
color: #AC6526;
}
</style>
background-color css
<style>
a { background-color: #AC6526; }
a { background-color: rgb(172,101,38); }
div.DivClassName
{
background-color: #AC6526;
}
.BgClassName
{
background-color: #AC6526;
}
</style>
border-color css
<style>
span { border-color: #AC6526; }
span { border-color: rgb(172,101,38); }
td.TdClassName
{
border-color: #AC6526;
}
.TagClassName
{
border-color: #AC6526;
}
</style>