Shades of Mai Tai #A36738
Tints of Mai Tai #A36738
RGB
CMYK
RGB Variations
Color information
#A36738 (or 0xA36738) is known color: Mai Tai. HEX triplet: A3, 67 and 38. RGB value is (163,103,56). Sum of RGB (Red+Green+Blue) = 163+103+56=322 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.62% from 322); Green value is 103 (40.62% from 255 or 31.99% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 163 - color contains mainly: red. Hex color #A36738 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36738 is #5C98C7. Grayscale: #737373. Windows color (decimal): -6068424 or 3696547. OLE color: 3696547.
HSL color Cylindrical-coordinate representation of color #A36738: hue angle of 26.36º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A36738 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 103 | 56 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.36 |
| HSL | 26.36º | 0.49% | 0.43% | - |
| HSV(B) | 26.36º | 0.66% | 0.64% | - |
| XYZ | 20.67 | 17.77 | 6.08 | - |
| YUV | 115.58 | 94.38 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 103 | 56 | 0 | 0.37 | 0.66 | 0.36 | 26.36 | 0.49 | 0.43 |
| Hex | A3 | 67 | 38 | 0 | 25 | 42 | 24 | 1A | 31 | 2B |
| Octal | 243 | 147 | 70 | 0 | 45 | 102 | 44 | 32 | 61 | 53 |
| Binary | 10100011 | 1100111 | 111000 | 0 | 100101 | 1000010 | 100100 | 11010 | 110001 | 101011 |
Color Harmonies of #A36738
Complementary color
Monochromatic Colors of #A36738
Black with #A36738
Text Example
Text Example
White with #A36738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36738; }
p { color: rgb(163,103,56); }
H1.HeaderClassName
{
color: #A36738;
}
.AnyTagClassName
{
color: #A36738;
}
</style>
background-color css
<style>
a { background-color: #A36738; }
a { background-color: rgb(163,103,56); }
div.DivClassName
{
background-color: #A36738;
}
.BgClassName
{
background-color: #A36738;
}
</style>
border-color css
<style>
span { border-color: #A36738; }
span { border-color: rgb(163,103,56); }
td.TdClassName
{
border-color: #A36738;
}
.TagClassName
{
border-color: #A36738;
}
</style>