Shades of Mai Tai #A4682C
Tints of Mai Tai #A4682C
RGB
CMYK
RGB Variations
Color information
#A4682C (or 0xA4682C) is known color: Mai Tai. HEX triplet: A4, 68 and 2C. RGB value is (164,104,44). Sum of RGB (Red+Green+Blue) = 164+104+44=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A4682C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4682C is #5B97D3. Grayscale: #737373. Windows color (decimal): -6002644 or 2910372. OLE color: 2910372.
HSL color Cylindrical-coordinate representation of color #A4682C: hue angle of 30º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A4682C is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 104 | 44 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.36 |
| HSL | 30º | 0.58% | 0.41% | - |
| HSV(B) | 30º | 0.73% | 0.64% | - |
| XYZ | 20.71 | 17.97 | 4.76 | - |
| YUV | 115.1 | 87.88 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 104 | 44 | 0 | 0.37 | 0.73 | 0.36 | 30 | 0.58 | 0.41 |
| Hex | A4 | 68 | 2C | 0 | 25 | 49 | 24 | 1E | 3A | 29 |
| Octal | 244 | 150 | 54 | 0 | 45 | 111 | 44 | 36 | 72 | 51 |
| Binary | 10100100 | 1101000 | 101100 | 0 | 100101 | 1001001 | 100100 | 11110 | 111010 | 101001 |
Color Harmonies of #A4682C
Complementary color
Monochromatic Colors of #A4682C
Black with #A4682C
Text Example
Text Example
White with #A4682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4682C; }
p { color: rgb(164,104,44); }
H1.HeaderClassName
{
color: #A4682C;
}
.AnyTagClassName
{
color: #A4682C;
}
</style>
background-color css
<style>
a { background-color: #A4682C; }
a { background-color: rgb(164,104,44); }
div.DivClassName
{
background-color: #A4682C;
}
.BgClassName
{
background-color: #A4682C;
}
</style>
border-color css
<style>
span { border-color: #A4682C; }
span { border-color: rgb(164,104,44); }
td.TdClassName
{
border-color: #A4682C;
}
.TagClassName
{
border-color: #A4682C;
}
</style>