Shades of Mai Tai #AD682B
Tints of Mai Tai #AD682B
RGB
CMYK
RGB Variations
Color information
#AD682B (or 0xAD682B) is known color: Mai Tai. HEX triplet: AD, 68 and 2B. RGB value is (173,104,43). Sum of RGB (Red+Green+Blue) = 173+104+43=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD682B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD682B is #5297D4. Grayscale: #757575. Windows color (decimal): -5412821 or 2844845. OLE color: 2844845.
HSL color Cylindrical-coordinate representation of color #AD682B: hue angle of 28.15º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD682B is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 43 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.32 |
| HSL | 28.15º | 0.6% | 0.42% | - |
| HSV(B) | 28.15º | 0.75% | 0.68% | - |
| XYZ | 22.62 | 18.96 | 4.75 | - |
| YUV | 117.68 | 85.86 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 43 | 0 | 0.40 | 0.75 | 0.32 | 28.15 | 0.6 | 0.42 |
| Hex | AD | 68 | 2B | 0 | 28 | 4B | 20 | 1C | 3C | 2A |
| Octal | 255 | 150 | 53 | 0 | 50 | 113 | 40 | 34 | 74 | 52 |
| Binary | 10101101 | 1101000 | 101011 | 0 | 101000 | 1001011 | 100000 | 11100 | 111100 | 101010 |
Color Harmonies of #AD682B
Complementary color
Monochromatic Colors of #AD682B
Black with #AD682B
Text Example
Text Example
White with #AD682B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD682B; }
p { color: rgb(173,104,43); }
H1.HeaderClassName
{
color: #AD682B;
}
.AnyTagClassName
{
color: #AD682B;
}
</style>
background-color css
<style>
a { background-color: #AD682B; }
a { background-color: rgb(173,104,43); }
div.DivClassName
{
background-color: #AD682B;
}
.BgClassName
{
background-color: #AD682B;
}
</style>
border-color css
<style>
span { border-color: #AD682B; }
span { border-color: rgb(173,104,43); }
td.TdClassName
{
border-color: #AD682B;
}
.TagClassName
{
border-color: #AD682B;
}
</style>