Shades of Mai Tai #A86522
Tints of Mai Tai #A86522
RGB
CMYK
RGB Variations
Color information
#A86522 (or 0xA86522) is known color: Mai Tai. HEX triplet: A8, 65 and 22. RGB value is (168,101,34). Sum of RGB (Red+Green+Blue) = 168+101+34=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A86522 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86522 is #579ADD. Grayscale: #717171. Windows color (decimal): -5741278 or 2254248. OLE color: 2254248.
HSL color Cylindrical-coordinate representation of color #A86522: hue angle of 30º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A86522 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 34 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.34 |
| HSL | 30º | 0.66% | 0.4% | - |
| HSV(B) | 30º | 0.8% | 0.66% | - |
| XYZ | 21.09 | 17.75 | 3.83 | - |
| YUV | 113.4 | 83.2 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 34 | 0 | 0.40 | 0.80 | 0.34 | 30 | 0.66 | 0.4 |
| Hex | A8 | 65 | 22 | 0 | 28 | 50 | 22 | 1E | 42 | 28 |
| Octal | 250 | 145 | 42 | 0 | 50 | 120 | 42 | 36 | 102 | 50 |
| Binary | 10101000 | 1100101 | 100010 | 0 | 101000 | 1010000 | 100010 | 11110 | 1000010 | 101000 |
Color Harmonies of #A86522
Complementary color
Monochromatic Colors of #A86522
Black with #A86522
Text Example
Text Example
White with #A86522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86522; }
p { color: rgb(168,101,34); }
H1.HeaderClassName
{
color: #A86522;
}
.AnyTagClassName
{
color: #A86522;
}
</style>
background-color css
<style>
a { background-color: #A86522; }
a { background-color: rgb(168,101,34); }
div.DivClassName
{
background-color: #A86522;
}
.BgClassName
{
background-color: #A86522;
}
</style>
border-color css
<style>
span { border-color: #A86522; }
span { border-color: rgb(168,101,34); }
td.TdClassName
{
border-color: #A86522;
}
.TagClassName
{
border-color: #A86522;
}
</style>