Shades of Mai Tai #A4672D
Tints of Mai Tai #A4672D
RGB
CMYK
RGB Variations
Color information
#A4672D (or 0xA4672D) is known color: Mai Tai. HEX triplet: A4, 67 and 2D. RGB value is (164,103,45). Sum of RGB (Red+Green+Blue) = 164+103+45=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A4672D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4672D is #5B98D2. Grayscale: #727272. Windows color (decimal): -6002899 or 2975652. OLE color: 2975652.
HSL color Cylindrical-coordinate representation of color #A4672D: hue angle of 29.24º degrees, saturation: 0.57, 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 #A4672D is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 103 | 45 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.36 |
| HSL | 29.24º | 0.57% | 0.41% | - |
| HSV(B) | 29.24º | 0.73% | 0.64% | - |
| XYZ | 20.63 | 17.78 | 4.83 | - |
| YUV | 114.63 | 88.71 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 103 | 45 | 0 | 0.37 | 0.73 | 0.36 | 29.24 | 0.57 | 0.41 |
| Hex | A4 | 67 | 2D | 0 | 25 | 49 | 24 | 1D | 39 | 29 |
| Octal | 244 | 147 | 55 | 0 | 45 | 111 | 44 | 35 | 71 | 51 |
| Binary | 10100100 | 1100111 | 101101 | 0 | 100101 | 1001001 | 100100 | 11101 | 111001 | 101001 |
Color Harmonies of #A4672D
Complementary color
Monochromatic Colors of #A4672D
Black with #A4672D
Text Example
Text Example
White with #A4672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4672D; }
p { color: rgb(164,103,45); }
H1.HeaderClassName
{
color: #A4672D;
}
.AnyTagClassName
{
color: #A4672D;
}
</style>
background-color css
<style>
a { background-color: #A4672D; }
a { background-color: rgb(164,103,45); }
div.DivClassName
{
background-color: #A4672D;
}
.BgClassName
{
background-color: #A4672D;
}
</style>
border-color css
<style>
span { border-color: #A4672D; }
span { border-color: rgb(164,103,45); }
td.TdClassName
{
border-color: #A4672D;
}
.TagClassName
{
border-color: #A4672D;
}
</style>