Shades of Mai Tai #A1612D
Tints of Mai Tai #A1612D
RGB
CMYK
RGB Variations
Color information
#A1612D (or 0xA1612D) is known color: Mai Tai. HEX triplet: A1, 61 and 2D. RGB value is (161,97,45). Sum of RGB (Red+Green+Blue) = 161+97+45=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A1612D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1612D is #5E9ED2. Grayscale: #6E6E6E. Windows color (decimal): -6201043 or 2974113. OLE color: 2974113.
HSL color Cylindrical-coordinate representation of color #A1612D: hue angle of 26.9º 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 #A1612D is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 97 | 45 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.37 |
| HSL | 26.9º | 0.56% | 0.4% | - |
| HSV(B) | 26.9º | 0.72% | 0.63% | - |
| XYZ | 19.45 | 16.32 | 4.61 | - |
| YUV | 110.21 | 91.2 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 45 | 0 | 0.40 | 0.72 | 0.37 | 26.9 | 0.56 | 0.4 |
| Hex | A1 | 61 | 2D | 0 | 28 | 48 | 25 | 1B | 38 | 28 |
| Octal | 241 | 141 | 55 | 0 | 50 | 110 | 45 | 33 | 70 | 50 |
| Binary | 10100001 | 1100001 | 101101 | 0 | 101000 | 1001000 | 100101 | 11011 | 111000 | 101000 |
Color Harmonies of #A1612D
Complementary color
Monochromatic Colors of #A1612D
Black with #A1612D
Text Example
Text Example
White with #A1612D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1612D; }
p { color: rgb(161,97,45); }
H1.HeaderClassName
{
color: #A1612D;
}
.AnyTagClassName
{
color: #A1612D;
}
</style>
background-color css
<style>
a { background-color: #A1612D; }
a { background-color: rgb(161,97,45); }
div.DivClassName
{
background-color: #A1612D;
}
.BgClassName
{
background-color: #A1612D;
}
</style>
border-color css
<style>
span { border-color: #A1612D; }
span { border-color: rgb(161,97,45); }
td.TdClassName
{
border-color: #A1612D;
}
.TagClassName
{
border-color: #A1612D;
}
</style>