Shades of Mai Tai #A1662D
Tints of Mai Tai #A1662D
RGB
CMYK
RGB Variations
Color information
#A1662D (or 0xA1662D) is known color: Mai Tai. HEX triplet: A1, 66 and 2D. RGB value is (161,102,45). Sum of RGB (Red+Green+Blue) = 161+102+45=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A1662D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1662D is #5E99D2. Grayscale: #717171. Windows color (decimal): -6199763 or 2975393. OLE color: 2975393.
HSL color Cylindrical-coordinate representation of color #A1662D: hue angle of 29.48º 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 #A1662D is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 102 | 45 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.37 |
| HSL | 29.48º | 0.56% | 0.4% | - |
| HSV(B) | 29.48º | 0.72% | 0.63% | - |
| XYZ | 19.92 | 17.27 | 4.77 | - |
| YUV | 113.14 | 89.55 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 102 | 45 | 0 | 0.37 | 0.72 | 0.37 | 29.48 | 0.56 | 0.4 |
| Hex | A1 | 66 | 2D | 0 | 25 | 48 | 25 | 1D | 38 | 28 |
| Octal | 241 | 146 | 55 | 0 | 45 | 110 | 45 | 35 | 70 | 50 |
| Binary | 10100001 | 1100110 | 101101 | 0 | 100101 | 1001000 | 100101 | 11101 | 111000 | 101000 |
Color Harmonies of #A1662D
Complementary color
Monochromatic Colors of #A1662D
Black with #A1662D
Text Example
Text Example
White with #A1662D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1662D; }
p { color: rgb(161,102,45); }
H1.HeaderClassName
{
color: #A1662D;
}
.AnyTagClassName
{
color: #A1662D;
}
</style>
background-color css
<style>
a { background-color: #A1662D; }
a { background-color: rgb(161,102,45); }
div.DivClassName
{
background-color: #A1662D;
}
.BgClassName
{
background-color: #A1662D;
}
</style>
border-color css
<style>
span { border-color: #A1662D; }
span { border-color: rgb(161,102,45); }
td.TdClassName
{
border-color: #A1662D;
}
.TagClassName
{
border-color: #A1662D;
}
</style>