Shades of Mai Tai #A36030
Tints of Mai Tai #A36030
RGB
CMYK
RGB Variations
Color information
#A36030 (or 0xA36030) is known color: Mai Tai. HEX triplet: A3, 60 and 30. RGB value is (163,96,48). Sum of RGB (Red+Green+Blue) = 163+96+48=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A36030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36030 is #5C9FCF. Grayscale: #6E6E6E. Windows color (decimal): -6070224 or 3170467. OLE color: 3170467.
HSL color Cylindrical-coordinate representation of color #A36030: hue angle of 25.04º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A36030 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 96 | 48 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.36 |
| HSL | 25.04º | 0.55% | 0.41% | - |
| HSV(B) | 25.04º | 0.71% | 0.64% | - |
| XYZ | 19.82 | 16.37 | 4.91 | - |
| YUV | 110.56 | 92.7 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 96 | 48 | 0 | 0.41 | 0.71 | 0.36 | 25.04 | 0.55 | 0.41 |
| Hex | A3 | 60 | 30 | 0 | 29 | 47 | 24 | 19 | 37 | 29 |
| Octal | 243 | 140 | 60 | 0 | 51 | 107 | 44 | 31 | 67 | 51 |
| Binary | 10100011 | 1100000 | 110000 | 0 | 101001 | 1000111 | 100100 | 11001 | 110111 | 101001 |
Color Harmonies of #A36030
Complementary color
Monochromatic Colors of #A36030
Black with #A36030
Text Example
Text Example
White with #A36030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36030; }
p { color: rgb(163,96,48); }
H1.HeaderClassName
{
color: #A36030;
}
.AnyTagClassName
{
color: #A36030;
}
</style>
background-color css
<style>
a { background-color: #A36030; }
a { background-color: rgb(163,96,48); }
div.DivClassName
{
background-color: #A36030;
}
.BgClassName
{
background-color: #A36030;
}
</style>
border-color css
<style>
span { border-color: #A36030; }
span { border-color: rgb(163,96,48); }
td.TdClassName
{
border-color: #A36030;
}
.TagClassName
{
border-color: #A36030;
}
</style>