Shades of Mai Tai #A35E2B
Tints of Mai Tai #A35E2B
RGB
CMYK
RGB Variations
Color information
#A35E2B (or 0xA35E2B) is known color: Mai Tai. HEX triplet: A3, 5E and 2B. RGB value is (163,94,43). Sum of RGB (Red+Green+Blue) = 163+94+43=300 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.33% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35E2B is #5CA1D4. Grayscale: #6D6D6D. Windows color (decimal): -6070741 or 2842275. OLE color: 2842275.
HSL color Cylindrical-coordinate representation of color #A35E2B: hue angle of 25.5º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A35E2B is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 94 | 43 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.36 |
| HSL | 25.5º | 0.58% | 0.4% | - |
| HSV(B) | 25.5º | 0.74% | 0.64% | - |
| XYZ | 19.54 | 15.97 | 4.34 | - |
| YUV | 108.82 | 90.86 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 94 | 43 | 0 | 0.42 | 0.74 | 0.36 | 25.5 | 0.58 | 0.4 |
| Hex | A3 | 5E | 2B | 0 | 2A | 4A | 24 | 1A | 3A | 28 |
| Octal | 243 | 136 | 53 | 0 | 52 | 112 | 44 | 32 | 72 | 50 |
| Binary | 10100011 | 1011110 | 101011 | 0 | 101010 | 1001010 | 100100 | 11010 | 111010 | 101000 |
Color Harmonies of #A35E2B
Complementary color
Monochromatic Colors of #A35E2B
Black with #A35E2B
Text Example
Text Example
White with #A35E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35E2B; }
p { color: rgb(163,94,43); }
H1.HeaderClassName
{
color: #A35E2B;
}
.AnyTagClassName
{
color: #A35E2B;
}
</style>
background-color css
<style>
a { background-color: #A35E2B; }
a { background-color: rgb(163,94,43); }
div.DivClassName
{
background-color: #A35E2B;
}
.BgClassName
{
background-color: #A35E2B;
}
</style>
border-color css
<style>
span { border-color: #A35E2B; }
span { border-color: rgb(163,94,43); }
td.TdClassName
{
border-color: #A35E2B;
}
.TagClassName
{
border-color: #A35E2B;
}
</style>