Shades of Mai Tai #AD6732
Tints of Mai Tai #AD6732
RGB
CMYK
RGB Variations
Color information
#AD6732 (or 0xAD6732) is known color: Mai Tai. HEX triplet: AD, 67 and 32. RGB value is (173,103,50). Sum of RGB (Red+Green+Blue) = 173+103+50=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6732 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6732 is #5298CD. Grayscale: #767676. Windows color (decimal): -5413070 or 3303341. OLE color: 3303341.
HSL color Cylindrical-coordinate representation of color #AD6732: hue angle of 25.85º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD6732 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 50 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.32 |
| HSL | 25.85º | 0.55% | 0.44% | - |
| HSV(B) | 25.85º | 0.71% | 0.68% | - |
| XYZ | 22.66 | 18.82 | 5.45 | - |
| YUV | 117.89 | 89.69 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 50 | 0 | 0.40 | 0.71 | 0.32 | 25.85 | 0.55 | 0.44 |
| Hex | AD | 67 | 32 | 0 | 28 | 47 | 20 | 1A | 37 | 2C |
| Octal | 255 | 147 | 62 | 0 | 50 | 107 | 40 | 32 | 67 | 54 |
| Binary | 10101101 | 1100111 | 110010 | 0 | 101000 | 1000111 | 100000 | 11010 | 110111 | 101100 |
Color Harmonies of #AD6732
Complementary color
Monochromatic Colors of #AD6732
Black with #AD6732
Text Example
Text Example
White with #AD6732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6732; }
p { color: rgb(173,103,50); }
H1.HeaderClassName
{
color: #AD6732;
}
.AnyTagClassName
{
color: #AD6732;
}
</style>
background-color css
<style>
a { background-color: #AD6732; }
a { background-color: rgb(173,103,50); }
div.DivClassName
{
background-color: #AD6732;
}
.BgClassName
{
background-color: #AD6732;
}
</style>
border-color css
<style>
span { border-color: #AD6732; }
span { border-color: rgb(173,103,50); }
td.TdClassName
{
border-color: #AD6732;
}
.TagClassName
{
border-color: #AD6732;
}
</style>