Shades of Mai Tai #A56B34
Tints of Mai Tai #A56B34
RGB
CMYK
RGB Variations
Color information
#A56B34 (or 0xA56B34) is known color: Mai Tai. HEX triplet: A5, 6B and 34. RGB value is (165,107,52). Sum of RGB (Red+Green+Blue) = 165+107+52=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56B34 is #5A94CB. Grayscale: #767676. Windows color (decimal): -5936332 or 3435429. OLE color: 3435429.
HSL color Cylindrical-coordinate representation of color #A56B34: hue angle of 29.2º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A56B34 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 107 | 52 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.35 |
| HSL | 29.2º | 0.52% | 0.43% | - |
| HSV(B) | 29.2º | 0.68% | 0.65% | - |
| XYZ | 21.39 | 18.76 | 5.74 | - |
| YUV | 118.07 | 90.72 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 107 | 52 | 0 | 0.35 | 0.68 | 0.35 | 29.2 | 0.52 | 0.43 |
| Hex | A5 | 6B | 34 | 0 | 23 | 44 | 23 | 1D | 34 | 2B |
| Octal | 245 | 153 | 64 | 0 | 43 | 104 | 43 | 35 | 64 | 53 |
| Binary | 10100101 | 1101011 | 110100 | 0 | 100011 | 1000100 | 100011 | 11101 | 110100 | 101011 |
Color Harmonies of #A56B34
Complementary color
Monochromatic Colors of #A56B34
Black with #A56B34
Text Example
Text Example
White with #A56B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56B34; }
p { color: rgb(165,107,52); }
H1.HeaderClassName
{
color: #A56B34;
}
.AnyTagClassName
{
color: #A56B34;
}
</style>
background-color css
<style>
a { background-color: #A56B34; }
a { background-color: rgb(165,107,52); }
div.DivClassName
{
background-color: #A56B34;
}
.BgClassName
{
background-color: #A56B34;
}
</style>
border-color css
<style>
span { border-color: #A56B34; }
span { border-color: rgb(165,107,52); }
td.TdClassName
{
border-color: #A56B34;
}
.TagClassName
{
border-color: #A56B34;
}
</style>