Shades of Mai Tai #AD632E
Tints of Mai Tai #AD632E
RGB
CMYK
RGB Variations
Color information
#AD632E (or 0xAD632E) is known color: Mai Tai. HEX triplet: AD, 63 and 2E. RGB value is (173,99,46). Sum of RGB (Red+Green+Blue) = 173+99+46=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD632E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD632E is #529CD1. Grayscale: #737373. Windows color (decimal): -5414098 or 3040173. OLE color: 3040173.
HSL color Cylindrical-coordinate representation of color #AD632E: hue angle of 25.04º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD632E is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 46 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.32 |
| HSL | 25.04º | 0.58% | 0.43% | - |
| HSV(B) | 25.04º | 0.73% | 0.68% | - |
| XYZ | 22.19 | 18.01 | 4.89 | - |
| YUV | 115.08 | 89.02 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 46 | 0 | 0.43 | 0.73 | 0.32 | 25.04 | 0.58 | 0.43 |
| Hex | AD | 63 | 2E | 0 | 2B | 49 | 20 | 19 | 3A | 2B |
| Octal | 255 | 143 | 56 | 0 | 53 | 111 | 40 | 31 | 72 | 53 |
| Binary | 10101101 | 1100011 | 101110 | 0 | 101011 | 1001001 | 100000 | 11001 | 111010 | 101011 |
Color Harmonies of #AD632E
Complementary color
Monochromatic Colors of #AD632E
Black with #AD632E
Text Example
Text Example
White with #AD632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD632E; }
p { color: rgb(173,99,46); }
H1.HeaderClassName
{
color: #AD632E;
}
.AnyTagClassName
{
color: #AD632E;
}
</style>
background-color css
<style>
a { background-color: #AD632E; }
a { background-color: rgb(173,99,46); }
div.DivClassName
{
background-color: #AD632E;
}
.BgClassName
{
background-color: #AD632E;
}
</style>
border-color css
<style>
span { border-color: #AD632E; }
span { border-color: rgb(173,99,46); }
td.TdClassName
{
border-color: #AD632E;
}
.TagClassName
{
border-color: #AD632E;
}
</style>