Shades of Mai Tai #A1652E
Tints of Mai Tai #A1652E
RGB
CMYK
RGB Variations
Color information
#A1652E (or 0xA1652E) is known color: Mai Tai. HEX triplet: A1, 65 and 2E. RGB value is (161,101,46). Sum of RGB (Red+Green+Blue) = 161+101+46=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A1652E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1652E is #5E9AD1. Grayscale: #707070. Windows color (decimal): -6200018 or 3040673. OLE color: 3040673.
HSL color Cylindrical-coordinate representation of color #A1652E: hue angle of 28.7º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1652E is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 101 | 46 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.37 |
| HSL | 28.7º | 0.56% | 0.41% | - |
| HSV(B) | 28.7º | 0.71% | 0.63% | - |
| XYZ | 19.84 | 17.08 | 4.84 | - |
| YUV | 112.67 | 90.38 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 46 | 0 | 0.37 | 0.71 | 0.37 | 28.7 | 0.56 | 0.41 |
| Hex | A1 | 65 | 2E | 0 | 25 | 47 | 25 | 1D | 38 | 29 |
| Octal | 241 | 145 | 56 | 0 | 45 | 107 | 45 | 35 | 70 | 51 |
| Binary | 10100001 | 1100101 | 101110 | 0 | 100101 | 1000111 | 100101 | 11101 | 111000 | 101001 |
Color Harmonies of #A1652E
Complementary color
Monochromatic Colors of #A1652E
Black with #A1652E
Text Example
Text Example
White with #A1652E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1652E; }
p { color: rgb(161,101,46); }
H1.HeaderClassName
{
color: #A1652E;
}
.AnyTagClassName
{
color: #A1652E;
}
</style>
background-color css
<style>
a { background-color: #A1652E; }
a { background-color: rgb(161,101,46); }
div.DivClassName
{
background-color: #A1652E;
}
.BgClassName
{
background-color: #A1652E;
}
</style>
border-color css
<style>
span { border-color: #A1652E; }
span { border-color: rgb(161,101,46); }
td.TdClassName
{
border-color: #A1652E;
}
.TagClassName
{
border-color: #A1652E;
}
</style>