Shades of Mai Tai #AD6826
Tints of Mai Tai #AD6826
RGB
CMYK
RGB Variations
Color information
#AD6826 (or 0xAD6826) is known color: Mai Tai. HEX triplet: AD, 68 and 26. RGB value is (173,104,38). Sum of RGB (Red+Green+Blue) = 173+104+38=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6826 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6826 is #5297D9. Grayscale: #757575. Windows color (decimal): -5412826 or 2517165. OLE color: 2517165.
HSL color Cylindrical-coordinate representation of color #AD6826: hue angle of 29.33º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD6826 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 38 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.32 |
| HSL | 29.33º | 0.64% | 0.41% | - |
| HSV(B) | 29.33º | 0.78% | 0.68% | - |
| XYZ | 22.53 | 18.92 | 4.3 | - |
| YUV | 117.11 | 83.36 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 38 | 0 | 0.40 | 0.78 | 0.32 | 29.33 | 0.64 | 0.41 |
| Hex | AD | 68 | 26 | 0 | 28 | 4E | 20 | 1D | 40 | 29 |
| Octal | 255 | 150 | 46 | 0 | 50 | 116 | 40 | 35 | 100 | 51 |
| Binary | 10101101 | 1101000 | 100110 | 0 | 101000 | 1001110 | 100000 | 11101 | 1000000 | 101001 |
Color Harmonies of #AD6826
Complementary color
Monochromatic Colors of #AD6826
Black with #AD6826
Text Example
Text Example
White with #AD6826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6826; }
p { color: rgb(173,104,38); }
H1.HeaderClassName
{
color: #AD6826;
}
.AnyTagClassName
{
color: #AD6826;
}
</style>
background-color css
<style>
a { background-color: #AD6826; }
a { background-color: rgb(173,104,38); }
div.DivClassName
{
background-color: #AD6826;
}
.BgClassName
{
background-color: #AD6826;
}
</style>
border-color css
<style>
span { border-color: #AD6826; }
span { border-color: rgb(173,104,38); }
td.TdClassName
{
border-color: #AD6826;
}
.TagClassName
{
border-color: #AD6826;
}
</style>