Shades of Mai Tai #AD6221
Tints of Mai Tai #AD6221
RGB
CMYK
RGB Variations
Color information
#AD6221 (or 0xAD6221) is known color: Mai Tai. HEX triplet: AD, 62 and 21. RGB value is (173,98,33). Sum of RGB (Red+Green+Blue) = 173+98+33=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 33 (13.28% from 255 or 10.86% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6221 is #529DDE. Grayscale: #717171. Windows color (decimal): -5414367 or 2187949. OLE color: 2187949.
HSL color Cylindrical-coordinate representation of color #AD6221: hue angle of 27.86º 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 #AD6221 is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 33 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.32 |
| HSL | 27.86º | 0.68% | 0.4% | - |
| HSV(B) | 27.86º | 0.81% | 0.68% | - |
| XYZ | 21.88 | 17.73 | 3.71 | - |
| YUV | 113.02 | 82.85 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 33 | 0 | 0.43 | 0.81 | 0.32 | 27.86 | 0.68 | 0.4 |
| Hex | AD | 62 | 21 | 0 | 2B | 51 | 20 | 1C | 44 | 28 |
| Octal | 255 | 142 | 41 | 0 | 53 | 121 | 40 | 34 | 104 | 50 |
| Binary | 10101101 | 1100010 | 100001 | 0 | 101011 | 1010001 | 100000 | 11100 | 1000100 | 101000 |
Color Harmonies of #AD6221
Complementary color
Monochromatic Colors of #AD6221
Black with #AD6221
Text Example
Text Example
White with #AD6221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6221; }
p { color: rgb(173,98,33); }
H1.HeaderClassName
{
color: #AD6221;
}
.AnyTagClassName
{
color: #AD6221;
}
</style>
background-color css
<style>
a { background-color: #AD6221; }
a { background-color: rgb(173,98,33); }
div.DivClassName
{
background-color: #AD6221;
}
.BgClassName
{
background-color: #AD6221;
}
</style>
border-color css
<style>
span { border-color: #AD6221; }
span { border-color: rgb(173,98,33); }
td.TdClassName
{
border-color: #AD6221;
}
.TagClassName
{
border-color: #AD6221;
}
</style>