Shades of Mai Tai #A3682E
Tints of Mai Tai #A3682E
RGB
CMYK
RGB Variations
Color information
#A3682E (or 0xA3682E) is known color: Mai Tai. HEX triplet: A3, 68 and 2E. RGB value is (163,104,46). Sum of RGB (Red+Green+Blue) = 163+104+46=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A3682E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3682E is #5C97D1. Grayscale: #737373. Windows color (decimal): -6068178 or 3041443. OLE color: 3041443.
HSL color Cylindrical-coordinate representation of color #A3682E: hue angle of 29.74º degrees, saturation: 0.56, 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 #A3682E is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 104 | 46 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.36 |
| HSL | 29.74º | 0.56% | 0.41% | - |
| HSV(B) | 29.74º | 0.72% | 0.64% | - |
| XYZ | 20.55 | 17.88 | 4.95 | - |
| YUV | 115.03 | 89.05 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 104 | 46 | 0 | 0.36 | 0.72 | 0.36 | 29.74 | 0.56 | 0.41 |
| Hex | A3 | 68 | 2E | 0 | 24 | 48 | 24 | 1E | 38 | 29 |
| Octal | 243 | 150 | 56 | 0 | 44 | 110 | 44 | 36 | 70 | 51 |
| Binary | 10100011 | 1101000 | 101110 | 0 | 100100 | 1001000 | 100100 | 11110 | 111000 | 101001 |
Color Harmonies of #A3682E
Complementary color
Monochromatic Colors of #A3682E
Black with #A3682E
Text Example
Text Example
White with #A3682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3682E; }
p { color: rgb(163,104,46); }
H1.HeaderClassName
{
color: #A3682E;
}
.AnyTagClassName
{
color: #A3682E;
}
</style>
background-color css
<style>
a { background-color: #A3682E; }
a { background-color: rgb(163,104,46); }
div.DivClassName
{
background-color: #A3682E;
}
.BgClassName
{
background-color: #A3682E;
}
</style>
border-color css
<style>
span { border-color: #A3682E; }
span { border-color: rgb(163,104,46); }
td.TdClassName
{
border-color: #A3682E;
}
.TagClassName
{
border-color: #A3682E;
}
</style>