Shades of Mai Tai #AC682D
Tints of Mai Tai #AC682D
RGB
CMYK
RGB Variations
Color information
#AC682D (or 0xAC682D) is known color: Mai Tai. HEX triplet: AC, 68 and 2D. RGB value is (172,104,45). Sum of RGB (Red+Green+Blue) = 172+104+45=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC682D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC682D is #5397D2. Grayscale: #757575. Windows color (decimal): -5478355 or 2975916. OLE color: 2975916.
HSL color Cylindrical-coordinate representation of color #AC682D: hue angle of 27.87º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC682D is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 45 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.33 |
| HSL | 27.87º | 0.59% | 0.43% | - |
| HSV(B) | 27.87º | 0.74% | 0.67% | - |
| XYZ | 22.44 | 18.86 | 4.94 | - |
| YUV | 117.61 | 87.03 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 45 | 0 | 0.40 | 0.74 | 0.33 | 27.87 | 0.59 | 0.43 |
| Hex | AC | 68 | 2D | 0 | 28 | 4A | 21 | 1C | 3B | 2B |
| Octal | 254 | 150 | 55 | 0 | 50 | 112 | 41 | 34 | 73 | 53 |
| Binary | 10101100 | 1101000 | 101101 | 0 | 101000 | 1001010 | 100001 | 11100 | 111011 | 101011 |
Color Harmonies of #AC682D
Complementary color
Monochromatic Colors of #AC682D
Black with #AC682D
Text Example
Text Example
White with #AC682D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC682D; }
p { color: rgb(172,104,45); }
H1.HeaderClassName
{
color: #AC682D;
}
.AnyTagClassName
{
color: #AC682D;
}
</style>
background-color css
<style>
a { background-color: #AC682D; }
a { background-color: rgb(172,104,45); }
div.DivClassName
{
background-color: #AC682D;
}
.BgClassName
{
background-color: #AC682D;
}
</style>
border-color css
<style>
span { border-color: #AC682D; }
span { border-color: rgb(172,104,45); }
td.TdClassName
{
border-color: #AC682D;
}
.TagClassName
{
border-color: #AC682D;
}
</style>