Shades of Mai Tai #A36627
Tints of Mai Tai #A36627
RGB
CMYK
RGB Variations
Color information
#A36627 (or 0xA36627) is known color: Mai Tai. HEX triplet: A3, 66 and 27. RGB value is (163,102,39). Sum of RGB (Red+Green+Blue) = 163+102+39=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A36627 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36627 is #5C99D8. Grayscale: #717171. Windows color (decimal): -6068697 or 2582179. OLE color: 2582179.
HSL color Cylindrical-coordinate representation of color #A36627: hue angle of 30.48º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A36627 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 102 | 39 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.36 |
| HSL | 30.48º | 0.61% | 0.4% | - |
| HSV(B) | 30.48º | 0.76% | 0.64% | - |
| XYZ | 20.22 | 17.44 | 4.22 | - |
| YUV | 113.06 | 86.21 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 39 | 0 | 0.37 | 0.76 | 0.36 | 30.48 | 0.61 | 0.4 |
| Hex | A3 | 66 | 27 | 0 | 25 | 4C | 24 | 1E | 3D | 28 |
| Octal | 243 | 146 | 47 | 0 | 45 | 114 | 44 | 36 | 75 | 50 |
| Binary | 10100011 | 1100110 | 100111 | 0 | 100101 | 1001100 | 100100 | 11110 | 111101 | 101000 |
Color Harmonies of #A36627
Complementary color
Monochromatic Colors of #A36627
Black with #A36627
Text Example
Text Example
White with #A36627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36627; }
p { color: rgb(163,102,39); }
H1.HeaderClassName
{
color: #A36627;
}
.AnyTagClassName
{
color: #A36627;
}
</style>
background-color css
<style>
a { background-color: #A36627; }
a { background-color: rgb(163,102,39); }
div.DivClassName
{
background-color: #A36627;
}
.BgClassName
{
background-color: #A36627;
}
</style>
border-color css
<style>
span { border-color: #A36627; }
span { border-color: rgb(163,102,39); }
td.TdClassName
{
border-color: #A36627;
}
.TagClassName
{
border-color: #A36627;
}
</style>