Shades of Mai Tai #AC621C
Tints of Mai Tai #AC621C
RGB
CMYK
RGB Variations
Color information
#AC621C (or 0xAC621C) is known color: Mai Tai. HEX triplet: AC, 62 and 1C. RGB value is (172,98,28). Sum of RGB (Red+Green+Blue) = 172+98+28=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC621C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC621C is #539DE3. Grayscale: #707070. Windows color (decimal): -5479908 or 1860268. OLE color: 1860268.
HSL color Cylindrical-coordinate representation of color #AC621C: hue angle of 29.17º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC621C is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 98 | 28 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.33 |
| HSL | 29.17º | 0.72% | 0.39% | - |
| HSV(B) | 29.17º | 0.84% | 0.67% | - |
| XYZ | 21.59 | 17.59 | 3.36 | - |
| YUV | 112.15 | 80.52 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 28 | 0 | 0.43 | 0.84 | 0.33 | 29.17 | 0.72 | 0.39 |
| Hex | AC | 62 | 1C | 0 | 2B | 54 | 21 | 1D | 48 | 27 |
| Octal | 254 | 142 | 34 | 0 | 53 | 124 | 41 | 35 | 110 | 47 |
| Binary | 10101100 | 1100010 | 11100 | 0 | 101011 | 1010100 | 100001 | 11101 | 1001000 | 100111 |
Color Harmonies of #AC621C
Complementary color
Monochromatic Colors of #AC621C
Black with #AC621C
Text Example
Text Example
White with #AC621C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC621C; }
p { color: rgb(172,98,28); }
H1.HeaderClassName
{
color: #AC621C;
}
.AnyTagClassName
{
color: #AC621C;
}
</style>
background-color css
<style>
a { background-color: #AC621C; }
a { background-color: rgb(172,98,28); }
div.DivClassName
{
background-color: #AC621C;
}
.BgClassName
{
background-color: #AC621C;
}
</style>
border-color css
<style>
span { border-color: #AC621C; }
span { border-color: rgb(172,98,28); }
td.TdClassName
{
border-color: #AC621C;
}
.TagClassName
{
border-color: #AC621C;
}
</style>