Shades of Mai Tai #A56B39
Tints of Mai Tai #A56B39
RGB
CMYK
RGB Variations
Color information
#A56B39 (or 0xA56B39) is known color: Mai Tai. HEX triplet: A5, 6B and 39. RGB value is (165,107,57). Sum of RGB (Red+Green+Blue) = 165+107+57=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56B39 is #5A94C6. Grayscale: #767676. Windows color (decimal): -5936327 or 3763109. OLE color: 3763109.
HSL color Cylindrical-coordinate representation of color #A56B39: hue angle of 27.78º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A56B39 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 107 | 57 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.35 |
| HSL | 27.78º | 0.49% | 0.44% | - |
| HSV(B) | 27.78º | 0.65% | 0.65% | - |
| XYZ | 21.51 | 18.81 | 6.37 | - |
| YUV | 118.64 | 93.22 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 107 | 57 | 0 | 0.35 | 0.65 | 0.35 | 27.78 | 0.49 | 0.44 |
| Hex | A5 | 6B | 39 | 0 | 23 | 41 | 23 | 1C | 31 | 2C |
| Octal | 245 | 153 | 71 | 0 | 43 | 101 | 43 | 34 | 61 | 54 |
| Binary | 10100101 | 1101011 | 111001 | 0 | 100011 | 1000001 | 100011 | 11100 | 110001 | 101100 |
Color Harmonies of #A56B39
Complementary color
Monochromatic Colors of #A56B39
Black with #A56B39
Text Example
Text Example
White with #A56B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56B39; }
p { color: rgb(165,107,57); }
H1.HeaderClassName
{
color: #A56B39;
}
.AnyTagClassName
{
color: #A56B39;
}
</style>
background-color css
<style>
a { background-color: #A56B39; }
a { background-color: rgb(165,107,57); }
div.DivClassName
{
background-color: #A56B39;
}
.BgClassName
{
background-color: #A56B39;
}
</style>
border-color css
<style>
span { border-color: #A56B39; }
span { border-color: rgb(165,107,57); }
td.TdClassName
{
border-color: #A56B39;
}
.TagClassName
{
border-color: #A56B39;
}
</style>