Shades of Mai Tai #A3682A
Tints of Mai Tai #A3682A
RGB
CMYK
RGB Variations
Color information
#A3682A (or 0xA3682A) is known color: Mai Tai. HEX triplet: A3, 68 and 2A. RGB value is (163,104,42). Sum of RGB (Red+Green+Blue) = 163+104+42=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A3682A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3682A is #5C97D5. Grayscale: #727272. Windows color (decimal): -6068182 or 2779299. OLE color: 2779299.
HSL color Cylindrical-coordinate representation of color #A3682A: hue angle of 30.74º degrees, saturation: 0.59, 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 #A3682A is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 104 | 42 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.36 |
| HSL | 30.74º | 0.59% | 0.4% | - |
| HSV(B) | 30.74º | 0.74% | 0.64% | - |
| XYZ | 20.47 | 17.85 | 4.56 | - |
| YUV | 114.57 | 87.05 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 104 | 42 | 0 | 0.36 | 0.74 | 0.36 | 30.74 | 0.59 | 0.4 |
| Hex | A3 | 68 | 2A | 0 | 24 | 4A | 24 | 1F | 3B | 28 |
| Octal | 243 | 150 | 52 | 0 | 44 | 112 | 44 | 37 | 73 | 50 |
| Binary | 10100011 | 1101000 | 101010 | 0 | 100100 | 1001010 | 100100 | 11111 | 111011 | 101000 |
Color Harmonies of #A3682A
Complementary color
Monochromatic Colors of #A3682A
Black with #A3682A
Text Example
Text Example
White with #A3682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3682A; }
p { color: rgb(163,104,42); }
H1.HeaderClassName
{
color: #A3682A;
}
.AnyTagClassName
{
color: #A3682A;
}
</style>
background-color css
<style>
a { background-color: #A3682A; }
a { background-color: rgb(163,104,42); }
div.DivClassName
{
background-color: #A3682A;
}
.BgClassName
{
background-color: #A3682A;
}
</style>
border-color css
<style>
span { border-color: #A3682A; }
span { border-color: rgb(163,104,42); }
td.TdClassName
{
border-color: #A3682A;
}
.TagClassName
{
border-color: #A3682A;
}
</style>