Shades of Mai Tai #AD622E
Tints of Mai Tai #AD622E
RGB
CMYK
RGB Variations
Color information
#AD622E (or 0xAD622E) is known color: Mai Tai. HEX triplet: AD, 62 and 2E. RGB value is (173,98,46). Sum of RGB (Red+Green+Blue) = 173+98+46=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD622E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD622E is #529DD1. Grayscale: #727272. Windows color (decimal): -5414354 or 3039917. OLE color: 3039917.
HSL color Cylindrical-coordinate representation of color #AD622E: hue angle of 24.57º 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 #AD622E is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 46 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.32 |
| HSL | 24.57º | 0.58% | 0.43% | - |
| HSV(B) | 24.57º | 0.73% | 0.68% | - |
| XYZ | 22.09 | 17.82 | 4.86 | - |
| YUV | 114.5 | 89.35 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 46 | 0 | 0.43 | 0.73 | 0.32 | 24.57 | 0.58 | 0.43 |
| Hex | AD | 62 | 2E | 0 | 2B | 49 | 20 | 19 | 3A | 2B |
| Octal | 255 | 142 | 56 | 0 | 53 | 111 | 40 | 31 | 72 | 53 |
| Binary | 10101101 | 1100010 | 101110 | 0 | 101011 | 1001001 | 100000 | 11001 | 111010 | 101011 |
Color Harmonies of #AD622E
Complementary color
Monochromatic Colors of #AD622E
Black with #AD622E
Text Example
Text Example
White with #AD622E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD622E; }
p { color: rgb(173,98,46); }
H1.HeaderClassName
{
color: #AD622E;
}
.AnyTagClassName
{
color: #AD622E;
}
</style>
background-color css
<style>
a { background-color: #AD622E; }
a { background-color: rgb(173,98,46); }
div.DivClassName
{
background-color: #AD622E;
}
.BgClassName
{
background-color: #AD622E;
}
</style>
border-color css
<style>
span { border-color: #AD622E; }
span { border-color: rgb(173,98,46); }
td.TdClassName
{
border-color: #AD622E;
}
.TagClassName
{
border-color: #AD622E;
}
</style>