Shades of Mai Tai #AD6131
Tints of Mai Tai #AD6131
RGB
CMYK
RGB Variations
Color information
#AD6131 (or 0xAD6131) is known color: Mai Tai. HEX triplet: AD, 61 and 31. RGB value is (173,97,49). Sum of RGB (Red+Green+Blue) = 173+97+49=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6131 is #529ECE. Grayscale: #727272. Windows color (decimal): -5414607 or 3236269. OLE color: 3236269.
HSL color Cylindrical-coordinate representation of color #AD6131: hue angle of 23.23º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD6131 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 49 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.32 |
| HSL | 23.23º | 0.56% | 0.44% | - |
| HSV(B) | 23.23º | 0.72% | 0.68% | - |
| XYZ | 22.06 | 17.66 | 5.15 | - |
| YUV | 114.25 | 91.18 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 49 | 0 | 0.44 | 0.72 | 0.32 | 23.23 | 0.56 | 0.44 |
| Hex | AD | 61 | 31 | 0 | 2C | 48 | 20 | 17 | 38 | 2C |
| Octal | 255 | 141 | 61 | 0 | 54 | 110 | 40 | 27 | 70 | 54 |
| Binary | 10101101 | 1100001 | 110001 | 0 | 101100 | 1001000 | 100000 | 10111 | 111000 | 101100 |
Color Harmonies of #AD6131
Complementary color
Monochromatic Colors of #AD6131
Black with #AD6131
Text Example
Text Example
White with #AD6131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6131; }
p { color: rgb(173,97,49); }
H1.HeaderClassName
{
color: #AD6131;
}
.AnyTagClassName
{
color: #AD6131;
}
</style>
background-color css
<style>
a { background-color: #AD6131; }
a { background-color: rgb(173,97,49); }
div.DivClassName
{
background-color: #AD6131;
}
.BgClassName
{
background-color: #AD6131;
}
</style>
border-color css
<style>
span { border-color: #AD6131; }
span { border-color: rgb(173,97,49); }
td.TdClassName
{
border-color: #AD6131;
}
.TagClassName
{
border-color: #AD6131;
}
</style>