Shades of Mai Tai #A36A2E
Tints of Mai Tai #A36A2E
RGB
CMYK
RGB Variations
Color information
#A36A2E (or 0xA36A2E) is known color: Mai Tai. HEX triplet: A3, 6A and 2E. RGB value is (163,106,46). Sum of RGB (Red+Green+Blue) = 163+106+46=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36A2E is #5C95D1. Grayscale: #747474. Windows color (decimal): -6067666 or 3041955. OLE color: 3041955.
HSL color Cylindrical-coordinate representation of color #A36A2E: hue angle of 30.77º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A36A2E is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 106 | 46 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.36 |
| HSL | 30.77º | 0.56% | 0.41% | - |
| HSV(B) | 30.77º | 0.72% | 0.64% | - |
| XYZ | 20.75 | 18.29 | 5.02 | - |
| YUV | 116.2 | 88.38 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 106 | 46 | 0 | 0.35 | 0.72 | 0.36 | 30.77 | 0.56 | 0.41 |
| Hex | A3 | 6A | 2E | 0 | 23 | 48 | 24 | 1F | 38 | 29 |
| Octal | 243 | 152 | 56 | 0 | 43 | 110 | 44 | 37 | 70 | 51 |
| Binary | 10100011 | 1101010 | 101110 | 0 | 100011 | 1001000 | 100100 | 11111 | 111000 | 101001 |
Color Harmonies of #A36A2E
Complementary color
Monochromatic Colors of #A36A2E
Black with #A36A2E
Text Example
Text Example
White with #A36A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36A2E; }
p { color: rgb(163,106,46); }
H1.HeaderClassName
{
color: #A36A2E;
}
.AnyTagClassName
{
color: #A36A2E;
}
</style>
background-color css
<style>
a { background-color: #A36A2E; }
a { background-color: rgb(163,106,46); }
div.DivClassName
{
background-color: #A36A2E;
}
.BgClassName
{
background-color: #A36A2E;
}
</style>
border-color css
<style>
span { border-color: #A36A2E; }
span { border-color: rgb(163,106,46); }
td.TdClassName
{
border-color: #A36A2E;
}
.TagClassName
{
border-color: #A36A2E;
}
</style>