Shades of Mai Tai #AC6825
Tints of Mai Tai #AC6825
RGB
CMYK
RGB Variations
Color information
#AC6825 (or 0xAC6825) is known color: Mai Tai. HEX triplet: AC, 68 and 25. RGB value is (172,104,37). Sum of RGB (Red+Green+Blue) = 172+104+37=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6825 is #5397DA. Grayscale: #757575. Windows color (decimal): -5478363 or 2451628. OLE color: 2451628.
HSL color Cylindrical-coordinate representation of color #AC6825: hue angle of 29.78º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC6825 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 37 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.33 |
| HSL | 29.78º | 0.65% | 0.41% | - |
| HSV(B) | 29.78º | 0.78% | 0.67% | - |
| XYZ | 22.3 | 18.8 | 4.2 | - |
| YUV | 116.69 | 83.03 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 37 | 0 | 0.40 | 0.78 | 0.33 | 29.78 | 0.65 | 0.41 |
| Hex | AC | 68 | 25 | 0 | 28 | 4E | 21 | 1E | 41 | 29 |
| Octal | 254 | 150 | 45 | 0 | 50 | 116 | 41 | 36 | 101 | 51 |
| Binary | 10101100 | 1101000 | 100101 | 0 | 101000 | 1001110 | 100001 | 11110 | 1000001 | 101001 |
Color Harmonies of #AC6825
Complementary color
Monochromatic Colors of #AC6825
Black with #AC6825
Text Example
Text Example
White with #AC6825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6825; }
p { color: rgb(172,104,37); }
H1.HeaderClassName
{
color: #AC6825;
}
.AnyTagClassName
{
color: #AC6825;
}
</style>
background-color css
<style>
a { background-color: #AC6825; }
a { background-color: rgb(172,104,37); }
div.DivClassName
{
background-color: #AC6825;
}
.BgClassName
{
background-color: #AC6825;
}
</style>
border-color css
<style>
span { border-color: #AC6825; }
span { border-color: rgb(172,104,37); }
td.TdClassName
{
border-color: #AC6825;
}
.TagClassName
{
border-color: #AC6825;
}
</style>