Shades of Mai Tai #A86537
Tints of Mai Tai #A86537
RGB
CMYK
RGB Variations
Color information
#A86537 (or 0xA86537) is known color: Mai Tai. HEX triplet: A8, 65 and 37. RGB value is (168,101,55). Sum of RGB (Red+Green+Blue) = 168+101+55=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A86537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86537 is #579AC8. Grayscale: #747474. Windows color (decimal): -5741257 or 3630504. OLE color: 3630504.
HSL color Cylindrical-coordinate representation of color #A86537: hue angle of 24.42º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A86537 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 55 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.34 |
| HSL | 24.42º | 0.51% | 0.44% | - |
| HSV(B) | 24.42º | 0.67% | 0.66% | - |
| XYZ | 21.49 | 17.91 | 5.94 | - |
| YUV | 115.79 | 93.7 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 55 | 0 | 0.40 | 0.67 | 0.34 | 24.42 | 0.51 | 0.44 |
| Hex | A8 | 65 | 37 | 0 | 28 | 43 | 22 | 18 | 33 | 2C |
| Octal | 250 | 145 | 67 | 0 | 50 | 103 | 42 | 30 | 63 | 54 |
| Binary | 10101000 | 1100101 | 110111 | 0 | 101000 | 1000011 | 100010 | 11000 | 110011 | 101100 |
Color Harmonies of #A86537
Complementary color
Monochromatic Colors of #A86537
Black with #A86537
Text Example
Text Example
White with #A86537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86537; }
p { color: rgb(168,101,55); }
H1.HeaderClassName
{
color: #A86537;
}
.AnyTagClassName
{
color: #A86537;
}
</style>
background-color css
<style>
a { background-color: #A86537; }
a { background-color: rgb(168,101,55); }
div.DivClassName
{
background-color: #A86537;
}
.BgClassName
{
background-color: #A86537;
}
</style>
border-color css
<style>
span { border-color: #A86537; }
span { border-color: rgb(168,101,55); }
td.TdClassName
{
border-color: #A86537;
}
.TagClassName
{
border-color: #A86537;
}
</style>