Shades of Mai Tai #AD6228
Tints of Mai Tai #AD6228
RGB
CMYK
RGB Variations
Color information
#AD6228 (or 0xAD6228) is known color: Mai Tai. HEX triplet: AD, 62 and 28. RGB value is (173,98,40). Sum of RGB (Red+Green+Blue) = 173+98+40=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6228 is #529DD7. Grayscale: #727272. Windows color (decimal): -5414360 or 2646701. OLE color: 2646701.
HSL color Cylindrical-coordinate representation of color #AD6228: hue angle of 26.17º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD6228 is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 40 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.32 |
| HSL | 26.17º | 0.62% | 0.42% | - |
| HSV(B) | 26.17º | 0.77% | 0.68% | - |
| XYZ | 21.98 | 17.77 | 4.28 | - |
| YUV | 113.81 | 86.35 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 40 | 0 | 0.43 | 0.77 | 0.32 | 26.17 | 0.62 | 0.42 |
| Hex | AD | 62 | 28 | 0 | 2B | 4D | 20 | 1A | 3E | 2A |
| Octal | 255 | 142 | 50 | 0 | 53 | 115 | 40 | 32 | 76 | 52 |
| Binary | 10101101 | 1100010 | 101000 | 0 | 101011 | 1001101 | 100000 | 11010 | 111110 | 101010 |
Color Harmonies of #AD6228
Complementary color
Monochromatic Colors of #AD6228
Black with #AD6228
Text Example
Text Example
White with #AD6228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6228; }
p { color: rgb(173,98,40); }
H1.HeaderClassName
{
color: #AD6228;
}
.AnyTagClassName
{
color: #AD6228;
}
</style>
background-color css
<style>
a { background-color: #AD6228; }
a { background-color: rgb(173,98,40); }
div.DivClassName
{
background-color: #AD6228;
}
.BgClassName
{
background-color: #AD6228;
}
</style>
border-color css
<style>
span { border-color: #AD6228; }
span { border-color: rgb(173,98,40); }
td.TdClassName
{
border-color: #AD6228;
}
.TagClassName
{
border-color: #AD6228;
}
</style>