Shades of Mai Tai #A36629
Tints of Mai Tai #A36629
RGB
CMYK
RGB Variations
Color information
#A36629 (or 0xA36629) is known color: Mai Tai. HEX triplet: A3, 66 and 29. RGB value is (163,102,41). Sum of RGB (Red+Green+Blue) = 163+102+41=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A36629 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36629 is #5C99D6. Grayscale: #717171. Windows color (decimal): -6068695 or 2713251. OLE color: 2713251.
HSL color Cylindrical-coordinate representation of color #A36629: hue angle of 30º degrees, saturation: 0.6, 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 #A36629 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 102 | 41 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.36 |
| HSL | 30º | 0.6% | 0.4% | - |
| HSV(B) | 30º | 0.75% | 0.64% | - |
| XYZ | 20.26 | 17.45 | 4.4 | - |
| YUV | 113.29 | 87.21 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 41 | 0 | 0.37 | 0.75 | 0.36 | 30 | 0.6 | 0.4 |
| Hex | A3 | 66 | 29 | 0 | 25 | 4B | 24 | 1E | 3C | 28 |
| Octal | 243 | 146 | 51 | 0 | 45 | 113 | 44 | 36 | 74 | 50 |
| Binary | 10100011 | 1100110 | 101001 | 0 | 100101 | 1001011 | 100100 | 11110 | 111100 | 101000 |
Color Harmonies of #A36629
Complementary color
Monochromatic Colors of #A36629
Black with #A36629
Text Example
Text Example
White with #A36629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36629; }
p { color: rgb(163,102,41); }
H1.HeaderClassName
{
color: #A36629;
}
.AnyTagClassName
{
color: #A36629;
}
</style>
background-color css
<style>
a { background-color: #A36629; }
a { background-color: rgb(163,102,41); }
div.DivClassName
{
background-color: #A36629;
}
.BgClassName
{
background-color: #A36629;
}
</style>
border-color css
<style>
span { border-color: #A36629; }
span { border-color: rgb(163,102,41); }
td.TdClassName
{
border-color: #A36629;
}
.TagClassName
{
border-color: #A36629;
}
</style>