Shades of Mai Tai #A4642D
Tints of Mai Tai #A4642D
RGB
CMYK
RGB Variations
Color information
#A4642D (or 0xA4642D) is known color: Mai Tai. HEX triplet: A4, 64 and 2D. RGB value is (164,100,45). Sum of RGB (Red+Green+Blue) = 164+100+45=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A4642D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4642D is #5B9BD2. Grayscale: #717171. Windows color (decimal): -6003667 or 2974884. OLE color: 2974884.
HSL color Cylindrical-coordinate representation of color #A4642D: hue angle of 27.73º 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 #A4642D is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 100 | 45 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.36 |
| HSL | 27.73º | 0.57% | 0.41% | - |
| HSV(B) | 27.73º | 0.73% | 0.64% | - |
| XYZ | 20.34 | 17.2 | 4.73 | - |
| YUV | 112.87 | 89.7 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 100 | 45 | 0 | 0.39 | 0.73 | 0.36 | 27.73 | 0.57 | 0.41 |
| Hex | A4 | 64 | 2D | 0 | 27 | 49 | 24 | 1C | 39 | 29 |
| Octal | 244 | 144 | 55 | 0 | 47 | 111 | 44 | 34 | 71 | 51 |
| Binary | 10100100 | 1100100 | 101101 | 0 | 100111 | 1001001 | 100100 | 11100 | 111001 | 101001 |
Color Harmonies of #A4642D
Complementary color
Monochromatic Colors of #A4642D
Black with #A4642D
Text Example
Text Example
White with #A4642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4642D; }
p { color: rgb(164,100,45); }
H1.HeaderClassName
{
color: #A4642D;
}
.AnyTagClassName
{
color: #A4642D;
}
</style>
background-color css
<style>
a { background-color: #A4642D; }
a { background-color: rgb(164,100,45); }
div.DivClassName
{
background-color: #A4642D;
}
.BgClassName
{
background-color: #A4642D;
}
</style>
border-color css
<style>
span { border-color: #A4642D; }
span { border-color: rgb(164,100,45); }
td.TdClassName
{
border-color: #A4642D;
}
.TagClassName
{
border-color: #A4642D;
}
</style>