Shades of Mai Tai #A56A27
Tints of Mai Tai #A56A27
RGB
CMYK
RGB Variations
Color information
#A56A27 (or 0xA56A27) is known color: Mai Tai. HEX triplet: A5, 6A and 27. RGB value is (165,106,39). Sum of RGB (Red+Green+Blue) = 165+106+39=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A56A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56A27 is #5A95D8. Grayscale: #747474. Windows color (decimal): -5936601 or 2583205. OLE color: 2583205.
HSL color Cylindrical-coordinate representation of color #A56A27: hue angle of 31.9º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A56A27 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 106 | 39 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.35 |
| HSL | 31.9º | 0.62% | 0.4% | - |
| HSV(B) | 31.9º | 0.76% | 0.65% | - |
| XYZ | 21.04 | 18.45 | 4.37 | - |
| YUV | 116 | 84.55 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 106 | 39 | 0 | 0.36 | 0.76 | 0.35 | 31.9 | 0.62 | 0.4 |
| Hex | A5 | 6A | 27 | 0 | 24 | 4C | 23 | 20 | 3E | 28 |
| Octal | 245 | 152 | 47 | 0 | 44 | 114 | 43 | 40 | 76 | 50 |
| Binary | 10100101 | 1101010 | 100111 | 0 | 100100 | 1001100 | 100011 | 100000 | 111110 | 101000 |
Color Harmonies of #A56A27
Complementary color
Monochromatic Colors of #A56A27
Black with #A56A27
Text Example
Text Example
White with #A56A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56A27; }
p { color: rgb(165,106,39); }
H1.HeaderClassName
{
color: #A56A27;
}
.AnyTagClassName
{
color: #A56A27;
}
</style>
background-color css
<style>
a { background-color: #A56A27; }
a { background-color: rgb(165,106,39); }
div.DivClassName
{
background-color: #A56A27;
}
.BgClassName
{
background-color: #A56A27;
}
</style>
border-color css
<style>
span { border-color: #A56A27; }
span { border-color: rgb(165,106,39); }
td.TdClassName
{
border-color: #A56A27;
}
.TagClassName
{
border-color: #A56A27;
}
</style>