Shades of Mai Tai #AD6121
Tints of Mai Tai #AD6121
RGB
CMYK
RGB Variations
Color information
#AD6121 (or 0xAD6121) is known color: Mai Tai. HEX triplet: AD, 61 and 21. RGB value is (173,97,33). Sum of RGB (Red+Green+Blue) = 173+97+33=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6121 is #529EDE. Grayscale: #707070. Windows color (decimal): -5414623 or 2187693. OLE color: 2187693.
HSL color Cylindrical-coordinate representation of color #AD6121: hue angle of 27.43º 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 #AD6121 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 33 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.32 |
| HSL | 27.43º | 0.68% | 0.4% | - |
| HSV(B) | 27.43º | 0.81% | 0.68% | - |
| XYZ | 21.78 | 17.54 | 3.68 | - |
| YUV | 112.43 | 83.18 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 33 | 0 | 0.44 | 0.81 | 0.32 | 27.43 | 0.68 | 0.4 |
| Hex | AD | 61 | 21 | 0 | 2C | 51 | 20 | 1B | 44 | 28 |
| Octal | 255 | 141 | 41 | 0 | 54 | 121 | 40 | 33 | 104 | 50 |
| Binary | 10101101 | 1100001 | 100001 | 0 | 101100 | 1010001 | 100000 | 11011 | 1000100 | 101000 |
Color Harmonies of #AD6121
Complementary color
Monochromatic Colors of #AD6121
Black with #AD6121
Text Example
Text Example
White with #AD6121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6121; }
p { color: rgb(173,97,33); }
H1.HeaderClassName
{
color: #AD6121;
}
.AnyTagClassName
{
color: #AD6121;
}
</style>
background-color css
<style>
a { background-color: #AD6121; }
a { background-color: rgb(173,97,33); }
div.DivClassName
{
background-color: #AD6121;
}
.BgClassName
{
background-color: #AD6121;
}
</style>
border-color css
<style>
span { border-color: #AD6121; }
span { border-color: rgb(173,97,33); }
td.TdClassName
{
border-color: #AD6121;
}
.TagClassName
{
border-color: #AD6121;
}
</style>