Shades of Mai Tai #A46C35
Tints of Mai Tai #A46C35
RGB
CMYK
RGB Variations
Color information
#A46C35 (or 0xA46C35) is known color: Mai Tai. HEX triplet: A4, 6C and 35. RGB value is (164,108,53). Sum of RGB (Red+Green+Blue) = 164+108+53=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46C35 is #5B93CA. Grayscale: #767676. Windows color (decimal): -6001611 or 3501220. OLE color: 3501220.
HSL color Cylindrical-coordinate representation of color #A46C35: hue angle of 29.73º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A46C35 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 108 | 53 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.36 |
| HSL | 29.73º | 0.51% | 0.43% | - |
| HSV(B) | 29.73º | 0.68% | 0.64% | - |
| XYZ | 21.32 | 18.87 | 5.89 | - |
| YUV | 118.47 | 91.05 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 53 | 0 | 0.34 | 0.68 | 0.36 | 29.73 | 0.51 | 0.43 |
| Hex | A4 | 6C | 35 | 0 | 22 | 44 | 24 | 1E | 33 | 2B |
| Octal | 244 | 154 | 65 | 0 | 42 | 104 | 44 | 36 | 63 | 53 |
| Binary | 10100100 | 1101100 | 110101 | 0 | 100010 | 1000100 | 100100 | 11110 | 110011 | 101011 |
Color Harmonies of #A46C35
Complementary color
Monochromatic Colors of #A46C35
Black with #A46C35
Text Example
Text Example
White with #A46C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46C35; }
p { color: rgb(164,108,53); }
H1.HeaderClassName
{
color: #A46C35;
}
.AnyTagClassName
{
color: #A46C35;
}
</style>
background-color css
<style>
a { background-color: #A46C35; }
a { background-color: rgb(164,108,53); }
div.DivClassName
{
background-color: #A46C35;
}
.BgClassName
{
background-color: #A46C35;
}
</style>
border-color css
<style>
span { border-color: #A46C35; }
span { border-color: rgb(164,108,53); }
td.TdClassName
{
border-color: #A46C35;
}
.TagClassName
{
border-color: #A46C35;
}
</style>