Shades of Mai Tai #A15F2C
Tints of Mai Tai #A15F2C
RGB
CMYK
RGB Variations
Color information
#A15F2C (or 0xA15F2C) is known color: Mai Tai. HEX triplet: A1, 5F and 2C. RGB value is (161,95,44). Sum of RGB (Red+Green+Blue) = 161+95+44=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A15F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15F2C is #5EA0D3. Grayscale: #6D6D6D. Windows color (decimal): -6201556 or 2908065. OLE color: 2908065.
HSL color Cylindrical-coordinate representation of color #A15F2C: hue angle of 26.15º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A15F2C is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 95 | 44 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.37 |
| HSL | 26.15º | 0.57% | 0.4% | - |
| HSV(B) | 26.15º | 0.73% | 0.63% | - |
| XYZ | 19.24 | 15.94 | 4.45 | - |
| YUV | 108.92 | 91.37 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 95 | 44 | 0 | 0.41 | 0.73 | 0.37 | 26.15 | 0.57 | 0.4 |
| Hex | A1 | 5F | 2C | 0 | 29 | 49 | 25 | 1A | 39 | 28 |
| Octal | 241 | 137 | 54 | 0 | 51 | 111 | 45 | 32 | 71 | 50 |
| Binary | 10100001 | 1011111 | 101100 | 0 | 101001 | 1001001 | 100101 | 11010 | 111001 | 101000 |
Color Harmonies of #A15F2C
Complementary color
Monochromatic Colors of #A15F2C
Black with #A15F2C
Text Example
Text Example
White with #A15F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15F2C; }
p { color: rgb(161,95,44); }
H1.HeaderClassName
{
color: #A15F2C;
}
.AnyTagClassName
{
color: #A15F2C;
}
</style>
background-color css
<style>
a { background-color: #A15F2C; }
a { background-color: rgb(161,95,44); }
div.DivClassName
{
background-color: #A15F2C;
}
.BgClassName
{
background-color: #A15F2C;
}
</style>
border-color css
<style>
span { border-color: #A15F2C; }
span { border-color: rgb(161,95,44); }
td.TdClassName
{
border-color: #A15F2C;
}
.TagClassName
{
border-color: #A15F2C;
}
</style>