Shades of Mai Tai #AC672C
Tints of Mai Tai #AC672C
RGB
CMYK
RGB Variations
Color information
#AC672C (or 0xAC672C) is known color: Mai Tai. HEX triplet: AC, 67 and 2C. RGB value is (172,103,44). Sum of RGB (Red+Green+Blue) = 172+103+44=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC672C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC672C is #5398D3. Grayscale: #757575. Windows color (decimal): -5478612 or 2910124. OLE color: 2910124.
HSL color Cylindrical-coordinate representation of color #AC672C: hue angle of 27.66º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC672C is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 44 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.33 |
| HSL | 27.66º | 0.59% | 0.42% | - |
| HSV(B) | 27.66º | 0.74% | 0.67% | - |
| XYZ | 22.32 | 18.65 | 4.81 | - |
| YUV | 116.91 | 86.86 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 44 | 0 | 0.40 | 0.74 | 0.33 | 27.66 | 0.59 | 0.42 |
| Hex | AC | 67 | 2C | 0 | 28 | 4A | 21 | 1C | 3B | 2A |
| Octal | 254 | 147 | 54 | 0 | 50 | 112 | 41 | 34 | 73 | 52 |
| Binary | 10101100 | 1100111 | 101100 | 0 | 101000 | 1001010 | 100001 | 11100 | 111011 | 101010 |
Color Harmonies of #AC672C
Complementary color
Monochromatic Colors of #AC672C
Black with #AC672C
Text Example
Text Example
White with #AC672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC672C; }
p { color: rgb(172,103,44); }
H1.HeaderClassName
{
color: #AC672C;
}
.AnyTagClassName
{
color: #AC672C;
}
</style>
background-color css
<style>
a { background-color: #AC672C; }
a { background-color: rgb(172,103,44); }
div.DivClassName
{
background-color: #AC672C;
}
.BgClassName
{
background-color: #AC672C;
}
</style>
border-color css
<style>
span { border-color: #AC672C; }
span { border-color: rgb(172,103,44); }
td.TdClassName
{
border-color: #AC672C;
}
.TagClassName
{
border-color: #AC672C;
}
</style>