Shades of Mai Tai #AD6322
Tints of Mai Tai #AD6322
RGB
CMYK
RGB Variations
Color information
#AD6322 (or 0xAD6322) is known color: Mai Tai. HEX triplet: AD, 63 and 22. RGB value is (173,99,34). Sum of RGB (Red+Green+Blue) = 173+99+34=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 34 (13.67% from 255 or 11.11% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6322 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6322 is #529CDD. Grayscale: #727272. Windows color (decimal): -5414110 or 2253741. OLE color: 2253741.
HSL color Cylindrical-coordinate representation of color #AD6322: hue angle of 28.06º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD6322 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 34 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.32 |
| HSL | 28.06º | 0.67% | 0.41% | - |
| HSV(B) | 28.06º | 0.8% | 0.68% | - |
| XYZ | 21.98 | 17.92 | 3.81 | - |
| YUV | 113.72 | 83.02 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 34 | 0 | 0.43 | 0.80 | 0.32 | 28.06 | 0.67 | 0.41 |
| Hex | AD | 63 | 22 | 0 | 2B | 50 | 20 | 1C | 43 | 29 |
| Octal | 255 | 143 | 42 | 0 | 53 | 120 | 40 | 34 | 103 | 51 |
| Binary | 10101101 | 1100011 | 100010 | 0 | 101011 | 1010000 | 100000 | 11100 | 1000011 | 101001 |
Color Harmonies of #AD6322
Complementary color
Monochromatic Colors of #AD6322
Black with #AD6322
Text Example
Text Example
White with #AD6322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6322; }
p { color: rgb(173,99,34); }
H1.HeaderClassName
{
color: #AD6322;
}
.AnyTagClassName
{
color: #AD6322;
}
</style>
background-color css
<style>
a { background-color: #AD6322; }
a { background-color: rgb(173,99,34); }
div.DivClassName
{
background-color: #AD6322;
}
.BgClassName
{
background-color: #AD6322;
}
</style>
border-color css
<style>
span { border-color: #AD6322; }
span { border-color: rgb(173,99,34); }
td.TdClassName
{
border-color: #AD6322;
}
.TagClassName
{
border-color: #AD6322;
}
</style>