Shades of Mai Tai #AC632D
Tints of Mai Tai #AC632D
RGB
CMYK
RGB Variations
Color information
#AC632D (or 0xAC632D) is known color: Mai Tai. HEX triplet: AC, 63 and 2D. RGB value is (172,99,45). Sum of RGB (Red+Green+Blue) = 172+99+45=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC632D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC632D is #539CD2. Grayscale: #727272. Windows color (decimal): -5479635 or 2974636. OLE color: 2974636.
HSL color Cylindrical-coordinate representation of color #AC632D: hue angle of 25.51º 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 #AC632D is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 99 | 45 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.33 |
| HSL | 25.51º | 0.59% | 0.43% | - |
| HSV(B) | 25.51º | 0.74% | 0.67% | - |
| XYZ | 21.95 | 17.88 | 4.78 | - |
| YUV | 114.67 | 88.68 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 45 | 0 | 0.42 | 0.74 | 0.33 | 25.51 | 0.59 | 0.43 |
| Hex | AC | 63 | 2D | 0 | 2A | 4A | 21 | 1A | 3B | 2B |
| Octal | 254 | 143 | 55 | 0 | 52 | 112 | 41 | 32 | 73 | 53 |
| Binary | 10101100 | 1100011 | 101101 | 0 | 101010 | 1001010 | 100001 | 11010 | 111011 | 101011 |
Color Harmonies of #AC632D
Complementary color
Monochromatic Colors of #AC632D
Black with #AC632D
Text Example
Text Example
White with #AC632D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC632D; }
p { color: rgb(172,99,45); }
H1.HeaderClassName
{
color: #AC632D;
}
.AnyTagClassName
{
color: #AC632D;
}
</style>
background-color css
<style>
a { background-color: #AC632D; }
a { background-color: rgb(172,99,45); }
div.DivClassName
{
background-color: #AC632D;
}
.BgClassName
{
background-color: #AC632D;
}
</style>
border-color css
<style>
span { border-color: #AC632D; }
span { border-color: rgb(172,99,45); }
td.TdClassName
{
border-color: #AC632D;
}
.TagClassName
{
border-color: #AC632D;
}
</style>