Shades of Mai Tai #AD6229
Tints of Mai Tai #AD6229
RGB
CMYK
RGB Variations
Color information
#AD6229 (or 0xAD6229) is known color: Mai Tai. HEX triplet: AD, 62 and 29. RGB value is (173,98,41). Sum of RGB (Red+Green+Blue) = 173+98+41=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6229 is #529DD6. Grayscale: #727272. Windows color (decimal): -5414359 or 2712237. OLE color: 2712237.
HSL color Cylindrical-coordinate representation of color #AD6229: hue angle of 25.91º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD6229 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 41 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.32 |
| HSL | 25.91º | 0.62% | 0.42% | - |
| HSV(B) | 25.91º | 0.76% | 0.68% | - |
| XYZ | 22 | 17.78 | 4.37 | - |
| YUV | 113.93 | 86.85 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 41 | 0 | 0.43 | 0.76 | 0.32 | 25.91 | 0.62 | 0.42 |
| Hex | AD | 62 | 29 | 0 | 2B | 4C | 20 | 1A | 3E | 2A |
| Octal | 255 | 142 | 51 | 0 | 53 | 114 | 40 | 32 | 76 | 52 |
| Binary | 10101101 | 1100010 | 101001 | 0 | 101011 | 1001100 | 100000 | 11010 | 111110 | 101010 |
Color Harmonies of #AD6229
Complementary color
Monochromatic Colors of #AD6229
Black with #AD6229
Text Example
Text Example
White with #AD6229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6229; }
p { color: rgb(173,98,41); }
H1.HeaderClassName
{
color: #AD6229;
}
.AnyTagClassName
{
color: #AD6229;
}
</style>
background-color css
<style>
a { background-color: #AD6229; }
a { background-color: rgb(173,98,41); }
div.DivClassName
{
background-color: #AD6229;
}
.BgClassName
{
background-color: #AD6229;
}
</style>
border-color css
<style>
span { border-color: #AD6229; }
span { border-color: rgb(173,98,41); }
td.TdClassName
{
border-color: #AD6229;
}
.TagClassName
{
border-color: #AD6229;
}
</style>