Shades of Mai Tai #AD672B
Tints of Mai Tai #AD672B
RGB
CMYK
RGB Variations
Color information
#AD672B (or 0xAD672B) is known color: Mai Tai. HEX triplet: AD, 67 and 2B. RGB value is (173,103,43). Sum of RGB (Red+Green+Blue) = 173+103+43=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD672B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD672B is #5298D4. Grayscale: #757575. Windows color (decimal): -5413077 or 2844589. OLE color: 2844589.
HSL color Cylindrical-coordinate representation of color #AD672B: hue angle of 27.69º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD672B is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 43 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.32 |
| HSL | 27.69º | 0.6% | 0.42% | - |
| HSV(B) | 27.69º | 0.75% | 0.68% | - |
| XYZ | 22.52 | 18.76 | 4.72 | - |
| YUV | 117.09 | 86.19 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 43 | 0 | 0.40 | 0.75 | 0.32 | 27.69 | 0.6 | 0.42 |
| Hex | AD | 67 | 2B | 0 | 28 | 4B | 20 | 1C | 3C | 2A |
| Octal | 255 | 147 | 53 | 0 | 50 | 113 | 40 | 34 | 74 | 52 |
| Binary | 10101101 | 1100111 | 101011 | 0 | 101000 | 1001011 | 100000 | 11100 | 111100 | 101010 |
Color Harmonies of #AD672B
Complementary color
Monochromatic Colors of #AD672B
Black with #AD672B
Text Example
Text Example
White with #AD672B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD672B; }
p { color: rgb(173,103,43); }
H1.HeaderClassName
{
color: #AD672B;
}
.AnyTagClassName
{
color: #AD672B;
}
</style>
background-color css
<style>
a { background-color: #AD672B; }
a { background-color: rgb(173,103,43); }
div.DivClassName
{
background-color: #AD672B;
}
.BgClassName
{
background-color: #AD672B;
}
</style>
border-color css
<style>
span { border-color: #AD672B; }
span { border-color: rgb(173,103,43); }
td.TdClassName
{
border-color: #AD672B;
}
.TagClassName
{
border-color: #AD672B;
}
</style>