Shades of Mai Tai #A7632C
Tints of Mai Tai #A7632C
RGB
CMYK
RGB Variations
Color information
#A7632C (or 0xA7632C) is known color: Mai Tai. HEX triplet: A7, 63 and 2C. RGB value is (167,99,44). Sum of RGB (Red+Green+Blue) = 167+99+44=310 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.87% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 167 - color contains mainly: red. Hex color #A7632C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7632C is #589CD3. Grayscale: #717171. Windows color (decimal): -5807316 or 2909095. OLE color: 2909095.
HSL color Cylindrical-coordinate representation of color #A7632C: hue angle of 26.83º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A7632C is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 99 | 44 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.35 |
| HSL | 26.83º | 0.58% | 0.41% | - |
| HSV(B) | 26.83º | 0.74% | 0.65% | - |
| XYZ | 20.85 | 17.32 | 4.63 | - |
| YUV | 113.06 | 89.03 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 99 | 44 | 0 | 0.41 | 0.74 | 0.35 | 26.83 | 0.58 | 0.41 |
| Hex | A7 | 63 | 2C | 0 | 29 | 4A | 23 | 1B | 3A | 29 |
| Octal | 247 | 143 | 54 | 0 | 51 | 112 | 43 | 33 | 72 | 51 |
| Binary | 10100111 | 1100011 | 101100 | 0 | 101001 | 1001010 | 100011 | 11011 | 111010 | 101001 |
Color Harmonies of #A7632C
Complementary color
Monochromatic Colors of #A7632C
Black with #A7632C
Text Example
Text Example
White with #A7632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7632C; }
p { color: rgb(167,99,44); }
H1.HeaderClassName
{
color: #A7632C;
}
.AnyTagClassName
{
color: #A7632C;
}
</style>
background-color css
<style>
a { background-color: #A7632C; }
a { background-color: rgb(167,99,44); }
div.DivClassName
{
background-color: #A7632C;
}
.BgClassName
{
background-color: #A7632C;
}
</style>
border-color css
<style>
span { border-color: #A7632C; }
span { border-color: rgb(167,99,44); }
td.TdClassName
{
border-color: #A7632C;
}
.TagClassName
{
border-color: #A7632C;
}
</style>