Shades of Mai Tai #A36732
Tints of Mai Tai #A36732
RGB
CMYK
RGB Variations
Color information
#A36732 (or 0xA36732) is known color: Mai Tai. HEX triplet: A3, 67 and 32. RGB value is (163,103,50). Sum of RGB (Red+Green+Blue) = 163+103+50=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A36732 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36732 is #5C98CD. Grayscale: #737373. Windows color (decimal): -6068430 or 3303331. OLE color: 3303331.
HSL color Cylindrical-coordinate representation of color #A36732: hue angle of 28.14º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A36732 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 103 | 50 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.36 |
| HSL | 28.14º | 0.53% | 0.42% | - |
| HSV(B) | 28.14º | 0.69% | 0.64% | - |
| XYZ | 20.53 | 17.72 | 5.36 | - |
| YUV | 114.9 | 91.38 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 103 | 50 | 0 | 0.37 | 0.69 | 0.36 | 28.14 | 0.53 | 0.42 |
| Hex | A3 | 67 | 32 | 0 | 25 | 45 | 24 | 1C | 35 | 2A |
| Octal | 243 | 147 | 62 | 0 | 45 | 105 | 44 | 34 | 65 | 52 |
| Binary | 10100011 | 1100111 | 110010 | 0 | 100101 | 1000101 | 100100 | 11100 | 110101 | 101010 |
Color Harmonies of #A36732
Complementary color
Monochromatic Colors of #A36732
Black with #A36732
Text Example
Text Example
White with #A36732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36732; }
p { color: rgb(163,103,50); }
H1.HeaderClassName
{
color: #A36732;
}
.AnyTagClassName
{
color: #A36732;
}
</style>
background-color css
<style>
a { background-color: #A36732; }
a { background-color: rgb(163,103,50); }
div.DivClassName
{
background-color: #A36732;
}
.BgClassName
{
background-color: #A36732;
}
</style>
border-color css
<style>
span { border-color: #A36732; }
span { border-color: rgb(163,103,50); }
td.TdClassName
{
border-color: #A36732;
}
.TagClassName
{
border-color: #A36732;
}
</style>