Shades of Mai Tai #AC672E
Tints of Mai Tai #AC672E
RGB
CMYK
RGB Variations
Color information
#AC672E (or 0xAC672E) is known color: Mai Tai. HEX triplet: AC, 67 and 2E. RGB value is (172,103,46). Sum of RGB (Red+Green+Blue) = 172+103+46=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC672E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC672E is #5398D1. Grayscale: #757575. Windows color (decimal): -5478610 or 3041196. OLE color: 3041196.
HSL color Cylindrical-coordinate representation of color #AC672E: hue angle of 27.14º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC672E is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 46 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.33 |
| HSL | 27.14º | 0.58% | 0.43% | - |
| HSV(B) | 27.14º | 0.73% | 0.67% | - |
| XYZ | 22.36 | 18.67 | 5.01 | - |
| YUV | 117.13 | 87.86 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 46 | 0 | 0.40 | 0.73 | 0.33 | 27.14 | 0.58 | 0.43 |
| Hex | AC | 67 | 2E | 0 | 28 | 49 | 21 | 1B | 3A | 2B |
| Octal | 254 | 147 | 56 | 0 | 50 | 111 | 41 | 33 | 72 | 53 |
| Binary | 10101100 | 1100111 | 101110 | 0 | 101000 | 1001001 | 100001 | 11011 | 111010 | 101011 |
Color Harmonies of #AC672E
Complementary color
Monochromatic Colors of #AC672E
Black with #AC672E
Text Example
Text Example
White with #AC672E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC672E; }
p { color: rgb(172,103,46); }
H1.HeaderClassName
{
color: #AC672E;
}
.AnyTagClassName
{
color: #AC672E;
}
</style>
background-color css
<style>
a { background-color: #AC672E; }
a { background-color: rgb(172,103,46); }
div.DivClassName
{
background-color: #AC672E;
}
.BgClassName
{
background-color: #AC672E;
}
</style>
border-color css
<style>
span { border-color: #AC672E; }
span { border-color: rgb(172,103,46); }
td.TdClassName
{
border-color: #AC672E;
}
.TagClassName
{
border-color: #AC672E;
}
</style>