Shades of Mai Tai #A86838
Tints of Mai Tai #A86838
RGB
CMYK
RGB Variations
Color information
#A86838 (or 0xA86838) is known color: Mai Tai. HEX triplet: A8, 68 and 38. RGB value is (168,104,56). Sum of RGB (Red+Green+Blue) = 168+104+56=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A86838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86838 is #5797C7. Grayscale: #757575. Windows color (decimal): -5740488 or 3696808. OLE color: 3696808.
HSL color Cylindrical-coordinate representation of color #A86838: hue angle of 25.71º degrees, saturation: 0.5, 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 #A86838 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 104 | 56 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.34 |
| HSL | 25.71º | 0.5% | 0.44% | - |
| HSV(B) | 25.71º | 0.67% | 0.66% | - |
| XYZ | 21.81 | 18.51 | 6.16 | - |
| YUV | 117.66 | 93.2 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 56 | 0 | 0.38 | 0.67 | 0.34 | 25.71 | 0.5 | 0.44 |
| Hex | A8 | 68 | 38 | 0 | 26 | 43 | 22 | 1A | 32 | 2C |
| Octal | 250 | 150 | 70 | 0 | 46 | 103 | 42 | 32 | 62 | 54 |
| Binary | 10101000 | 1101000 | 111000 | 0 | 100110 | 1000011 | 100010 | 11010 | 110010 | 101100 |
Color Harmonies of #A86838
Complementary color
Monochromatic Colors of #A86838
Black with #A86838
Text Example
Text Example
White with #A86838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86838; }
p { color: rgb(168,104,56); }
H1.HeaderClassName
{
color: #A86838;
}
.AnyTagClassName
{
color: #A86838;
}
</style>
background-color css
<style>
a { background-color: #A86838; }
a { background-color: rgb(168,104,56); }
div.DivClassName
{
background-color: #A86838;
}
.BgClassName
{
background-color: #A86838;
}
</style>
border-color css
<style>
span { border-color: #A86838; }
span { border-color: rgb(168,104,56); }
td.TdClassName
{
border-color: #A86838;
}
.TagClassName
{
border-color: #A86838;
}
</style>