Shades of Mai Tai #A56C2F
Tints of Mai Tai #A56C2F
RGB
CMYK
RGB Variations
Color information
#A56C2F (or 0xA56C2F) is known color: Mai Tai. HEX triplet: A5, 6C and 2F. RGB value is (165,108,47). Sum of RGB (Red+Green+Blue) = 165+108+47=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56C2F is #5A93D0. Grayscale: #767676. Windows color (decimal): -5936081 or 3108005. OLE color: 3108005.
HSL color Cylindrical-coordinate representation of color #A56C2F: hue angle of 31.02º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A56C2F is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 108 | 47 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.35 |
| HSL | 31.02º | 0.56% | 0.42% | - |
| HSV(B) | 31.02º | 0.72% | 0.65% | - |
| XYZ | 21.39 | 18.93 | 5.22 | - |
| YUV | 118.09 | 87.88 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 108 | 47 | 0 | 0.35 | 0.72 | 0.35 | 31.02 | 0.56 | 0.42 |
| Hex | A5 | 6C | 2F | 0 | 23 | 48 | 23 | 1F | 38 | 2A |
| Octal | 245 | 154 | 57 | 0 | 43 | 110 | 43 | 37 | 70 | 52 |
| Binary | 10100101 | 1101100 | 101111 | 0 | 100011 | 1001000 | 100011 | 11111 | 111000 | 101010 |
Color Harmonies of #A56C2F
Complementary color
Monochromatic Colors of #A56C2F
Black with #A56C2F
Text Example
Text Example
White with #A56C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56C2F; }
p { color: rgb(165,108,47); }
H1.HeaderClassName
{
color: #A56C2F;
}
.AnyTagClassName
{
color: #A56C2F;
}
</style>
background-color css
<style>
a { background-color: #A56C2F; }
a { background-color: rgb(165,108,47); }
div.DivClassName
{
background-color: #A56C2F;
}
.BgClassName
{
background-color: #A56C2F;
}
</style>
border-color css
<style>
span { border-color: #A56C2F; }
span { border-color: rgb(165,108,47); }
td.TdClassName
{
border-color: #A56C2F;
}
.TagClassName
{
border-color: #A56C2F;
}
</style>