Shades of Mai Tai #AC622C
Tints of Mai Tai #AC622C
RGB
CMYK
RGB Variations
Color information
#AC622C (or 0xAC622C) is known color: Mai Tai. HEX triplet: AC, 62 and 2C. RGB value is (172,98,44). Sum of RGB (Red+Green+Blue) = 172+98+44=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC622C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC622C is #539DD3. Grayscale: #727272. Windows color (decimal): -5479892 or 2908844. OLE color: 2908844.
HSL color Cylindrical-coordinate representation of color #AC622C: hue angle of 25.31º 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 #AC622C is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 98 | 44 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.33 |
| HSL | 25.31º | 0.59% | 0.42% | - |
| HSV(B) | 25.31º | 0.74% | 0.67% | - |
| XYZ | 21.84 | 17.69 | 4.65 | - |
| YUV | 113.97 | 88.52 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 44 | 0 | 0.43 | 0.74 | 0.33 | 25.31 | 0.59 | 0.42 |
| Hex | AC | 62 | 2C | 0 | 2B | 4A | 21 | 19 | 3B | 2A |
| Octal | 254 | 142 | 54 | 0 | 53 | 112 | 41 | 31 | 73 | 52 |
| Binary | 10101100 | 1100010 | 101100 | 0 | 101011 | 1001010 | 100001 | 11001 | 111011 | 101010 |
Color Harmonies of #AC622C
Complementary color
Monochromatic Colors of #AC622C
Black with #AC622C
Text Example
Text Example
White with #AC622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC622C; }
p { color: rgb(172,98,44); }
H1.HeaderClassName
{
color: #AC622C;
}
.AnyTagClassName
{
color: #AC622C;
}
</style>
background-color css
<style>
a { background-color: #AC622C; }
a { background-color: rgb(172,98,44); }
div.DivClassName
{
background-color: #AC622C;
}
.BgClassName
{
background-color: #AC622C;
}
</style>
border-color css
<style>
span { border-color: #AC622C; }
span { border-color: rgb(172,98,44); }
td.TdClassName
{
border-color: #AC622C;
}
.TagClassName
{
border-color: #AC622C;
}
</style>