Shades of Mai Tai #AC6820
Tints of Mai Tai #AC6820
RGB
CMYK
RGB Variations
Color information
#AC6820 (or 0xAC6820) is known color: Mai Tai. HEX triplet: AC, 68 and 20. RGB value is (172,104,32). Sum of RGB (Red+Green+Blue) = 172+104+32=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6820 is #5397DF. Grayscale: #747474. Windows color (decimal): -5478368 or 2123948. OLE color: 2123948.
HSL color Cylindrical-coordinate representation of color #AC6820: hue angle of 30.86º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC6820 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 32 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.33 |
| HSL | 30.86º | 0.69% | 0.4% | - |
| HSV(B) | 30.86º | 0.81% | 0.67% | - |
| XYZ | 22.22 | 18.78 | 3.82 | - |
| YUV | 116.12 | 80.53 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 32 | 0 | 0.40 | 0.81 | 0.33 | 30.86 | 0.69 | 0.4 |
| Hex | AC | 68 | 20 | 0 | 28 | 51 | 21 | 1F | 45 | 28 |
| Octal | 254 | 150 | 40 | 0 | 50 | 121 | 41 | 37 | 105 | 50 |
| Binary | 10101100 | 1101000 | 100000 | 0 | 101000 | 1010001 | 100001 | 11111 | 1000101 | 101000 |
Color Harmonies of #AC6820
Complementary color
Monochromatic Colors of #AC6820
Black with #AC6820
Text Example
Text Example
White with #AC6820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6820; }
p { color: rgb(172,104,32); }
H1.HeaderClassName
{
color: #AC6820;
}
.AnyTagClassName
{
color: #AC6820;
}
</style>
background-color css
<style>
a { background-color: #AC6820; }
a { background-color: rgb(172,104,32); }
div.DivClassName
{
background-color: #AC6820;
}
.BgClassName
{
background-color: #AC6820;
}
</style>
border-color css
<style>
span { border-color: #AC6820; }
span { border-color: rgb(172,104,32); }
td.TdClassName
{
border-color: #AC6820;
}
.TagClassName
{
border-color: #AC6820;
}
</style>