Shades of Mai Tai #AC642D
Tints of Mai Tai #AC642D
RGB
CMYK
RGB Variations
Color information
#AC642D (or 0xAC642D) is known color: Mai Tai. HEX triplet: AC, 64 and 2D. RGB value is (172,100,45). Sum of RGB (Red+Green+Blue) = 172+100+45=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC642D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC642D is #539BD2. Grayscale: #737373. Windows color (decimal): -5479379 or 2974892. OLE color: 2974892.
HSL color Cylindrical-coordinate representation of color #AC642D: hue angle of 25.98º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC642D is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 45 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.33 |
| HSL | 25.98º | 0.59% | 0.43% | - |
| HSV(B) | 25.98º | 0.74% | 0.67% | - |
| XYZ | 22.04 | 18.07 | 4.81 | - |
| YUV | 115.26 | 88.35 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 45 | 0 | 0.42 | 0.74 | 0.33 | 25.98 | 0.59 | 0.43 |
| Hex | AC | 64 | 2D | 0 | 2A | 4A | 21 | 1A | 3B | 2B |
| Octal | 254 | 144 | 55 | 0 | 52 | 112 | 41 | 32 | 73 | 53 |
| Binary | 10101100 | 1100100 | 101101 | 0 | 101010 | 1001010 | 100001 | 11010 | 111011 | 101011 |
Color Harmonies of #AC642D
Complementary color
Monochromatic Colors of #AC642D
Black with #AC642D
Text Example
Text Example
White with #AC642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC642D; }
p { color: rgb(172,100,45); }
H1.HeaderClassName
{
color: #AC642D;
}
.AnyTagClassName
{
color: #AC642D;
}
</style>
background-color css
<style>
a { background-color: #AC642D; }
a { background-color: rgb(172,100,45); }
div.DivClassName
{
background-color: #AC642D;
}
.BgClassName
{
background-color: #AC642D;
}
</style>
border-color css
<style>
span { border-color: #AC642D; }
span { border-color: rgb(172,100,45); }
td.TdClassName
{
border-color: #AC642D;
}
.TagClassName
{
border-color: #AC642D;
}
</style>