Shades of Mai Tai #AC662B
Tints of Mai Tai #AC662B
RGB
CMYK
RGB Variations
Color information
#AC662B (or 0xAC662B) is known color: Mai Tai. HEX triplet: AC, 66 and 2B. RGB value is (172,102,43). Sum of RGB (Red+Green+Blue) = 172+102+43=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC662B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC662B is #5399D4. Grayscale: #747474. Windows color (decimal): -5478869 or 2844332. OLE color: 2844332.
HSL color Cylindrical-coordinate representation of color #AC662B: hue angle of 27.44º 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 #AC662B is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 43 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.33 |
| HSL | 27.44º | 0.6% | 0.42% | - |
| HSV(B) | 27.44º | 0.75% | 0.67% | - |
| XYZ | 22.2 | 18.45 | 4.68 | - |
| YUV | 116.2 | 86.69 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 43 | 0 | 0.41 | 0.75 | 0.33 | 27.44 | 0.6 | 0.42 |
| Hex | AC | 66 | 2B | 0 | 29 | 4B | 21 | 1B | 3C | 2A |
| Octal | 254 | 146 | 53 | 0 | 51 | 113 | 41 | 33 | 74 | 52 |
| Binary | 10101100 | 1100110 | 101011 | 0 | 101001 | 1001011 | 100001 | 11011 | 111100 | 101010 |
Color Harmonies of #AC662B
Complementary color
Monochromatic Colors of #AC662B
Black with #AC662B
Text Example
Text Example
White with #AC662B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC662B; }
p { color: rgb(172,102,43); }
H1.HeaderClassName
{
color: #AC662B;
}
.AnyTagClassName
{
color: #AC662B;
}
</style>
background-color css
<style>
a { background-color: #AC662B; }
a { background-color: rgb(172,102,43); }
div.DivClassName
{
background-color: #AC662B;
}
.BgClassName
{
background-color: #AC662B;
}
</style>
border-color css
<style>
span { border-color: #AC662B; }
span { border-color: rgb(172,102,43); }
td.TdClassName
{
border-color: #AC662B;
}
.TagClassName
{
border-color: #AC662B;
}
</style>