Shades of Mai Tai #A36834
Tints of Mai Tai #A36834
RGB
CMYK
RGB Variations
Color information
#A36834 (or 0xA36834) is known color: Mai Tai. HEX triplet: A3, 68 and 34. RGB value is (163,104,52). Sum of RGB (Red+Green+Blue) = 163+104+52=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A36834 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36834 is #5C97CB. Grayscale: #737373. Windows color (decimal): -6068172 or 3434659. OLE color: 3434659.
HSL color Cylindrical-coordinate representation of color #A36834: hue angle of 28.11º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A36834 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 104 | 52 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.36 |
| HSL | 28.11º | 0.52% | 0.42% | - |
| HSV(B) | 28.11º | 0.68% | 0.64% | - |
| XYZ | 20.67 | 17.94 | 5.62 | - |
| YUV | 115.71 | 92.05 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 104 | 52 | 0 | 0.36 | 0.68 | 0.36 | 28.11 | 0.52 | 0.42 |
| Hex | A3 | 68 | 34 | 0 | 24 | 44 | 24 | 1C | 34 | 2A |
| Octal | 243 | 150 | 64 | 0 | 44 | 104 | 44 | 34 | 64 | 52 |
| Binary | 10100011 | 1101000 | 110100 | 0 | 100100 | 1000100 | 100100 | 11100 | 110100 | 101010 |
Color Harmonies of #A36834
Complementary color
Monochromatic Colors of #A36834
Black with #A36834
Text Example
Text Example
White with #A36834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36834; }
p { color: rgb(163,104,52); }
H1.HeaderClassName
{
color: #A36834;
}
.AnyTagClassName
{
color: #A36834;
}
</style>
background-color css
<style>
a { background-color: #A36834; }
a { background-color: rgb(163,104,52); }
div.DivClassName
{
background-color: #A36834;
}
.BgClassName
{
background-color: #A36834;
}
</style>
border-color css
<style>
span { border-color: #A36834; }
span { border-color: rgb(163,104,52); }
td.TdClassName
{
border-color: #A36834;
}
.TagClassName
{
border-color: #A36834;
}
</style>