Shades of Mai Tai #A3662B
Tints of Mai Tai #A3662B
RGB
CMYK
RGB Variations
Color information
#A3662B (or 0xA3662B) is known color: Mai Tai. HEX triplet: A3, 66 and 2B. RGB value is (163,102,43). Sum of RGB (Red+Green+Blue) = 163+102+43=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A3662B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3662B is #5C99D4. Grayscale: #717171. Windows color (decimal): -6068693 or 2844323. OLE color: 2844323.
HSL color Cylindrical-coordinate representation of color #A3662B: hue angle of 29.5º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A3662B is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 102 | 43 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.36 |
| HSL | 29.5º | 0.58% | 0.4% | - |
| HSV(B) | 29.5º | 0.74% | 0.64% | - |
| XYZ | 20.29 | 17.46 | 4.59 | - |
| YUV | 113.51 | 88.21 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 43 | 0 | 0.37 | 0.74 | 0.36 | 29.5 | 0.58 | 0.4 |
| Hex | A3 | 66 | 2B | 0 | 25 | 4A | 24 | 1E | 3A | 28 |
| Octal | 243 | 146 | 53 | 0 | 45 | 112 | 44 | 36 | 72 | 50 |
| Binary | 10100011 | 1100110 | 101011 | 0 | 100101 | 1001010 | 100100 | 11110 | 111010 | 101000 |
Color Harmonies of #A3662B
Complementary color
Monochromatic Colors of #A3662B
Black with #A3662B
Text Example
Text Example
White with #A3662B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3662B; }
p { color: rgb(163,102,43); }
H1.HeaderClassName
{
color: #A3662B;
}
.AnyTagClassName
{
color: #A3662B;
}
</style>
background-color css
<style>
a { background-color: #A3662B; }
a { background-color: rgb(163,102,43); }
div.DivClassName
{
background-color: #A3662B;
}
.BgClassName
{
background-color: #A3662B;
}
</style>
border-color css
<style>
span { border-color: #A3662B; }
span { border-color: rgb(163,102,43); }
td.TdClassName
{
border-color: #A3662B;
}
.TagClassName
{
border-color: #A3662B;
}
</style>