Shades of Mai Tai #A36628
Tints of Mai Tai #A36628
RGB
CMYK
RGB Variations
Color information
#A36628 (or 0xA36628) is known color: Mai Tai. HEX triplet: A3, 66 and 28. RGB value is (163,102,40). Sum of RGB (Red+Green+Blue) = 163+102+40=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A36628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36628 is #5C99D7. Grayscale: #717171. Windows color (decimal): -6068696 or 2647715. OLE color: 2647715.
HSL color Cylindrical-coordinate representation of color #A36628: hue angle of 30.24º 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 #A36628 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 102 | 40 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.36 |
| HSL | 30.24º | 0.61% | 0.4% | - |
| HSV(B) | 30.24º | 0.75% | 0.64% | - |
| XYZ | 20.24 | 17.44 | 4.31 | - |
| YUV | 113.17 | 86.71 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 40 | 0 | 0.37 | 0.75 | 0.36 | 30.24 | 0.61 | 0.4 |
| Hex | A3 | 66 | 28 | 0 | 25 | 4B | 24 | 1E | 3D | 28 |
| Octal | 243 | 146 | 50 | 0 | 45 | 113 | 44 | 36 | 75 | 50 |
| Binary | 10100011 | 1100110 | 101000 | 0 | 100101 | 1001011 | 100100 | 11110 | 111101 | 101000 |
Color Harmonies of #A36628
Complementary color
Monochromatic Colors of #A36628
Black with #A36628
Text Example
Text Example
White with #A36628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36628; }
p { color: rgb(163,102,40); }
H1.HeaderClassName
{
color: #A36628;
}
.AnyTagClassName
{
color: #A36628;
}
</style>
background-color css
<style>
a { background-color: #A36628; }
a { background-color: rgb(163,102,40); }
div.DivClassName
{
background-color: #A36628;
}
.BgClassName
{
background-color: #A36628;
}
</style>
border-color css
<style>
span { border-color: #A36628; }
span { border-color: rgb(163,102,40); }
td.TdClassName
{
border-color: #A36628;
}
.TagClassName
{
border-color: #A36628;
}
</style>