Shades of Mai Tai #AD6531
Tints of Mai Tai #AD6531
RGB
CMYK
RGB Variations
Color information
#AD6531 (or 0xAD6531) is known color: Mai Tai. HEX triplet: AD, 65 and 31. RGB value is (173,101,49). Sum of RGB (Red+Green+Blue) = 173+101+49=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6531 is #529ACE. Grayscale: #747474. Windows color (decimal): -5413583 or 3237293. OLE color: 3237293.
HSL color Cylindrical-coordinate representation of color #AD6531: hue angle of 25.16º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD6531 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 49 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.32 |
| HSL | 25.16º | 0.56% | 0.44% | - |
| HSV(B) | 25.16º | 0.72% | 0.68% | - |
| XYZ | 22.44 | 18.41 | 5.28 | - |
| YUV | 116.6 | 89.85 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 49 | 0 | 0.42 | 0.72 | 0.32 | 25.16 | 0.56 | 0.44 |
| Hex | AD | 65 | 31 | 0 | 2A | 48 | 20 | 19 | 38 | 2C |
| Octal | 255 | 145 | 61 | 0 | 52 | 110 | 40 | 31 | 70 | 54 |
| Binary | 10101101 | 1100101 | 110001 | 0 | 101010 | 1001000 | 100000 | 11001 | 111000 | 101100 |
Color Harmonies of #AD6531
Complementary color
Monochromatic Colors of #AD6531
Black with #AD6531
Text Example
Text Example
White with #AD6531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6531; }
p { color: rgb(173,101,49); }
H1.HeaderClassName
{
color: #AD6531;
}
.AnyTagClassName
{
color: #AD6531;
}
</style>
background-color css
<style>
a { background-color: #AD6531; }
a { background-color: rgb(173,101,49); }
div.DivClassName
{
background-color: #AD6531;
}
.BgClassName
{
background-color: #AD6531;
}
</style>
border-color css
<style>
span { border-color: #AD6531; }
span { border-color: rgb(173,101,49); }
td.TdClassName
{
border-color: #AD6531;
}
.TagClassName
{
border-color: #AD6531;
}
</style>