Shades of Mai Tai #A86935
Tints of Mai Tai #A86935
RGB
CMYK
RGB Variations
Color information
#A86935 (or 0xA86935) is known color: Mai Tai. HEX triplet: A8, 69 and 35. RGB value is (168,105,53). Sum of RGB (Red+Green+Blue) = 168+105+53=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A86935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86935 is #5796CA. Grayscale: #767676. Windows color (decimal): -5740235 or 3500456. OLE color: 3500456.
HSL color Cylindrical-coordinate representation of color #A86935: hue angle of 27.13º 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 #A86935 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 105 | 53 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.34 |
| HSL | 27.13º | 0.52% | 0.43% | - |
| HSV(B) | 27.13º | 0.68% | 0.66% | - |
| XYZ | 21.84 | 18.69 | 5.82 | - |
| YUV | 117.91 | 91.37 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 53 | 0 | 0.38 | 0.68 | 0.34 | 27.13 | 0.52 | 0.43 |
| Hex | A8 | 69 | 35 | 0 | 26 | 44 | 22 | 1B | 34 | 2B |
| Octal | 250 | 151 | 65 | 0 | 46 | 104 | 42 | 33 | 64 | 53 |
| Binary | 10101000 | 1101001 | 110101 | 0 | 100110 | 1000100 | 100010 | 11011 | 110100 | 101011 |
Color Harmonies of #A86935
Complementary color
Monochromatic Colors of #A86935
Black with #A86935
Text Example
Text Example
White with #A86935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86935; }
p { color: rgb(168,105,53); }
H1.HeaderClassName
{
color: #A86935;
}
.AnyTagClassName
{
color: #A86935;
}
</style>
background-color css
<style>
a { background-color: #A86935; }
a { background-color: rgb(168,105,53); }
div.DivClassName
{
background-color: #A86935;
}
.BgClassName
{
background-color: #A86935;
}
</style>
border-color css
<style>
span { border-color: #A86935; }
span { border-color: rgb(168,105,53); }
td.TdClassName
{
border-color: #A86935;
}
.TagClassName
{
border-color: #A86935;
}
</style>