Shades of Mai Tai #AD6120
Tints of Mai Tai #AD6120
RGB
CMYK
RGB Variations
Color information
#AD6120 (or 0xAD6120) is known color: Mai Tai. HEX triplet: AD, 61 and 20. RGB value is (173,97,32). Sum of RGB (Red+Green+Blue) = 173+97+32=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6120 is #529EDF. Grayscale: #707070. Windows color (decimal): -5414624 or 2122157. OLE color: 2122157.
HSL color Cylindrical-coordinate representation of color #AD6120: hue angle of 27.66º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD6120 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 32 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.32 |
| HSL | 27.66º | 0.69% | 0.4% | - |
| HSV(B) | 27.66º | 0.82% | 0.68% | - |
| XYZ | 21.77 | 17.54 | 3.6 | - |
| YUV | 112.31 | 82.68 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 32 | 0 | 0.44 | 0.82 | 0.32 | 27.66 | 0.69 | 0.4 |
| Hex | AD | 61 | 20 | 0 | 2C | 52 | 20 | 1C | 45 | 28 |
| Octal | 255 | 141 | 40 | 0 | 54 | 122 | 40 | 34 | 105 | 50 |
| Binary | 10101101 | 1100001 | 100000 | 0 | 101100 | 1010010 | 100000 | 11100 | 1000101 | 101000 |
Color Harmonies of #AD6120
Complementary color
Monochromatic Colors of #AD6120
Black with #AD6120
Text Example
Text Example
White with #AD6120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6120; }
p { color: rgb(173,97,32); }
H1.HeaderClassName
{
color: #AD6120;
}
.AnyTagClassName
{
color: #AD6120;
}
</style>
background-color css
<style>
a { background-color: #AD6120; }
a { background-color: rgb(173,97,32); }
div.DivClassName
{
background-color: #AD6120;
}
.BgClassName
{
background-color: #AD6120;
}
</style>
border-color css
<style>
span { border-color: #AD6120; }
span { border-color: rgb(173,97,32); }
td.TdClassName
{
border-color: #AD6120;
}
.TagClassName
{
border-color: #AD6120;
}
</style>