Shades of Mai Tai #AD6535
Tints of Mai Tai #AD6535
RGB
CMYK
RGB Variations
Color information
#AD6535 (or 0xAD6535) is known color: Mai Tai. HEX triplet: AD, 65 and 35. RGB value is (173,101,53). Sum of RGB (Red+Green+Blue) = 173+101+53=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6535 is #529ACA. Grayscale: #757575. Windows color (decimal): -5413579 or 3499437. OLE color: 3499437.
HSL color Cylindrical-coordinate representation of color #AD6535: hue angle of 24º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD6535 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 53 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.32 |
| HSL | 24º | 0.53% | 0.44% | - |
| HSV(B) | 24º | 0.69% | 0.68% | - |
| XYZ | 22.53 | 18.45 | 5.74 | - |
| YUV | 117.06 | 91.85 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 53 | 0 | 0.42 | 0.69 | 0.32 | 24 | 0.53 | 0.44 |
| Hex | AD | 65 | 35 | 0 | 2A | 45 | 20 | 18 | 35 | 2C |
| Octal | 255 | 145 | 65 | 0 | 52 | 105 | 40 | 30 | 65 | 54 |
| Binary | 10101101 | 1100101 | 110101 | 0 | 101010 | 1000101 | 100000 | 11000 | 110101 | 101100 |
Color Harmonies of #AD6535
Complementary color
Monochromatic Colors of #AD6535
Black with #AD6535
Text Example
Text Example
White with #AD6535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6535; }
p { color: rgb(173,101,53); }
H1.HeaderClassName
{
color: #AD6535;
}
.AnyTagClassName
{
color: #AD6535;
}
</style>
background-color css
<style>
a { background-color: #AD6535; }
a { background-color: rgb(173,101,53); }
div.DivClassName
{
background-color: #AD6535;
}
.BgClassName
{
background-color: #AD6535;
}
</style>
border-color css
<style>
span { border-color: #AD6535; }
span { border-color: rgb(173,101,53); }
td.TdClassName
{
border-color: #AD6535;
}
.TagClassName
{
border-color: #AD6535;
}
</style>