Shades of Mai Tai #AD6521
Tints of Mai Tai #AD6521
RGB
CMYK
RGB Variations
Color information
#AD6521 (or 0xAD6521) is known color: Mai Tai. HEX triplet: AD, 65 and 21. RGB value is (173,101,33). Sum of RGB (Red+Green+Blue) = 173+101+33=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6521 is #529ADE. Grayscale: #737373. Windows color (decimal): -5413599 or 2188717. OLE color: 2188717.
HSL color Cylindrical-coordinate representation of color #AD6521: hue angle of 29.14º 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 #AD6521 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 33 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.32 |
| HSL | 29.14º | 0.68% | 0.4% | - |
| HSV(B) | 29.14º | 0.81% | 0.68% | - |
| XYZ | 22.16 | 18.3 | 3.8 | - |
| YUV | 114.78 | 81.85 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 33 | 0 | 0.42 | 0.81 | 0.32 | 29.14 | 0.68 | 0.4 |
| Hex | AD | 65 | 21 | 0 | 2A | 51 | 20 | 1D | 44 | 28 |
| Octal | 255 | 145 | 41 | 0 | 52 | 121 | 40 | 35 | 104 | 50 |
| Binary | 10101101 | 1100101 | 100001 | 0 | 101010 | 1010001 | 100000 | 11101 | 1000100 | 101000 |
Color Harmonies of #AD6521
Complementary color
Monochromatic Colors of #AD6521
Black with #AD6521
Text Example
Text Example
White with #AD6521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6521; }
p { color: rgb(173,101,33); }
H1.HeaderClassName
{
color: #AD6521;
}
.AnyTagClassName
{
color: #AD6521;
}
</style>
background-color css
<style>
a { background-color: #AD6521; }
a { background-color: rgb(173,101,33); }
div.DivClassName
{
background-color: #AD6521;
}
.BgClassName
{
background-color: #AD6521;
}
</style>
border-color css
<style>
span { border-color: #AD6521; }
span { border-color: rgb(173,101,33); }
td.TdClassName
{
border-color: #AD6521;
}
.TagClassName
{
border-color: #AD6521;
}
</style>