Shades of Mai Tai #AC6A28
Tints of Mai Tai #AC6A28
RGB
CMYK
RGB Variations
Color information
#AC6A28 (or 0xAC6A28) is known color: Mai Tai. HEX triplet: AC, 6A and 28. RGB value is (172,106,40). Sum of RGB (Red+Green+Blue) = 172+106+40=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6A28 is #5395D7. Grayscale: #767676. Windows color (decimal): -5477848 or 2648748. OLE color: 2648748.
HSL color Cylindrical-coordinate representation of color #AC6A28: hue angle of 30º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC6A28 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 106 | 40 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.33 |
| HSL | 30º | 0.62% | 0.42% | - |
| HSV(B) | 30º | 0.77% | 0.67% | - |
| XYZ | 22.55 | 19.23 | 4.53 | - |
| YUV | 118.21 | 83.87 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 106 | 40 | 0 | 0.38 | 0.77 | 0.33 | 30 | 0.62 | 0.42 |
| Hex | AC | 6A | 28 | 0 | 26 | 4D | 21 | 1E | 3E | 2A |
| Octal | 254 | 152 | 50 | 0 | 46 | 115 | 41 | 36 | 76 | 52 |
| Binary | 10101100 | 1101010 | 101000 | 0 | 100110 | 1001101 | 100001 | 11110 | 111110 | 101010 |
Color Harmonies of #AC6A28
Complementary color
Monochromatic Colors of #AC6A28
Black with #AC6A28
Text Example
Text Example
White with #AC6A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6A28; }
p { color: rgb(172,106,40); }
H1.HeaderClassName
{
color: #AC6A28;
}
.AnyTagClassName
{
color: #AC6A28;
}
</style>
background-color css
<style>
a { background-color: #AC6A28; }
a { background-color: rgb(172,106,40); }
div.DivClassName
{
background-color: #AC6A28;
}
.BgClassName
{
background-color: #AC6A28;
}
</style>
border-color css
<style>
span { border-color: #AC6A28; }
span { border-color: rgb(172,106,40); }
td.TdClassName
{
border-color: #AC6A28;
}
.TagClassName
{
border-color: #AC6A28;
}
</style>