Shades of Mai Tai #AD671D
Tints of Mai Tai #AD671D
RGB
CMYK
RGB Variations
Color information
#AD671D (or 0xAD671D) is known color: Mai Tai. HEX triplet: AD, 67 and 1D. RGB value is (173,103,29). Sum of RGB (Red+Green+Blue) = 173+103+29=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD671D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD671D is #5298E2. Grayscale: #737373. Windows color (decimal): -5413091 or 1927085. OLE color: 1927085.
HSL color Cylindrical-coordinate representation of color #AD671D: hue angle of 30.83º 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 #AD671D is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 29 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.32 |
| HSL | 30.83º | 0.71% | 0.4% | - |
| HSV(B) | 30.83º | 0.83% | 0.68% | - |
| XYZ | 22.31 | 18.67 | 3.59 | - |
| YUV | 115.49 | 79.19 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 29 | 0 | 0.40 | 0.83 | 0.32 | 30.83 | 0.71 | 0.4 |
| Hex | AD | 67 | 1D | 0 | 28 | 53 | 20 | 1F | 47 | 28 |
| Octal | 255 | 147 | 35 | 0 | 50 | 123 | 40 | 37 | 107 | 50 |
| Binary | 10101101 | 1100111 | 11101 | 0 | 101000 | 1010011 | 100000 | 11111 | 1000111 | 101000 |
Color Harmonies of #AD671D
Complementary color
Monochromatic Colors of #AD671D
Black with #AD671D
Text Example
Text Example
White with #AD671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD671D; }
p { color: rgb(173,103,29); }
H1.HeaderClassName
{
color: #AD671D;
}
.AnyTagClassName
{
color: #AD671D;
}
</style>
background-color css
<style>
a { background-color: #AD671D; }
a { background-color: rgb(173,103,29); }
div.DivClassName
{
background-color: #AD671D;
}
.BgClassName
{
background-color: #AD671D;
}
</style>
border-color css
<style>
span { border-color: #AD671D; }
span { border-color: rgb(173,103,29); }
td.TdClassName
{
border-color: #AD671D;
}
.TagClassName
{
border-color: #AD671D;
}
</style>