Shades of Mai Tai #A86531
Tints of Mai Tai #A86531
RGB
CMYK
RGB Variations
Color information
#A86531 (or 0xA86531) is known color: Mai Tai. HEX triplet: A8, 65 and 31. RGB value is (168,101,49). Sum of RGB (Red+Green+Blue) = 168+101+49=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A86531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86531 is #579ACE. Grayscale: #737373. Windows color (decimal): -5741263 or 3237288. OLE color: 3237288.
HSL color Cylindrical-coordinate representation of color #A86531: hue angle of 26.22º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A86531 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 49 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.34 |
| HSL | 26.22º | 0.55% | 0.43% | - |
| HSV(B) | 26.22º | 0.71% | 0.66% | - |
| XYZ | 21.36 | 17.85 | 5.23 | - |
| YUV | 115.11 | 90.7 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 49 | 0 | 0.40 | 0.71 | 0.34 | 26.22 | 0.55 | 0.43 |
| Hex | A8 | 65 | 31 | 0 | 28 | 47 | 22 | 1A | 37 | 2B |
| Octal | 250 | 145 | 61 | 0 | 50 | 107 | 42 | 32 | 67 | 53 |
| Binary | 10101000 | 1100101 | 110001 | 0 | 101000 | 1000111 | 100010 | 11010 | 110111 | 101011 |
Color Harmonies of #A86531
Complementary color
Monochromatic Colors of #A86531
Black with #A86531
Text Example
Text Example
White with #A86531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86531; }
p { color: rgb(168,101,49); }
H1.HeaderClassName
{
color: #A86531;
}
.AnyTagClassName
{
color: #A86531;
}
</style>
background-color css
<style>
a { background-color: #A86531; }
a { background-color: rgb(168,101,49); }
div.DivClassName
{
background-color: #A86531;
}
.BgClassName
{
background-color: #A86531;
}
</style>
border-color css
<style>
span { border-color: #A86531; }
span { border-color: rgb(168,101,49); }
td.TdClassName
{
border-color: #A86531;
}
.TagClassName
{
border-color: #A86531;
}
</style>