Shades of Mai Tai #A36828
Tints of Mai Tai #A36828
RGB
CMYK
RGB Variations
Color information
#A36828 (or 0xA36828) is known color: Mai Tai. HEX triplet: A3, 68 and 28. RGB value is (163,104,40). Sum of RGB (Red+Green+Blue) = 163+104+40=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A36828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36828 is #5C97D7. Grayscale: #727272. Windows color (decimal): -6068184 or 2648227. OLE color: 2648227.
HSL color Cylindrical-coordinate representation of color #A36828: hue angle of 31.22º degrees, saturation: 0.61, 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 #A36828 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 104 | 40 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.36 |
| HSL | 31.22º | 0.61% | 0.4% | - |
| HSV(B) | 31.22º | 0.75% | 0.64% | - |
| XYZ | 20.44 | 17.84 | 4.37 | - |
| YUV | 114.35 | 86.05 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 104 | 40 | 0 | 0.36 | 0.75 | 0.36 | 31.22 | 0.61 | 0.4 |
| Hex | A3 | 68 | 28 | 0 | 24 | 4B | 24 | 1F | 3D | 28 |
| Octal | 243 | 150 | 50 | 0 | 44 | 113 | 44 | 37 | 75 | 50 |
| Binary | 10100011 | 1101000 | 101000 | 0 | 100100 | 1001011 | 100100 | 11111 | 111101 | 101000 |
Color Harmonies of #A36828
Complementary color
Monochromatic Colors of #A36828
Black with #A36828
Text Example
Text Example
White with #A36828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36828; }
p { color: rgb(163,104,40); }
H1.HeaderClassName
{
color: #A36828;
}
.AnyTagClassName
{
color: #A36828;
}
</style>
background-color css
<style>
a { background-color: #A36828; }
a { background-color: rgb(163,104,40); }
div.DivClassName
{
background-color: #A36828;
}
.BgClassName
{
background-color: #A36828;
}
</style>
border-color css
<style>
span { border-color: #A36828; }
span { border-color: rgb(163,104,40); }
td.TdClassName
{
border-color: #A36828;
}
.TagClassName
{
border-color: #A36828;
}
</style>