Shades of Mai Tai #AD6127
Tints of Mai Tai #AD6127
RGB
CMYK
RGB Variations
Color information
#AD6127 (or 0xAD6127) is known color: Mai Tai. HEX triplet: AD, 61 and 27. RGB value is (173,97,39). Sum of RGB (Red+Green+Blue) = 173+97+39=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6127 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6127 is #529ED8. Grayscale: #717171. Windows color (decimal): -5414617 or 2580909. OLE color: 2580909.
HSL color Cylindrical-coordinate representation of color #AD6127: hue angle of 25.97º degrees, saturation: 0.63, 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 #AD6127 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 39 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.32 |
| HSL | 25.97º | 0.63% | 0.42% | - |
| HSV(B) | 25.97º | 0.77% | 0.68% | - |
| XYZ | 21.87 | 17.58 | 4.16 | - |
| YUV | 113.11 | 86.18 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 39 | 0 | 0.44 | 0.77 | 0.32 | 25.97 | 0.63 | 0.42 |
| Hex | AD | 61 | 27 | 0 | 2C | 4D | 20 | 1A | 3F | 2A |
| Octal | 255 | 141 | 47 | 0 | 54 | 115 | 40 | 32 | 77 | 52 |
| Binary | 10101101 | 1100001 | 100111 | 0 | 101100 | 1001101 | 100000 | 11010 | 111111 | 101010 |
Color Harmonies of #AD6127
Complementary color
Monochromatic Colors of #AD6127
Black with #AD6127
Text Example
Text Example
White with #AD6127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6127; }
p { color: rgb(173,97,39); }
H1.HeaderClassName
{
color: #AD6127;
}
.AnyTagClassName
{
color: #AD6127;
}
</style>
background-color css
<style>
a { background-color: #AD6127; }
a { background-color: rgb(173,97,39); }
div.DivClassName
{
background-color: #AD6127;
}
.BgClassName
{
background-color: #AD6127;
}
</style>
border-color css
<style>
span { border-color: #AD6127; }
span { border-color: rgb(173,97,39); }
td.TdClassName
{
border-color: #AD6127;
}
.TagClassName
{
border-color: #AD6127;
}
</style>