Shades of Mai Tai #A56528
Tints of Mai Tai #A56528
RGB
CMYK
RGB Variations
Color information
#A56528 (or 0xA56528) is known color: Mai Tai. HEX triplet: A5, 65 and 28. RGB value is (165,101,40). Sum of RGB (Red+Green+Blue) = 165+101+40=306 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.92% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 165 - color contains mainly: red. Hex color #A56528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56528 is #5A9AD7. Grayscale: #717171. Windows color (decimal): -5937880 or 2647461. OLE color: 2647461.
HSL color Cylindrical-coordinate representation of color #A56528: hue angle of 29.28º degrees, saturation: 0.61, 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 #A56528 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 101 | 40 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.35 |
| HSL | 29.28º | 0.61% | 0.4% | - |
| HSV(B) | 29.28º | 0.76% | 0.65% | - |
| XYZ | 20.55 | 17.46 | 4.29 | - |
| YUV | 113.18 | 86.7 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 101 | 40 | 0 | 0.39 | 0.76 | 0.35 | 29.28 | 0.61 | 0.4 |
| Hex | A5 | 65 | 28 | 0 | 27 | 4C | 23 | 1D | 3D | 28 |
| Octal | 245 | 145 | 50 | 0 | 47 | 114 | 43 | 35 | 75 | 50 |
| Binary | 10100101 | 1100101 | 101000 | 0 | 100111 | 1001100 | 100011 | 11101 | 111101 | 101000 |
Color Harmonies of #A56528
Complementary color
Monochromatic Colors of #A56528
Black with #A56528
Text Example
Text Example
White with #A56528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56528; }
p { color: rgb(165,101,40); }
H1.HeaderClassName
{
color: #A56528;
}
.AnyTagClassName
{
color: #A56528;
}
</style>
background-color css
<style>
a { background-color: #A56528; }
a { background-color: rgb(165,101,40); }
div.DivClassName
{
background-color: #A56528;
}
.BgClassName
{
background-color: #A56528;
}
</style>
border-color css
<style>
span { border-color: #A56528; }
span { border-color: rgb(165,101,40); }
td.TdClassName
{
border-color: #A56528;
}
.TagClassName
{
border-color: #A56528;
}
</style>