Shades of Mai Tai #A4672B
Tints of Mai Tai #A4672B
RGB
CMYK
RGB Variations
Color information
#A4672B (or 0xA4672B) is known color: Mai Tai. HEX triplet: A4, 67 and 2B. RGB value is (164,103,43). Sum of RGB (Red+Green+Blue) = 164+103+43=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A4672B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4672B is #5B98D4. Grayscale: #727272. Windows color (decimal): -6002901 or 2844580. OLE color: 2844580.
HSL color Cylindrical-coordinate representation of color #A4672B: hue angle of 29.75º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A4672B is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 103 | 43 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.36 |
| HSL | 29.75º | 0.58% | 0.41% | - |
| HSV(B) | 29.75º | 0.74% | 0.64% | - |
| XYZ | 20.6 | 17.77 | 4.63 | - |
| YUV | 114.4 | 87.71 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 103 | 43 | 0 | 0.37 | 0.74 | 0.36 | 29.75 | 0.58 | 0.41 |
| Hex | A4 | 67 | 2B | 0 | 25 | 4A | 24 | 1E | 3A | 29 |
| Octal | 244 | 147 | 53 | 0 | 45 | 112 | 44 | 36 | 72 | 51 |
| Binary | 10100100 | 1100111 | 101011 | 0 | 100101 | 1001010 | 100100 | 11110 | 111010 | 101001 |
Color Harmonies of #A4672B
Complementary color
Monochromatic Colors of #A4672B
Black with #A4672B
Text Example
Text Example
White with #A4672B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4672B; }
p { color: rgb(164,103,43); }
H1.HeaderClassName
{
color: #A4672B;
}
.AnyTagClassName
{
color: #A4672B;
}
</style>
background-color css
<style>
a { background-color: #A4672B; }
a { background-color: rgb(164,103,43); }
div.DivClassName
{
background-color: #A4672B;
}
.BgClassName
{
background-color: #A4672B;
}
</style>
border-color css
<style>
span { border-color: #A4672B; }
span { border-color: rgb(164,103,43); }
td.TdClassName
{
border-color: #A4672B;
}
.TagClassName
{
border-color: #A4672B;
}
</style>