Shades of Mai Tai #AD6726
Tints of Mai Tai #AD6726
RGB
CMYK
RGB Variations
Color information
#AD6726 (or 0xAD6726) is known color: Mai Tai. HEX triplet: AD, 67 and 26. RGB value is (173,103,38). Sum of RGB (Red+Green+Blue) = 173+103+38=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6726 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6726 is #5298D9. Grayscale: #747474. Windows color (decimal): -5413082 or 2516909. OLE color: 2516909.
HSL color Cylindrical-coordinate representation of color #AD6726: hue angle of 28.89º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD6726 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 38 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.32 |
| HSL | 28.89º | 0.64% | 0.41% | - |
| HSV(B) | 28.89º | 0.78% | 0.68% | - |
| XYZ | 22.43 | 18.72 | 4.27 | - |
| YUV | 116.52 | 83.69 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 38 | 0 | 0.40 | 0.78 | 0.32 | 28.89 | 0.64 | 0.41 |
| Hex | AD | 67 | 26 | 0 | 28 | 4E | 20 | 1D | 40 | 29 |
| Octal | 255 | 147 | 46 | 0 | 50 | 116 | 40 | 35 | 100 | 51 |
| Binary | 10101101 | 1100111 | 100110 | 0 | 101000 | 1001110 | 100000 | 11101 | 1000000 | 101001 |
Color Harmonies of #AD6726
Complementary color
Monochromatic Colors of #AD6726
Black with #AD6726
Text Example
Text Example
White with #AD6726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6726; }
p { color: rgb(173,103,38); }
H1.HeaderClassName
{
color: #AD6726;
}
.AnyTagClassName
{
color: #AD6726;
}
</style>
background-color css
<style>
a { background-color: #AD6726; }
a { background-color: rgb(173,103,38); }
div.DivClassName
{
background-color: #AD6726;
}
.BgClassName
{
background-color: #AD6726;
}
</style>
border-color css
<style>
span { border-color: #AD6726; }
span { border-color: rgb(173,103,38); }
td.TdClassName
{
border-color: #AD6726;
}
.TagClassName
{
border-color: #AD6726;
}
</style>