Shades of Mai Tai #A86737
Tints of Mai Tai #A86737
RGB
CMYK
RGB Variations
Color information
#A86737 (or 0xA86737) is known color: Mai Tai. HEX triplet: A8, 67 and 37. RGB value is (168,103,55). Sum of RGB (Red+Green+Blue) = 168+103+55=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A86737 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86737 is #5798C8. Grayscale: #757575. Windows color (decimal): -5740745 or 3631016. OLE color: 3631016.
HSL color Cylindrical-coordinate representation of color #A86737: hue angle of 25.49º 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 #A86737 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 103 | 55 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.34 |
| HSL | 25.49º | 0.51% | 0.44% | - |
| HSV(B) | 25.49º | 0.67% | 0.66% | - |
| XYZ | 21.69 | 18.3 | 6 | - |
| YUV | 116.96 | 93.03 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 55 | 0 | 0.39 | 0.67 | 0.34 | 25.49 | 0.51 | 0.44 |
| Hex | A8 | 67 | 37 | 0 | 27 | 43 | 22 | 19 | 33 | 2C |
| Octal | 250 | 147 | 67 | 0 | 47 | 103 | 42 | 31 | 63 | 54 |
| Binary | 10101000 | 1100111 | 110111 | 0 | 100111 | 1000011 | 100010 | 11001 | 110011 | 101100 |
Color Harmonies of #A86737
Complementary color
Monochromatic Colors of #A86737
Black with #A86737
Text Example
Text Example
White with #A86737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86737; }
p { color: rgb(168,103,55); }
H1.HeaderClassName
{
color: #A86737;
}
.AnyTagClassName
{
color: #A86737;
}
</style>
background-color css
<style>
a { background-color: #A86737; }
a { background-color: rgb(168,103,55); }
div.DivClassName
{
background-color: #A86737;
}
.BgClassName
{
background-color: #A86737;
}
</style>
border-color css
<style>
span { border-color: #A86737; }
span { border-color: rgb(168,103,55); }
td.TdClassName
{
border-color: #A86737;
}
.TagClassName
{
border-color: #A86737;
}
</style>