Shades of Mai Tai #AC6725
Tints of Mai Tai #AC6725
RGB
CMYK
RGB Variations
Color information
#AC6725 (or 0xAC6725) is known color: Mai Tai. HEX triplet: AC, 67 and 25. RGB value is (172,103,37). Sum of RGB (Red+Green+Blue) = 172+103+37=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6725 is #5398DA. Grayscale: #747474. Windows color (decimal): -5478619 or 2451372. OLE color: 2451372.
HSL color Cylindrical-coordinate representation of color #AC6725: hue angle of 29.33º 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 #AC6725 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 37 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.33 |
| HSL | 29.33º | 0.65% | 0.41% | - |
| HSV(B) | 29.33º | 0.78% | 0.67% | - |
| XYZ | 22.2 | 18.6 | 4.17 | - |
| YUV | 116.11 | 83.36 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 37 | 0 | 0.40 | 0.78 | 0.33 | 29.33 | 0.65 | 0.41 |
| Hex | AC | 67 | 25 | 0 | 28 | 4E | 21 | 1D | 41 | 29 |
| Octal | 254 | 147 | 45 | 0 | 50 | 116 | 41 | 35 | 101 | 51 |
| Binary | 10101100 | 1100111 | 100101 | 0 | 101000 | 1001110 | 100001 | 11101 | 1000001 | 101001 |
Color Harmonies of #AC6725
Complementary color
Monochromatic Colors of #AC6725
Black with #AC6725
Text Example
Text Example
White with #AC6725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6725; }
p { color: rgb(172,103,37); }
H1.HeaderClassName
{
color: #AC6725;
}
.AnyTagClassName
{
color: #AC6725;
}
</style>
background-color css
<style>
a { background-color: #AC6725; }
a { background-color: rgb(172,103,37); }
div.DivClassName
{
background-color: #AC6725;
}
.BgClassName
{
background-color: #AC6725;
}
</style>
border-color css
<style>
span { border-color: #AC6725; }
span { border-color: rgb(172,103,37); }
td.TdClassName
{
border-color: #AC6725;
}
.TagClassName
{
border-color: #AC6725;
}
</style>