Shades of Mai Tai #AD6321
Tints of Mai Tai #AD6321
RGB
CMYK
RGB Variations
Color information
#AD6321 (or 0xAD6321) is known color: Mai Tai. HEX triplet: AD, 63 and 21. RGB value is (173,99,33). Sum of RGB (Red+Green+Blue) = 173+99+33=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6321 is #529CDE. Grayscale: #717171. Windows color (decimal): -5414111 or 2188205. OLE color: 2188205.
HSL color Cylindrical-coordinate representation of color #AD6321: hue angle of 28.29º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD6321 is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 33 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.32 |
| HSL | 28.29º | 0.68% | 0.4% | - |
| HSV(B) | 28.29º | 0.81% | 0.68% | - |
| XYZ | 21.97 | 17.92 | 3.74 | - |
| YUV | 113.6 | 82.52 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 33 | 0 | 0.43 | 0.81 | 0.32 | 28.29 | 0.68 | 0.4 |
| Hex | AD | 63 | 21 | 0 | 2B | 51 | 20 | 1C | 44 | 28 |
| Octal | 255 | 143 | 41 | 0 | 53 | 121 | 40 | 34 | 104 | 50 |
| Binary | 10101101 | 1100011 | 100001 | 0 | 101011 | 1010001 | 100000 | 11100 | 1000100 | 101000 |
Color Harmonies of #AD6321
Complementary color
Monochromatic Colors of #AD6321
Black with #AD6321
Text Example
Text Example
White with #AD6321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6321; }
p { color: rgb(173,99,33); }
H1.HeaderClassName
{
color: #AD6321;
}
.AnyTagClassName
{
color: #AD6321;
}
</style>
background-color css
<style>
a { background-color: #AD6321; }
a { background-color: rgb(173,99,33); }
div.DivClassName
{
background-color: #AD6321;
}
.BgClassName
{
background-color: #AD6321;
}
</style>
border-color css
<style>
span { border-color: #AD6321; }
span { border-color: rgb(173,99,33); }
td.TdClassName
{
border-color: #AD6321;
}
.TagClassName
{
border-color: #AD6321;
}
</style>