Shades of Mai Tai #A86533
Tints of Mai Tai #A86533
RGB
CMYK
RGB Variations
Color information
#A86533 (or 0xA86533) is known color: Mai Tai. HEX triplet: A8, 65 and 33. RGB value is (168,101,51). Sum of RGB (Red+Green+Blue) = 168+101+51=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A86533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86533 is #579ACC. Grayscale: #737373. Windows color (decimal): -5741261 or 3368360. OLE color: 3368360.
HSL color Cylindrical-coordinate representation of color #A86533: hue angle of 25.64º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A86533 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 51 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.34 |
| HSL | 25.64º | 0.53% | 0.43% | - |
| HSV(B) | 25.64º | 0.7% | 0.66% | - |
| XYZ | 21.4 | 17.87 | 5.45 | - |
| YUV | 115.33 | 91.7 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 51 | 0 | 0.40 | 0.70 | 0.34 | 25.64 | 0.53 | 0.43 |
| Hex | A8 | 65 | 33 | 0 | 28 | 46 | 22 | 1A | 35 | 2B |
| Octal | 250 | 145 | 63 | 0 | 50 | 106 | 42 | 32 | 65 | 53 |
| Binary | 10101000 | 1100101 | 110011 | 0 | 101000 | 1000110 | 100010 | 11010 | 110101 | 101011 |
Color Harmonies of #A86533
Complementary color
Monochromatic Colors of #A86533
Black with #A86533
Text Example
Text Example
White with #A86533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86533; }
p { color: rgb(168,101,51); }
H1.HeaderClassName
{
color: #A86533;
}
.AnyTagClassName
{
color: #A86533;
}
</style>
background-color css
<style>
a { background-color: #A86533; }
a { background-color: rgb(168,101,51); }
div.DivClassName
{
background-color: #A86533;
}
.BgClassName
{
background-color: #A86533;
}
</style>
border-color css
<style>
span { border-color: #A86533; }
span { border-color: rgb(168,101,51); }
td.TdClassName
{
border-color: #A86533;
}
.TagClassName
{
border-color: #A86533;
}
</style>