Shades of Mai Tai #A3683B
Tints of Mai Tai #A3683B
RGB
CMYK
RGB Variations
Color information
#A3683B (or 0xA3683B) is known color: Mai Tai. HEX triplet: A3, 68 and 3B. RGB value is (163,104,59). Sum of RGB (Red+Green+Blue) = 163+104+59=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A3683B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3683B is #5C97C4. Grayscale: #747474. Windows color (decimal): -6068165 or 3893411. OLE color: 3893411.
HSL color Cylindrical-coordinate representation of color #A3683B: hue angle of 25.96º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A3683B is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 104 | 59 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.36 |
| HSL | 25.96º | 0.47% | 0.44% | - |
| HSV(B) | 25.96º | 0.64% | 0.64% | - |
| XYZ | 20.84 | 18 | 6.51 | - |
| YUV | 116.51 | 95.55 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 104 | 59 | 0 | 0.36 | 0.64 | 0.36 | 25.96 | 0.47 | 0.44 |
| Hex | A3 | 68 | 3B | 0 | 24 | 40 | 24 | 1A | 2F | 2C |
| Octal | 243 | 150 | 73 | 0 | 44 | 100 | 44 | 32 | 57 | 54 |
| Binary | 10100011 | 1101000 | 111011 | 0 | 100100 | 1000000 | 100100 | 11010 | 101111 | 101100 |
Color Harmonies of #A3683B
Complementary color
Monochromatic Colors of #A3683B
Black with #A3683B
Text Example
Text Example
White with #A3683B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3683B; }
p { color: rgb(163,104,59); }
H1.HeaderClassName
{
color: #A3683B;
}
.AnyTagClassName
{
color: #A3683B;
}
</style>
background-color css
<style>
a { background-color: #A3683B; }
a { background-color: rgb(163,104,59); }
div.DivClassName
{
background-color: #A3683B;
}
.BgClassName
{
background-color: #A3683B;
}
</style>
border-color css
<style>
span { border-color: #A3683B; }
span { border-color: rgb(163,104,59); }
td.TdClassName
{
border-color: #A3683B;
}
.TagClassName
{
border-color: #A3683B;
}
</style>