Shades of Mai Tai #A86A36
Tints of Mai Tai #A86A36
RGB
CMYK
RGB Variations
Color information
#A86A36 (or 0xA86A36) is known color: Mai Tai. HEX triplet: A8, 6A and 36. RGB value is (168,106,54). Sum of RGB (Red+Green+Blue) = 168+106+54=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A86A36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86A36 is #5795C9. Grayscale: #767676. Windows color (decimal): -5739978 or 3566248. OLE color: 3566248.
HSL color Cylindrical-coordinate representation of color #A86A36: hue angle of 27.37º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A86A36 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 106 | 54 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.34 |
| HSL | 27.37º | 0.51% | 0.44% | - |
| HSV(B) | 27.37º | 0.68% | 0.66% | - |
| XYZ | 21.97 | 18.9 | 5.98 | - |
| YUV | 118.61 | 91.54 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 54 | 0 | 0.37 | 0.68 | 0.34 | 27.37 | 0.51 | 0.44 |
| Hex | A8 | 6A | 36 | 0 | 25 | 44 | 22 | 1B | 33 | 2C |
| Octal | 250 | 152 | 66 | 0 | 45 | 104 | 42 | 33 | 63 | 54 |
| Binary | 10101000 | 1101010 | 110110 | 0 | 100101 | 1000100 | 100010 | 11011 | 110011 | 101100 |
Color Harmonies of #A86A36
Complementary color
Monochromatic Colors of #A86A36
Black with #A86A36
Text Example
Text Example
White with #A86A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86A36; }
p { color: rgb(168,106,54); }
H1.HeaderClassName
{
color: #A86A36;
}
.AnyTagClassName
{
color: #A86A36;
}
</style>
background-color css
<style>
a { background-color: #A86A36; }
a { background-color: rgb(168,106,54); }
div.DivClassName
{
background-color: #A86A36;
}
.BgClassName
{
background-color: #A86A36;
}
</style>
border-color css
<style>
span { border-color: #A86A36; }
span { border-color: rgb(168,106,54); }
td.TdClassName
{
border-color: #A86A36;
}
.TagClassName
{
border-color: #A86A36;
}
</style>