Shades of Mai Tai #A56434
Tints of Mai Tai #A56434
RGB
CMYK
RGB Variations
Color information
#A56434 (or 0xA56434) is known color: Mai Tai. HEX triplet: A5, 64 and 34. RGB value is (165,100,52). Sum of RGB (Red+Green+Blue) = 165+100+52=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A56434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56434 is #5A9BCB. Grayscale: #727272. Windows color (decimal): -5938124 or 3433637. OLE color: 3433637.
HSL color Cylindrical-coordinate representation of color #A56434: hue angle of 25.49º 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 #A56434 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 100 | 52 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.35 |
| HSL | 25.49º | 0.52% | 0.43% | - |
| HSV(B) | 25.49º | 0.68% | 0.65% | - |
| XYZ | 20.69 | 17.36 | 5.51 | - |
| YUV | 113.96 | 93.03 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 100 | 52 | 0 | 0.39 | 0.68 | 0.35 | 25.49 | 0.52 | 0.43 |
| Hex | A5 | 64 | 34 | 0 | 27 | 44 | 23 | 19 | 34 | 2B |
| Octal | 245 | 144 | 64 | 0 | 47 | 104 | 43 | 31 | 64 | 53 |
| Binary | 10100101 | 1100100 | 110100 | 0 | 100111 | 1000100 | 100011 | 11001 | 110100 | 101011 |
Color Harmonies of #A56434
Complementary color
Monochromatic Colors of #A56434
Black with #A56434
Text Example
Text Example
White with #A56434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56434; }
p { color: rgb(165,100,52); }
H1.HeaderClassName
{
color: #A56434;
}
.AnyTagClassName
{
color: #A56434;
}
</style>
background-color css
<style>
a { background-color: #A56434; }
a { background-color: rgb(165,100,52); }
div.DivClassName
{
background-color: #A56434;
}
.BgClassName
{
background-color: #A56434;
}
</style>
border-color css
<style>
span { border-color: #A56434; }
span { border-color: rgb(165,100,52); }
td.TdClassName
{
border-color: #A56434;
}
.TagClassName
{
border-color: #A56434;
}
</style>