Shades of Mai Tai #AC652B
Tints of Mai Tai #AC652B
RGB
CMYK
RGB Variations
Color information
#AC652B (or 0xAC652B) is known color: Mai Tai. HEX triplet: AC, 65 and 2B. RGB value is (172,101,43). Sum of RGB (Red+Green+Blue) = 172+101+43=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC652B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC652B is #539AD4. Grayscale: #737373. Windows color (decimal): -5479125 or 2844076. OLE color: 2844076.
HSL color Cylindrical-coordinate representation of color #AC652B: hue angle of 26.98º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC652B is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 43 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.33 |
| HSL | 26.98º | 0.6% | 0.42% | - |
| HSV(B) | 26.98º | 0.75% | 0.67% | - |
| XYZ | 22.1 | 18.25 | 4.64 | - |
| YUV | 115.62 | 87.02 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 43 | 0 | 0.41 | 0.75 | 0.33 | 26.98 | 0.6 | 0.42 |
| Hex | AC | 65 | 2B | 0 | 29 | 4B | 21 | 1B | 3C | 2A |
| Octal | 254 | 145 | 53 | 0 | 51 | 113 | 41 | 33 | 74 | 52 |
| Binary | 10101100 | 1100101 | 101011 | 0 | 101001 | 1001011 | 100001 | 11011 | 111100 | 101010 |
Color Harmonies of #AC652B
Complementary color
Monochromatic Colors of #AC652B
Black with #AC652B
Text Example
Text Example
White with #AC652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC652B; }
p { color: rgb(172,101,43); }
H1.HeaderClassName
{
color: #AC652B;
}
.AnyTagClassName
{
color: #AC652B;
}
</style>
background-color css
<style>
a { background-color: #AC652B; }
a { background-color: rgb(172,101,43); }
div.DivClassName
{
background-color: #AC652B;
}
.BgClassName
{
background-color: #AC652B;
}
</style>
border-color css
<style>
span { border-color: #AC652B; }
span { border-color: rgb(172,101,43); }
td.TdClassName
{
border-color: #AC652B;
}
.TagClassName
{
border-color: #AC652B;
}
</style>