Shades of Mai Tai #A46A2D
Tints of Mai Tai #A46A2D
RGB
CMYK
RGB Variations
Color information
#A46A2D (or 0xA46A2D) is known color: Mai Tai. HEX triplet: A4, 6A and 2D. RGB value is (164,106,45). Sum of RGB (Red+Green+Blue) = 164+106+45=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46A2D is #5B95D2. Grayscale: #747474. Windows color (decimal): -6002131 or 2976420. OLE color: 2976420.
HSL color Cylindrical-coordinate representation of color #A46A2D: hue angle of 30.76º 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 #A46A2D is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 106 | 45 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.36 |
| HSL | 30.76º | 0.57% | 0.41% | - |
| HSV(B) | 30.76º | 0.73% | 0.64% | - |
| XYZ | 20.94 | 18.39 | 4.93 | - |
| YUV | 116.39 | 87.72 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 106 | 45 | 0 | 0.35 | 0.73 | 0.36 | 30.76 | 0.57 | 0.41 |
| Hex | A4 | 6A | 2D | 0 | 23 | 49 | 24 | 1F | 39 | 29 |
| Octal | 244 | 152 | 55 | 0 | 43 | 111 | 44 | 37 | 71 | 51 |
| Binary | 10100100 | 1101010 | 101101 | 0 | 100011 | 1001001 | 100100 | 11111 | 111001 | 101001 |
Color Harmonies of #A46A2D
Complementary color
Monochromatic Colors of #A46A2D
Black with #A46A2D
Text Example
Text Example
White with #A46A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46A2D; }
p { color: rgb(164,106,45); }
H1.HeaderClassName
{
color: #A46A2D;
}
.AnyTagClassName
{
color: #A46A2D;
}
</style>
background-color css
<style>
a { background-color: #A46A2D; }
a { background-color: rgb(164,106,45); }
div.DivClassName
{
background-color: #A46A2D;
}
.BgClassName
{
background-color: #A46A2D;
}
</style>
border-color css
<style>
span { border-color: #A46A2D; }
span { border-color: rgb(164,106,45); }
td.TdClassName
{
border-color: #A46A2D;
}
.TagClassName
{
border-color: #A46A2D;
}
</style>