Shades of Mai Tai #A1652B
Tints of Mai Tai #A1652B
RGB
CMYK
RGB Variations
Color information
#A1652B (or 0xA1652B) is known color: Mai Tai. HEX triplet: A1, 65 and 2B. RGB value is (161,101,43). Sum of RGB (Red+Green+Blue) = 161+101+43=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A1652B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1652B is #5E9AD4. Grayscale: #707070. Windows color (decimal): -6200021 or 2844065. OLE color: 2844065.
HSL color Cylindrical-coordinate representation of color #A1652B: hue angle of 29.49º degrees, saturation: 0.58, 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 #A1652B is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 101 | 43 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.37 |
| HSL | 29.49º | 0.58% | 0.4% | - |
| HSV(B) | 29.49º | 0.73% | 0.63% | - |
| XYZ | 19.79 | 17.06 | 4.54 | - |
| YUV | 112.33 | 88.88 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 43 | 0 | 0.37 | 0.73 | 0.37 | 29.49 | 0.58 | 0.4 |
| Hex | A1 | 65 | 2B | 0 | 25 | 49 | 25 | 1D | 3A | 28 |
| Octal | 241 | 145 | 53 | 0 | 45 | 111 | 45 | 35 | 72 | 50 |
| Binary | 10100001 | 1100101 | 101011 | 0 | 100101 | 1001001 | 100101 | 11101 | 111010 | 101000 |
Color Harmonies of #A1652B
Complementary color
Monochromatic Colors of #A1652B
Black with #A1652B
Text Example
Text Example
White with #A1652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1652B; }
p { color: rgb(161,101,43); }
H1.HeaderClassName
{
color: #A1652B;
}
.AnyTagClassName
{
color: #A1652B;
}
</style>
background-color css
<style>
a { background-color: #A1652B; }
a { background-color: rgb(161,101,43); }
div.DivClassName
{
background-color: #A1652B;
}
.BgClassName
{
background-color: #A1652B;
}
</style>
border-color css
<style>
span { border-color: #A1652B; }
span { border-color: rgb(161,101,43); }
td.TdClassName
{
border-color: #A1652B;
}
.TagClassName
{
border-color: #A1652B;
}
</style>