Shades of Mai Tai #AD671E
Tints of Mai Tai #AD671E
RGB
CMYK
RGB Variations
Color information
#AD671E (or 0xAD671E) is known color: Mai Tai. HEX triplet: AD, 67 and 1E. RGB value is (173,103,30). Sum of RGB (Red+Green+Blue) = 173+103+30=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD671E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD671E is #5298E1. Grayscale: #737373. Windows color (decimal): -5413090 or 1992621. OLE color: 1992621.
HSL color Cylindrical-coordinate representation of color #AD671E: hue angle of 30.63º 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 #AD671E is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 30 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.32 |
| HSL | 30.63º | 0.7% | 0.4% | - |
| HSV(B) | 30.63º | 0.83% | 0.68% | - |
| XYZ | 22.32 | 18.68 | 3.66 | - |
| YUV | 115.61 | 79.69 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 30 | 0 | 0.40 | 0.83 | 0.32 | 30.63 | 0.7 | 0.4 |
| Hex | AD | 67 | 1E | 0 | 28 | 53 | 20 | 1F | 46 | 28 |
| Octal | 255 | 147 | 36 | 0 | 50 | 123 | 40 | 37 | 106 | 50 |
| Binary | 10101101 | 1100111 | 11110 | 0 | 101000 | 1010011 | 100000 | 11111 | 1000110 | 101000 |
Color Harmonies of #AD671E
Complementary color
Monochromatic Colors of #AD671E
Black with #AD671E
Text Example
Text Example
White with #AD671E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD671E; }
p { color: rgb(173,103,30); }
H1.HeaderClassName
{
color: #AD671E;
}
.AnyTagClassName
{
color: #AD671E;
}
</style>
background-color css
<style>
a { background-color: #AD671E; }
a { background-color: rgb(173,103,30); }
div.DivClassName
{
background-color: #AD671E;
}
.BgClassName
{
background-color: #AD671E;
}
</style>
border-color css
<style>
span { border-color: #AD671E; }
span { border-color: rgb(173,103,30); }
td.TdClassName
{
border-color: #AD671E;
}
.TagClassName
{
border-color: #AD671E;
}
</style>