Shades of Mai Tai #AD611E
Tints of Mai Tai #AD611E
RGB
CMYK
RGB Variations
Color information
#AD611E (or 0xAD611E) is known color: Mai Tai. HEX triplet: AD, 61 and 1E. RGB value is (173,97,30). Sum of RGB (Red+Green+Blue) = 173+97+30=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD611E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD611E is #529EE1. Grayscale: #707070. Windows color (decimal): -5414626 or 1991085. OLE color: 1991085.
HSL color Cylindrical-coordinate representation of color #AD611E: hue angle of 28.11º 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 #AD611E is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 30 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.32 |
| HSL | 28.11º | 0.7% | 0.4% | - |
| HSV(B) | 28.11º | 0.83% | 0.68% | - |
| XYZ | 21.74 | 17.53 | 3.47 | - |
| YUV | 112.09 | 81.68 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 30 | 0 | 0.44 | 0.83 | 0.32 | 28.11 | 0.7 | 0.4 |
| Hex | AD | 61 | 1E | 0 | 2C | 53 | 20 | 1C | 46 | 28 |
| Octal | 255 | 141 | 36 | 0 | 54 | 123 | 40 | 34 | 106 | 50 |
| Binary | 10101101 | 1100001 | 11110 | 0 | 101100 | 1010011 | 100000 | 11100 | 1000110 | 101000 |
Color Harmonies of #AD611E
Complementary color
Monochromatic Colors of #AD611E
Black with #AD611E
Text Example
Text Example
White with #AD611E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD611E; }
p { color: rgb(173,97,30); }
H1.HeaderClassName
{
color: #AD611E;
}
.AnyTagClassName
{
color: #AD611E;
}
</style>
background-color css
<style>
a { background-color: #AD611E; }
a { background-color: rgb(173,97,30); }
div.DivClassName
{
background-color: #AD611E;
}
.BgClassName
{
background-color: #AD611E;
}
</style>
border-color css
<style>
span { border-color: #AD611E; }
span { border-color: rgb(173,97,30); }
td.TdClassName
{
border-color: #AD611E;
}
.TagClassName
{
border-color: #AD611E;
}
</style>