Shades of Mai Tai #AC682B
Tints of Mai Tai #AC682B
RGB
CMYK
RGB Variations
Color information
#AC682B (or 0xAC682B) is known color: Mai Tai. HEX triplet: AC, 68 and 2B. RGB value is (172,104,43). Sum of RGB (Red+Green+Blue) = 172+104+43=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC682B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC682B is #5397D4. Grayscale: #757575. Windows color (decimal): -5478357 or 2844844. OLE color: 2844844.
HSL color Cylindrical-coordinate representation of color #AC682B: hue angle of 28.37º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC682B is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 43 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.33 |
| HSL | 28.37º | 0.6% | 0.42% | - |
| HSV(B) | 28.37º | 0.75% | 0.67% | - |
| XYZ | 22.4 | 18.85 | 4.74 | - |
| YUV | 117.38 | 86.03 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 43 | 0 | 0.40 | 0.75 | 0.33 | 28.37 | 0.6 | 0.42 |
| Hex | AC | 68 | 2B | 0 | 28 | 4B | 21 | 1C | 3C | 2A |
| Octal | 254 | 150 | 53 | 0 | 50 | 113 | 41 | 34 | 74 | 52 |
| Binary | 10101100 | 1101000 | 101011 | 0 | 101000 | 1001011 | 100001 | 11100 | 111100 | 101010 |
Color Harmonies of #AC682B
Complementary color
Monochromatic Colors of #AC682B
Black with #AC682B
Text Example
Text Example
White with #AC682B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC682B; }
p { color: rgb(172,104,43); }
H1.HeaderClassName
{
color: #AC682B;
}
.AnyTagClassName
{
color: #AC682B;
}
</style>
background-color css
<style>
a { background-color: #AC682B; }
a { background-color: rgb(172,104,43); }
div.DivClassName
{
background-color: #AC682B;
}
.BgClassName
{
background-color: #AC682B;
}
</style>
border-color css
<style>
span { border-color: #AC682B; }
span { border-color: rgb(172,104,43); }
td.TdClassName
{
border-color: #AC682B;
}
.TagClassName
{
border-color: #AC682B;
}
</style>