Shades of Mai Tai #A15E2D
Tints of Mai Tai #A15E2D
RGB
CMYK
RGB Variations
Color information
#A15E2D (or 0xA15E2D) is known color: Mai Tai. HEX triplet: A1, 5E and 2D. RGB value is (161,94,45). Sum of RGB (Red+Green+Blue) = 161+94+45=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15E2D is #5EA1D2. Grayscale: #6C6C6C. Windows color (decimal): -6201811 or 2973345. OLE color: 2973345.
HSL color Cylindrical-coordinate representation of color #A15E2D: hue angle of 25.34º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A15E2D is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 94 | 45 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.37 |
| HSL | 25.34º | 0.56% | 0.4% | - |
| HSV(B) | 25.34º | 0.72% | 0.63% | - |
| XYZ | 19.17 | 15.77 | 4.52 | - |
| YUV | 108.45 | 92.2 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 94 | 45 | 0 | 0.42 | 0.72 | 0.37 | 25.34 | 0.56 | 0.4 |
| Hex | A1 | 5E | 2D | 0 | 2A | 48 | 25 | 19 | 38 | 28 |
| Octal | 241 | 136 | 55 | 0 | 52 | 110 | 45 | 31 | 70 | 50 |
| Binary | 10100001 | 1011110 | 101101 | 0 | 101010 | 1001000 | 100101 | 11001 | 111000 | 101000 |
Color Harmonies of #A15E2D
Complementary color
Monochromatic Colors of #A15E2D
Black with #A15E2D
Text Example
Text Example
White with #A15E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15E2D; }
p { color: rgb(161,94,45); }
H1.HeaderClassName
{
color: #A15E2D;
}
.AnyTagClassName
{
color: #A15E2D;
}
</style>
background-color css
<style>
a { background-color: #A15E2D; }
a { background-color: rgb(161,94,45); }
div.DivClassName
{
background-color: #A15E2D;
}
.BgClassName
{
background-color: #A15E2D;
}
</style>
border-color css
<style>
span { border-color: #A15E2D; }
span { border-color: rgb(161,94,45); }
td.TdClassName
{
border-color: #A15E2D;
}
.TagClassName
{
border-color: #A15E2D;
}
</style>