Shades of Mai Tai #AD6728
Tints of Mai Tai #AD6728
RGB
CMYK
RGB Variations
Color information
#AD6728 (or 0xAD6728) is known color: Mai Tai. HEX triplet: AD, 67 and 28. RGB value is (173,103,40). Sum of RGB (Red+Green+Blue) = 173+103+40=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6728 is #5298D7. Grayscale: #757575. Windows color (decimal): -5413080 or 2647981. OLE color: 2647981.
HSL color Cylindrical-coordinate representation of color #AD6728: hue angle of 28.42º 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 #AD6728 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 40 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.32 |
| HSL | 28.42º | 0.62% | 0.42% | - |
| HSV(B) | 28.42º | 0.77% | 0.68% | - |
| XYZ | 22.47 | 18.74 | 4.44 | - |
| YUV | 116.75 | 84.69 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 40 | 0 | 0.40 | 0.77 | 0.32 | 28.42 | 0.62 | 0.42 |
| Hex | AD | 67 | 28 | 0 | 28 | 4D | 20 | 1C | 3E | 2A |
| Octal | 255 | 147 | 50 | 0 | 50 | 115 | 40 | 34 | 76 | 52 |
| Binary | 10101101 | 1100111 | 101000 | 0 | 101000 | 1001101 | 100000 | 11100 | 111110 | 101010 |
Color Harmonies of #AD6728
Complementary color
Monochromatic Colors of #AD6728
Black with #AD6728
Text Example
Text Example
White with #AD6728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6728; }
p { color: rgb(173,103,40); }
H1.HeaderClassName
{
color: #AD6728;
}
.AnyTagClassName
{
color: #AD6728;
}
</style>
background-color css
<style>
a { background-color: #AD6728; }
a { background-color: rgb(173,103,40); }
div.DivClassName
{
background-color: #AD6728;
}
.BgClassName
{
background-color: #AD6728;
}
</style>
border-color css
<style>
span { border-color: #AD6728; }
span { border-color: rgb(173,103,40); }
td.TdClassName
{
border-color: #AD6728;
}
.TagClassName
{
border-color: #AD6728;
}
</style>