Shades of Mai Tai #AD601E
Tints of Mai Tai #AD601E
RGB
CMYK
RGB Variations
Color information
#AD601E (or 0xAD601E) is known color: Mai Tai. HEX triplet: AD, 60 and 1E. RGB value is (173,96,30). Sum of RGB (Red+Green+Blue) = 173+96+30=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD601E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD601E is #529FE1. Grayscale: #6F6F6F. Windows color (decimal): -5414882 or 1990829. OLE color: 1990829.
HSL color Cylindrical-coordinate representation of color #AD601E: hue angle of 27.69º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD601E is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 30 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.32 |
| HSL | 27.69º | 0.7% | 0.4% | - |
| HSV(B) | 27.69º | 0.83% | 0.68% | - |
| XYZ | 21.65 | 17.34 | 3.43 | - |
| YUV | 111.5 | 82.01 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 30 | 0 | 0.45 | 0.83 | 0.32 | 27.69 | 0.7 | 0.4 |
| Hex | AD | 60 | 1E | 0 | 2D | 53 | 20 | 1C | 46 | 28 |
| Octal | 255 | 140 | 36 | 0 | 55 | 123 | 40 | 34 | 106 | 50 |
| Binary | 10101101 | 1100000 | 11110 | 0 | 101101 | 1010011 | 100000 | 11100 | 1000110 | 101000 |
Color Harmonies of #AD601E
Complementary color
Monochromatic Colors of #AD601E
Black with #AD601E
Text Example
Text Example
White with #AD601E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD601E; }
p { color: rgb(173,96,30); }
H1.HeaderClassName
{
color: #AD601E;
}
.AnyTagClassName
{
color: #AD601E;
}
</style>
background-color css
<style>
a { background-color: #AD601E; }
a { background-color: rgb(173,96,30); }
div.DivClassName
{
background-color: #AD601E;
}
.BgClassName
{
background-color: #AD601E;
}
</style>
border-color css
<style>
span { border-color: #AD601E; }
span { border-color: rgb(173,96,30); }
td.TdClassName
{
border-color: #AD601E;
}
.TagClassName
{
border-color: #AD601E;
}
</style>