Shades of Mai Tai #AD651D
Tints of Mai Tai #AD651D
RGB
CMYK
RGB Variations
Color information
#AD651D (or 0xAD651D) is known color: Mai Tai. HEX triplet: AD, 65 and 1D. RGB value is (173,101,29). Sum of RGB (Red+Green+Blue) = 173+101+29=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD651D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD651D is #529AE2. Grayscale: #727272. Windows color (decimal): -5413603 or 1926573. OLE color: 1926573.
HSL color Cylindrical-coordinate representation of color #AD651D: hue angle of 30º degrees, saturation: 0.71, 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 #AD651D is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 29 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.32 |
| HSL | 30º | 0.71% | 0.4% | - |
| HSV(B) | 30º | 0.83% | 0.68% | - |
| XYZ | 22.11 | 18.28 | 3.53 | - |
| YUV | 114.32 | 79.85 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 29 | 0 | 0.42 | 0.83 | 0.32 | 30 | 0.71 | 0.4 |
| Hex | AD | 65 | 1D | 0 | 2A | 53 | 20 | 1E | 47 | 28 |
| Octal | 255 | 145 | 35 | 0 | 52 | 123 | 40 | 36 | 107 | 50 |
| Binary | 10101101 | 1100101 | 11101 | 0 | 101010 | 1010011 | 100000 | 11110 | 1000111 | 101000 |
Color Harmonies of #AD651D
Complementary color
Monochromatic Colors of #AD651D
Black with #AD651D
Text Example
Text Example
White with #AD651D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD651D; }
p { color: rgb(173,101,29); }
H1.HeaderClassName
{
color: #AD651D;
}
.AnyTagClassName
{
color: #AD651D;
}
</style>
background-color css
<style>
a { background-color: #AD651D; }
a { background-color: rgb(173,101,29); }
div.DivClassName
{
background-color: #AD651D;
}
.BgClassName
{
background-color: #AD651D;
}
</style>
border-color css
<style>
span { border-color: #AD651D; }
span { border-color: rgb(173,101,29); }
td.TdClassName
{
border-color: #AD651D;
}
.TagClassName
{
border-color: #AD651D;
}
</style>