Shades of Mai Tai #A36133
Tints of Mai Tai #A36133
RGB
CMYK
RGB Variations
Color information
#A36133 (or 0xA36133) is known color: Mai Tai. HEX triplet: A3, 61 and 33. RGB value is (163,97,51). Sum of RGB (Red+Green+Blue) = 163+97+51=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A36133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36133 is #5C9ECC. Grayscale: #6F6F6F. Windows color (decimal): -6069965 or 3367331. OLE color: 3367331.
HSL color Cylindrical-coordinate representation of color #A36133: hue angle of 24.64º degrees, saturation: 0.52, 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 #A36133 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 97 | 51 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.36 |
| HSL | 24.64º | 0.52% | 0.42% | - |
| HSV(B) | 24.64º | 0.69% | 0.64% | - |
| XYZ | 19.98 | 16.57 | 5.28 | - |
| YUV | 111.49 | 93.87 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 97 | 51 | 0 | 0.40 | 0.69 | 0.36 | 24.64 | 0.52 | 0.42 |
| Hex | A3 | 61 | 33 | 0 | 28 | 45 | 24 | 19 | 34 | 2A |
| Octal | 243 | 141 | 63 | 0 | 50 | 105 | 44 | 31 | 64 | 52 |
| Binary | 10100011 | 1100001 | 110011 | 0 | 101000 | 1000101 | 100100 | 11001 | 110100 | 101010 |
Color Harmonies of #A36133
Complementary color
Monochromatic Colors of #A36133
Black with #A36133
Text Example
Text Example
White with #A36133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36133; }
p { color: rgb(163,97,51); }
H1.HeaderClassName
{
color: #A36133;
}
.AnyTagClassName
{
color: #A36133;
}
</style>
background-color css
<style>
a { background-color: #A36133; }
a { background-color: rgb(163,97,51); }
div.DivClassName
{
background-color: #A36133;
}
.BgClassName
{
background-color: #A36133;
}
</style>
border-color css
<style>
span { border-color: #A36133; }
span { border-color: rgb(163,97,51); }
td.TdClassName
{
border-color: #A36133;
}
.TagClassName
{
border-color: #A36133;
}
</style>