Shades of Mai Tai #AC682A
Tints of Mai Tai #AC682A
RGB
CMYK
RGB Variations
Color information
#AC682A (or 0xAC682A) is known color: Mai Tai. HEX triplet: AC, 68 and 2A. RGB value is (172,104,42). Sum of RGB (Red+Green+Blue) = 172+104+42=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC682A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC682A is #5397D5. Grayscale: #757575. Windows color (decimal): -5478358 or 2779308. OLE color: 2779308.
HSL color Cylindrical-coordinate representation of color #AC682A: hue angle of 28.62º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC682A is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 42 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.33 |
| HSL | 28.62º | 0.61% | 0.42% | - |
| HSV(B) | 28.62º | 0.76% | 0.67% | - |
| XYZ | 22.38 | 18.84 | 4.65 | - |
| YUV | 117.26 | 85.53 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 42 | 0 | 0.40 | 0.76 | 0.33 | 28.62 | 0.61 | 0.42 |
| Hex | AC | 68 | 2A | 0 | 28 | 4C | 21 | 1D | 3D | 2A |
| Octal | 254 | 150 | 52 | 0 | 50 | 114 | 41 | 35 | 75 | 52 |
| Binary | 10101100 | 1101000 | 101010 | 0 | 101000 | 1001100 | 100001 | 11101 | 111101 | 101010 |
Color Harmonies of #AC682A
Complementary color
Monochromatic Colors of #AC682A
Black with #AC682A
Text Example
Text Example
White with #AC682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC682A; }
p { color: rgb(172,104,42); }
H1.HeaderClassName
{
color: #AC682A;
}
.AnyTagClassName
{
color: #AC682A;
}
</style>
background-color css
<style>
a { background-color: #AC682A; }
a { background-color: rgb(172,104,42); }
div.DivClassName
{
background-color: #AC682A;
}
.BgClassName
{
background-color: #AC682A;
}
</style>
border-color css
<style>
span { border-color: #AC682A; }
span { border-color: rgb(172,104,42); }
td.TdClassName
{
border-color: #AC682A;
}
.TagClassName
{
border-color: #AC682A;
}
</style>