Shades of Mai Tai #A86539
Tints of Mai Tai #A86539
RGB
CMYK
RGB Variations
Color information
#A86539 (or 0xA86539) is known color: Mai Tai. HEX triplet: A8, 65 and 39. RGB value is (168,101,57). Sum of RGB (Red+Green+Blue) = 168+101+57=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 57 (22.66% from 255 or 17.48% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A86539 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86539 is #579AC6. Grayscale: #747474. Windows color (decimal): -5741255 or 3761576. OLE color: 3761576.
HSL color Cylindrical-coordinate representation of color #A86539: hue angle of 23.78º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A86539 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 57 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.34 |
| HSL | 23.78º | 0.49% | 0.44% | - |
| HSV(B) | 23.78º | 0.66% | 0.66% | - |
| XYZ | 21.54 | 17.93 | 6.2 | - |
| YUV | 116.02 | 94.7 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 57 | 0 | 0.40 | 0.66 | 0.34 | 23.78 | 0.49 | 0.44 |
| Hex | A8 | 65 | 39 | 0 | 28 | 42 | 22 | 18 | 31 | 2C |
| Octal | 250 | 145 | 71 | 0 | 50 | 102 | 42 | 30 | 61 | 54 |
| Binary | 10101000 | 1100101 | 111001 | 0 | 101000 | 1000010 | 100010 | 11000 | 110001 | 101100 |
Color Harmonies of #A86539
Complementary color
Monochromatic Colors of #A86539
Black with #A86539
Text Example
Text Example
White with #A86539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86539; }
p { color: rgb(168,101,57); }
H1.HeaderClassName
{
color: #A86539;
}
.AnyTagClassName
{
color: #A86539;
}
</style>
background-color css
<style>
a { background-color: #A86539; }
a { background-color: rgb(168,101,57); }
div.DivClassName
{
background-color: #A86539;
}
.BgClassName
{
background-color: #A86539;
}
</style>
border-color css
<style>
span { border-color: #A86539; }
span { border-color: rgb(168,101,57); }
td.TdClassName
{
border-color: #A86539;
}
.TagClassName
{
border-color: #A86539;
}
</style>