Shades of Mai Tai #AC602C
Tints of Mai Tai #AC602C
RGB
CMYK
RGB Variations
Color information
#AC602C (or 0xAC602C) is known color: Mai Tai. HEX triplet: AC, 60 and 2C. RGB value is (172,96,44). Sum of RGB (Red+Green+Blue) = 172+96+44=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC602C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC602C is #539FD3. Grayscale: #717171. Windows color (decimal): -5480404 or 2908332. OLE color: 2908332.
HSL color Cylindrical-coordinate representation of color #AC602C: hue angle of 24.38º 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 #AC602C is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 96 | 44 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.33 |
| HSL | 24.38º | 0.59% | 0.42% | - |
| HSV(B) | 24.38º | 0.74% | 0.67% | - |
| XYZ | 21.65 | 17.32 | 4.58 | - |
| YUV | 112.8 | 89.18 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 96 | 44 | 0 | 0.44 | 0.74 | 0.33 | 24.38 | 0.59 | 0.42 |
| Hex | AC | 60 | 2C | 0 | 2C | 4A | 21 | 18 | 3B | 2A |
| Octal | 254 | 140 | 54 | 0 | 54 | 112 | 41 | 30 | 73 | 52 |
| Binary | 10101100 | 1100000 | 101100 | 0 | 101100 | 1001010 | 100001 | 11000 | 111011 | 101010 |
Color Harmonies of #AC602C
Complementary color
Monochromatic Colors of #AC602C
Black with #AC602C
Text Example
Text Example
White with #AC602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC602C; }
p { color: rgb(172,96,44); }
H1.HeaderClassName
{
color: #AC602C;
}
.AnyTagClassName
{
color: #AC602C;
}
</style>
background-color css
<style>
a { background-color: #AC602C; }
a { background-color: rgb(172,96,44); }
div.DivClassName
{
background-color: #AC602C;
}
.BgClassName
{
background-color: #AC602C;
}
</style>
border-color css
<style>
span { border-color: #AC602C; }
span { border-color: rgb(172,96,44); }
td.TdClassName
{
border-color: #AC602C;
}
.TagClassName
{
border-color: #AC602C;
}
</style>