Shades of Mai Tai #A86D35
Tints of Mai Tai #A86D35
RGB
CMYK
RGB Variations
Color information
#A86D35 (or 0xA86D35) is known color: Mai Tai. HEX triplet: A8, 6D and 35. RGB value is (168,109,53). Sum of RGB (Red+Green+Blue) = 168+109+53=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86D35 is #5792CA. Grayscale: #787878. Windows color (decimal): -5739211 or 3501480. OLE color: 3501480.
HSL color Cylindrical-coordinate representation of color #A86D35: hue angle of 29.22º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A86D35 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 109 | 53 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.34 |
| HSL | 29.22º | 0.52% | 0.43% | - |
| HSV(B) | 29.22º | 0.68% | 0.66% | - |
| XYZ | 22.26 | 19.52 | 5.96 | - |
| YUV | 120.26 | 90.05 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 109 | 53 | 0 | 0.35 | 0.68 | 0.34 | 29.22 | 0.52 | 0.43 |
| Hex | A8 | 6D | 35 | 0 | 23 | 44 | 22 | 1D | 34 | 2B |
| Octal | 250 | 155 | 65 | 0 | 43 | 104 | 42 | 35 | 64 | 53 |
| Binary | 10101000 | 1101101 | 110101 | 0 | 100011 | 1000100 | 100010 | 11101 | 110100 | 101011 |
Color Harmonies of #A86D35
Complementary color
Monochromatic Colors of #A86D35
Black with #A86D35
Text Example
Text Example
White with #A86D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86D35; }
p { color: rgb(168,109,53); }
H1.HeaderClassName
{
color: #A86D35;
}
.AnyTagClassName
{
color: #A86D35;
}
</style>
background-color css
<style>
a { background-color: #A86D35; }
a { background-color: rgb(168,109,53); }
div.DivClassName
{
background-color: #A86D35;
}
.BgClassName
{
background-color: #A86D35;
}
</style>
border-color css
<style>
span { border-color: #A86D35; }
span { border-color: rgb(168,109,53); }
td.TdClassName
{
border-color: #A86D35;
}
.TagClassName
{
border-color: #A86D35;
}
</style>