Shades of Mai Tai #AC662C
Tints of Mai Tai #AC662C
RGB
CMYK
RGB Variations
Color information
#AC662C (or 0xAC662C) is known color: Mai Tai. HEX triplet: AC, 66 and 2C. RGB value is (172,102,44). Sum of RGB (Red+Green+Blue) = 172+102+44=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC662C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC662C is #5399D3. Grayscale: #747474. Windows color (decimal): -5478868 or 2909868. OLE color: 2909868.
HSL color Cylindrical-coordinate representation of color #AC662C: hue angle of 27.19º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC662C is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 44 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.33 |
| HSL | 27.19º | 0.59% | 0.42% | - |
| HSV(B) | 27.19º | 0.74% | 0.67% | - |
| XYZ | 22.22 | 18.46 | 4.77 | - |
| YUV | 116.32 | 87.19 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 44 | 0 | 0.41 | 0.74 | 0.33 | 27.19 | 0.59 | 0.42 |
| Hex | AC | 66 | 2C | 0 | 29 | 4A | 21 | 1B | 3B | 2A |
| Octal | 254 | 146 | 54 | 0 | 51 | 112 | 41 | 33 | 73 | 52 |
| Binary | 10101100 | 1100110 | 101100 | 0 | 101001 | 1001010 | 100001 | 11011 | 111011 | 101010 |
Color Harmonies of #AC662C
Complementary color
Monochromatic Colors of #AC662C
Black with #AC662C
Text Example
Text Example
White with #AC662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC662C; }
p { color: rgb(172,102,44); }
H1.HeaderClassName
{
color: #AC662C;
}
.AnyTagClassName
{
color: #AC662C;
}
</style>
background-color css
<style>
a { background-color: #AC662C; }
a { background-color: rgb(172,102,44); }
div.DivClassName
{
background-color: #AC662C;
}
.BgClassName
{
background-color: #AC662C;
}
</style>
border-color css
<style>
span { border-color: #AC662C; }
span { border-color: rgb(172,102,44); }
td.TdClassName
{
border-color: #AC662C;
}
.TagClassName
{
border-color: #AC662C;
}
</style>