Shades of Mai Tai #A36A2D
Tints of Mai Tai #A36A2D
RGB
CMYK
RGB Variations
Color information
#A36A2D (or 0xA36A2D) is known color: Mai Tai. HEX triplet: A3, 6A and 2D. RGB value is (163,106,45). Sum of RGB (Red+Green+Blue) = 163+106+45=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36A2D is #5C95D2. Grayscale: #747474. Windows color (decimal): -6067667 or 2976419. OLE color: 2976419.
HSL color Cylindrical-coordinate representation of color #A36A2D: hue angle of 31.02º degrees, saturation: 0.57, 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 #A36A2D is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 106 | 45 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.36 |
| HSL | 31.02º | 0.57% | 0.41% | - |
| HSV(B) | 31.02º | 0.72% | 0.64% | - |
| XYZ | 20.73 | 18.28 | 4.92 | - |
| YUV | 116.09 | 87.88 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 106 | 45 | 0 | 0.35 | 0.72 | 0.36 | 31.02 | 0.57 | 0.41 |
| Hex | A3 | 6A | 2D | 0 | 23 | 48 | 24 | 1F | 39 | 29 |
| Octal | 243 | 152 | 55 | 0 | 43 | 110 | 44 | 37 | 71 | 51 |
| Binary | 10100011 | 1101010 | 101101 | 0 | 100011 | 1001000 | 100100 | 11111 | 111001 | 101001 |
Color Harmonies of #A36A2D
Complementary color
Monochromatic Colors of #A36A2D
Black with #A36A2D
Text Example
Text Example
White with #A36A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36A2D; }
p { color: rgb(163,106,45); }
H1.HeaderClassName
{
color: #A36A2D;
}
.AnyTagClassName
{
color: #A36A2D;
}
</style>
background-color css
<style>
a { background-color: #A36A2D; }
a { background-color: rgb(163,106,45); }
div.DivClassName
{
background-color: #A36A2D;
}
.BgClassName
{
background-color: #A36A2D;
}
</style>
border-color css
<style>
span { border-color: #A36A2D; }
span { border-color: rgb(163,106,45); }
td.TdClassName
{
border-color: #A36A2D;
}
.TagClassName
{
border-color: #A36A2D;
}
</style>