Shades of Mai Tai #A36729
Tints of Mai Tai #A36729
RGB
CMYK
RGB Variations
Color information
#A36729 (or 0xA36729) is known color: Mai Tai. HEX triplet: A3, 67 and 29. RGB value is (163,103,41). Sum of RGB (Red+Green+Blue) = 163+103+41=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A36729 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36729 is #5C98D6. Grayscale: #727272. Windows color (decimal): -6068439 or 2713507. OLE color: 2713507.
HSL color Cylindrical-coordinate representation of color #A36729: hue angle of 30.49º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A36729 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 103 | 41 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.36 |
| HSL | 30.49º | 0.6% | 0.4% | - |
| HSV(B) | 30.49º | 0.75% | 0.64% | - |
| XYZ | 20.35 | 17.65 | 4.43 | - |
| YUV | 113.87 | 86.88 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 103 | 41 | 0 | 0.37 | 0.75 | 0.36 | 30.49 | 0.6 | 0.4 |
| Hex | A3 | 67 | 29 | 0 | 25 | 4B | 24 | 1E | 3C | 28 |
| Octal | 243 | 147 | 51 | 0 | 45 | 113 | 44 | 36 | 74 | 50 |
| Binary | 10100011 | 1100111 | 101001 | 0 | 100101 | 1001011 | 100100 | 11110 | 111100 | 101000 |
Color Harmonies of #A36729
Complementary color
Monochromatic Colors of #A36729
Black with #A36729
Text Example
Text Example
White with #A36729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36729; }
p { color: rgb(163,103,41); }
H1.HeaderClassName
{
color: #A36729;
}
.AnyTagClassName
{
color: #A36729;
}
</style>
background-color css
<style>
a { background-color: #A36729; }
a { background-color: rgb(163,103,41); }
div.DivClassName
{
background-color: #A36729;
}
.BgClassName
{
background-color: #A36729;
}
</style>
border-color css
<style>
span { border-color: #A36729; }
span { border-color: rgb(163,103,41); }
td.TdClassName
{
border-color: #A36729;
}
.TagClassName
{
border-color: #A36729;
}
</style>