Shades of Mai Tai #AC642A
Tints of Mai Tai #AC642A
RGB
CMYK
RGB Variations
Color information
#AC642A (or 0xAC642A) is known color: Mai Tai. HEX triplet: AC, 64 and 2A. RGB value is (172,100,42). Sum of RGB (Red+Green+Blue) = 172+100+42=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC642A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC642A is #539BD5. Grayscale: #737373. Windows color (decimal): -5479382 or 2778284. OLE color: 2778284.
HSL color Cylindrical-coordinate representation of color #AC642A: hue angle of 26.77º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC642A is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 42 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.33 |
| HSL | 26.77º | 0.61% | 0.42% | - |
| HSV(B) | 26.77º | 0.76% | 0.67% | - |
| XYZ | 21.99 | 18.05 | 4.52 | - |
| YUV | 114.92 | 86.85 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 42 | 0 | 0.42 | 0.76 | 0.33 | 26.77 | 0.61 | 0.42 |
| Hex | AC | 64 | 2A | 0 | 2A | 4C | 21 | 1B | 3D | 2A |
| Octal | 254 | 144 | 52 | 0 | 52 | 114 | 41 | 33 | 75 | 52 |
| Binary | 10101100 | 1100100 | 101010 | 0 | 101010 | 1001100 | 100001 | 11011 | 111101 | 101010 |
Color Harmonies of #AC642A
Complementary color
Monochromatic Colors of #AC642A
Black with #AC642A
Text Example
Text Example
White with #AC642A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC642A; }
p { color: rgb(172,100,42); }
H1.HeaderClassName
{
color: #AC642A;
}
.AnyTagClassName
{
color: #AC642A;
}
</style>
background-color css
<style>
a { background-color: #AC642A; }
a { background-color: rgb(172,100,42); }
div.DivClassName
{
background-color: #AC642A;
}
.BgClassName
{
background-color: #AC642A;
}
</style>
border-color css
<style>
span { border-color: #AC642A; }
span { border-color: rgb(172,100,42); }
td.TdClassName
{
border-color: #AC642A;
}
.TagClassName
{
border-color: #AC642A;
}
</style>