Shades of Mai Tai #A86635
Tints of Mai Tai #A86635
RGB
CMYK
RGB Variations
Color information
#A86635 (or 0xA86635) is known color: Mai Tai. HEX triplet: A8, 66 and 35. RGB value is (168,102,53). Sum of RGB (Red+Green+Blue) = 168+102+53=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A86635 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86635 is #5799CA. Grayscale: #747474. Windows color (decimal): -5741003 or 3499688. OLE color: 3499688.
HSL color Cylindrical-coordinate representation of color #A86635: hue angle of 25.57º 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 #A86635 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 102 | 53 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.34 |
| HSL | 25.57º | 0.52% | 0.43% | - |
| HSV(B) | 25.57º | 0.68% | 0.66% | - |
| XYZ | 21.54 | 18.08 | 5.72 | - |
| YUV | 116.15 | 92.37 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 102 | 53 | 0 | 0.39 | 0.68 | 0.34 | 25.57 | 0.52 | 0.43 |
| Hex | A8 | 66 | 35 | 0 | 27 | 44 | 22 | 1A | 34 | 2B |
| Octal | 250 | 146 | 65 | 0 | 47 | 104 | 42 | 32 | 64 | 53 |
| Binary | 10101000 | 1100110 | 110101 | 0 | 100111 | 1000100 | 100010 | 11010 | 110100 | 101011 |
Color Harmonies of #A86635
Complementary color
Monochromatic Colors of #A86635
Black with #A86635
Text Example
Text Example
White with #A86635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86635; }
p { color: rgb(168,102,53); }
H1.HeaderClassName
{
color: #A86635;
}
.AnyTagClassName
{
color: #A86635;
}
</style>
background-color css
<style>
a { background-color: #A86635; }
a { background-color: rgb(168,102,53); }
div.DivClassName
{
background-color: #A86635;
}
.BgClassName
{
background-color: #A86635;
}
</style>
border-color css
<style>
span { border-color: #A86635; }
span { border-color: rgb(168,102,53); }
td.TdClassName
{
border-color: #A86635;
}
.TagClassName
{
border-color: #A86635;
}
</style>