Shades of Mai Tai #AD682E
Tints of Mai Tai #AD682E
RGB
CMYK
RGB Variations
Color information
#AD682E (or 0xAD682E) is known color: Mai Tai. HEX triplet: AD, 68 and 2E. RGB value is (173,104,46). Sum of RGB (Red+Green+Blue) = 173+104+46=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD682E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD682E is #5297D1. Grayscale: #767676. Windows color (decimal): -5412818 or 3041453. OLE color: 3041453.
HSL color Cylindrical-coordinate representation of color #AD682E: hue angle of 27.4º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD682E is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 46 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.32 |
| HSL | 27.4º | 0.58% | 0.43% | - |
| HSV(B) | 27.4º | 0.73% | 0.68% | - |
| XYZ | 22.68 | 18.98 | 5.05 | - |
| YUV | 118.02 | 87.36 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 46 | 0 | 0.40 | 0.73 | 0.32 | 27.4 | 0.58 | 0.43 |
| Hex | AD | 68 | 2E | 0 | 28 | 49 | 20 | 1B | 3A | 2B |
| Octal | 255 | 150 | 56 | 0 | 50 | 111 | 40 | 33 | 72 | 53 |
| Binary | 10101101 | 1101000 | 101110 | 0 | 101000 | 1001001 | 100000 | 11011 | 111010 | 101011 |
Color Harmonies of #AD682E
Complementary color
Monochromatic Colors of #AD682E
Black with #AD682E
Text Example
Text Example
White with #AD682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD682E; }
p { color: rgb(173,104,46); }
H1.HeaderClassName
{
color: #AD682E;
}
.AnyTagClassName
{
color: #AD682E;
}
</style>
background-color css
<style>
a { background-color: #AD682E; }
a { background-color: rgb(173,104,46); }
div.DivClassName
{
background-color: #AD682E;
}
.BgClassName
{
background-color: #AD682E;
}
</style>
border-color css
<style>
span { border-color: #AD682E; }
span { border-color: rgb(173,104,46); }
td.TdClassName
{
border-color: #AD682E;
}
.TagClassName
{
border-color: #AD682E;
}
</style>