Shades of Mai Tai #AD651E
Tints of Mai Tai #AD651E
RGB
CMYK
RGB Variations
Color information
#AD651E (or 0xAD651E) is known color: Mai Tai. HEX triplet: AD, 65 and 1E. RGB value is (173,101,30). Sum of RGB (Red+Green+Blue) = 173+101+30=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD651E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD651E is #529AE1. Grayscale: #727272. Windows color (decimal): -5413602 or 1992109. OLE color: 1992109.
HSL color Cylindrical-coordinate representation of color #AD651E: hue angle of 29.79º 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 #AD651E is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 30 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.32 |
| HSL | 29.79º | 0.7% | 0.4% | - |
| HSV(B) | 29.79º | 0.83% | 0.68% | - |
| XYZ | 22.12 | 18.29 | 3.59 | - |
| YUV | 114.43 | 80.35 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 30 | 0 | 0.42 | 0.83 | 0.32 | 29.79 | 0.7 | 0.4 |
| Hex | AD | 65 | 1E | 0 | 2A | 53 | 20 | 1E | 46 | 28 |
| Octal | 255 | 145 | 36 | 0 | 52 | 123 | 40 | 36 | 106 | 50 |
| Binary | 10101101 | 1100101 | 11110 | 0 | 101010 | 1010011 | 100000 | 11110 | 1000110 | 101000 |
Color Harmonies of #AD651E
Complementary color
Monochromatic Colors of #AD651E
Black with #AD651E
Text Example
Text Example
White with #AD651E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD651E; }
p { color: rgb(173,101,30); }
H1.HeaderClassName
{
color: #AD651E;
}
.AnyTagClassName
{
color: #AD651E;
}
</style>
background-color css
<style>
a { background-color: #AD651E; }
a { background-color: rgb(173,101,30); }
div.DivClassName
{
background-color: #AD651E;
}
.BgClassName
{
background-color: #AD651E;
}
</style>
border-color css
<style>
span { border-color: #AD651E; }
span { border-color: rgb(173,101,30); }
td.TdClassName
{
border-color: #AD651E;
}
.TagClassName
{
border-color: #AD651E;
}
</style>