Shades of Mai Tai #A3652D
Tints of Mai Tai #A3652D
RGB
CMYK
RGB Variations
Color information
#A3652D (or 0xA3652D) is known color: Mai Tai. HEX triplet: A3, 65 and 2D. RGB value is (163,101,45). Sum of RGB (Red+Green+Blue) = 163+101+45=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A3652D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3652D is #5C9AD2. Grayscale: #717171. Windows color (decimal): -6068947 or 2975139. OLE color: 2975139.
HSL color Cylindrical-coordinate representation of color #A3652D: hue angle of 28.47º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A3652D is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 101 | 45 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.36 |
| HSL | 28.47º | 0.57% | 0.41% | - |
| HSV(B) | 28.47º | 0.72% | 0.64% | - |
| XYZ | 20.23 | 17.28 | 4.75 | - |
| YUV | 113.15 | 89.54 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 101 | 45 | 0 | 0.38 | 0.72 | 0.36 | 28.47 | 0.57 | 0.41 |
| Hex | A3 | 65 | 2D | 0 | 26 | 48 | 24 | 1C | 39 | 29 |
| Octal | 243 | 145 | 55 | 0 | 46 | 110 | 44 | 34 | 71 | 51 |
| Binary | 10100011 | 1100101 | 101101 | 0 | 100110 | 1001000 | 100100 | 11100 | 111001 | 101001 |
Color Harmonies of #A3652D
Complementary color
Monochromatic Colors of #A3652D
Black with #A3652D
Text Example
Text Example
White with #A3652D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3652D; }
p { color: rgb(163,101,45); }
H1.HeaderClassName
{
color: #A3652D;
}
.AnyTagClassName
{
color: #A3652D;
}
</style>
background-color css
<style>
a { background-color: #A3652D; }
a { background-color: rgb(163,101,45); }
div.DivClassName
{
background-color: #A3652D;
}
.BgClassName
{
background-color: #A3652D;
}
</style>
border-color css
<style>
span { border-color: #A3652D; }
span { border-color: rgb(163,101,45); }
td.TdClassName
{
border-color: #A3652D;
}
.TagClassName
{
border-color: #A3652D;
}
</style>