Shades of Mai Tai #A4682A
Tints of Mai Tai #A4682A
RGB
CMYK
RGB Variations
Color information
#A4682A (or 0xA4682A) is known color: Mai Tai. HEX triplet: A4, 68 and 2A. RGB value is (164,104,42). Sum of RGB (Red+Green+Blue) = 164+104+42=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A4682A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4682A is #5B97D5. Grayscale: #737373. Windows color (decimal): -6002646 or 2779300. OLE color: 2779300.
HSL color Cylindrical-coordinate representation of color #A4682A: hue angle of 30.49º 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 #A4682A is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 104 | 42 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.36 |
| HSL | 30.49º | 0.59% | 0.4% | - |
| HSV(B) | 30.49º | 0.74% | 0.64% | - |
| XYZ | 20.68 | 17.96 | 4.57 | - |
| YUV | 114.87 | 86.88 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 104 | 42 | 0 | 0.37 | 0.74 | 0.36 | 30.49 | 0.59 | 0.4 |
| Hex | A4 | 68 | 2A | 0 | 25 | 4A | 24 | 1E | 3B | 28 |
| Octal | 244 | 150 | 52 | 0 | 45 | 112 | 44 | 36 | 73 | 50 |
| Binary | 10100100 | 1101000 | 101010 | 0 | 100101 | 1001010 | 100100 | 11110 | 111011 | 101000 |
Color Harmonies of #A4682A
Complementary color
Monochromatic Colors of #A4682A
Black with #A4682A
Text Example
Text Example
White with #A4682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4682A; }
p { color: rgb(164,104,42); }
H1.HeaderClassName
{
color: #A4682A;
}
.AnyTagClassName
{
color: #A4682A;
}
</style>
background-color css
<style>
a { background-color: #A4682A; }
a { background-color: rgb(164,104,42); }
div.DivClassName
{
background-color: #A4682A;
}
.BgClassName
{
background-color: #A4682A;
}
</style>
border-color css
<style>
span { border-color: #A4682A; }
span { border-color: rgb(164,104,42); }
td.TdClassName
{
border-color: #A4682A;
}
.TagClassName
{
border-color: #A4682A;
}
</style>