Shades of Mai Tai #A15D2A
Tints of Mai Tai #A15D2A
RGB
CMYK
RGB Variations
Color information
#A15D2A (or 0xA15D2A) is known color: Mai Tai. HEX triplet: A1, 5D and 2A. RGB value is (161,93,42). Sum of RGB (Red+Green+Blue) = 161+93+42=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A15D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15D2A is #5EA2D5. Grayscale: #6B6B6B. Windows color (decimal): -6202070 or 2776481. OLE color: 2776481.
HSL color Cylindrical-coordinate representation of color #A15D2A: hue angle of 25.71º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A15D2A is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 93 | 42 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.37 |
| HSL | 25.71º | 0.59% | 0.4% | - |
| HSV(B) | 25.71º | 0.74% | 0.63% | - |
| XYZ | 19.03 | 15.57 | 4.19 | - |
| YUV | 107.52 | 91.03 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 93 | 42 | 0 | 0.42 | 0.74 | 0.37 | 25.71 | 0.59 | 0.4 |
| Hex | A1 | 5D | 2A | 0 | 2A | 4A | 25 | 1A | 3B | 28 |
| Octal | 241 | 135 | 52 | 0 | 52 | 112 | 45 | 32 | 73 | 50 |
| Binary | 10100001 | 1011101 | 101010 | 0 | 101010 | 1001010 | 100101 | 11010 | 111011 | 101000 |
Color Harmonies of #A15D2A
Complementary color
Monochromatic Colors of #A15D2A
Black with #A15D2A
Text Example
Text Example
White with #A15D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15D2A; }
p { color: rgb(161,93,42); }
H1.HeaderClassName
{
color: #A15D2A;
}
.AnyTagClassName
{
color: #A15D2A;
}
</style>
background-color css
<style>
a { background-color: #A15D2A; }
a { background-color: rgb(161,93,42); }
div.DivClassName
{
background-color: #A15D2A;
}
.BgClassName
{
background-color: #A15D2A;
}
</style>
border-color css
<style>
span { border-color: #A15D2A; }
span { border-color: rgb(161,93,42); }
td.TdClassName
{
border-color: #A15D2A;
}
.TagClassName
{
border-color: #A15D2A;
}
</style>