Shades of Mai Tai #AC672B
Tints of Mai Tai #AC672B
RGB
CMYK
RGB Variations
Color information
#AC672B (or 0xAC672B) is known color: Mai Tai. HEX triplet: AC, 67 and 2B. RGB value is (172,103,43). Sum of RGB (Red+Green+Blue) = 172+103+43=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC672B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC672B is #5398D4. Grayscale: #757575. Windows color (decimal): -5478613 or 2844588. OLE color: 2844588.
HSL color Cylindrical-coordinate representation of color #AC672B: hue angle of 27.91º 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 #AC672B is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 43 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.33 |
| HSL | 27.91º | 0.6% | 0.42% | - |
| HSV(B) | 27.91º | 0.75% | 0.67% | - |
| XYZ | 22.3 | 18.65 | 4.71 | - |
| YUV | 116.79 | 86.36 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 43 | 0 | 0.40 | 0.75 | 0.33 | 27.91 | 0.6 | 0.42 |
| Hex | AC | 67 | 2B | 0 | 28 | 4B | 21 | 1C | 3C | 2A |
| Octal | 254 | 147 | 53 | 0 | 50 | 113 | 41 | 34 | 74 | 52 |
| Binary | 10101100 | 1100111 | 101011 | 0 | 101000 | 1001011 | 100001 | 11100 | 111100 | 101010 |
Color Harmonies of #AC672B
Complementary color
Monochromatic Colors of #AC672B
Black with #AC672B
Text Example
Text Example
White with #AC672B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC672B; }
p { color: rgb(172,103,43); }
H1.HeaderClassName
{
color: #AC672B;
}
.AnyTagClassName
{
color: #AC672B;
}
</style>
background-color css
<style>
a { background-color: #AC672B; }
a { background-color: rgb(172,103,43); }
div.DivClassName
{
background-color: #AC672B;
}
.BgClassName
{
background-color: #AC672B;
}
</style>
border-color css
<style>
span { border-color: #AC672B; }
span { border-color: rgb(172,103,43); }
td.TdClassName
{
border-color: #AC672B;
}
.TagClassName
{
border-color: #AC672B;
}
</style>