Shades of Mai Tai #AD6634
Tints of Mai Tai #AD6634
RGB
CMYK
RGB Variations
Color information
#AD6634 (or 0xAD6634) is known color: Mai Tai. HEX triplet: AD, 66 and 34. RGB value is (173,102,52). Sum of RGB (Red+Green+Blue) = 173+102+52=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6634 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6634 is #5299CB. Grayscale: #757575. Windows color (decimal): -5413324 or 3434157. OLE color: 3434157.
HSL color Cylindrical-coordinate representation of color #AD6634: hue angle of 24.79º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD6634 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 52 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.32 |
| HSL | 24.79º | 0.54% | 0.44% | - |
| HSV(B) | 24.79º | 0.7% | 0.68% | - |
| XYZ | 22.6 | 18.63 | 5.65 | - |
| YUV | 117.53 | 91.02 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 52 | 0 | 0.41 | 0.70 | 0.32 | 24.79 | 0.54 | 0.44 |
| Hex | AD | 66 | 34 | 0 | 29 | 46 | 20 | 19 | 36 | 2C |
| Octal | 255 | 146 | 64 | 0 | 51 | 106 | 40 | 31 | 66 | 54 |
| Binary | 10101101 | 1100110 | 110100 | 0 | 101001 | 1000110 | 100000 | 11001 | 110110 | 101100 |
Color Harmonies of #AD6634
Complementary color
Monochromatic Colors of #AD6634
Black with #AD6634
Text Example
Text Example
White with #AD6634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6634; }
p { color: rgb(173,102,52); }
H1.HeaderClassName
{
color: #AD6634;
}
.AnyTagClassName
{
color: #AD6634;
}
</style>
background-color css
<style>
a { background-color: #AD6634; }
a { background-color: rgb(173,102,52); }
div.DivClassName
{
background-color: #AD6634;
}
.BgClassName
{
background-color: #AD6634;
}
</style>
border-color css
<style>
span { border-color: #AD6634; }
span { border-color: rgb(173,102,52); }
td.TdClassName
{
border-color: #AD6634;
}
.TagClassName
{
border-color: #AD6634;
}
</style>