Shades of Mai Tai #A9632B
Tints of Mai Tai #A9632B
RGB
CMYK
RGB Variations
Color information
#A9632B (or 0xA9632B) is known color: Mai Tai. HEX triplet: A9, 63 and 2B. RGB value is (169,99,43). Sum of RGB (Red+Green+Blue) = 169+99+43=311 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.34% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 169 - color contains mainly: red. Hex color #A9632B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9632B is #569CD4. Grayscale: #717171. Windows color (decimal): -5676245 or 2843561. OLE color: 2843561.
HSL color Cylindrical-coordinate representation of color #A9632B: hue angle of 26.67º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9632B is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 99 | 43 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.34 |
| HSL | 26.67º | 0.59% | 0.42% | - |
| HSV(B) | 26.67º | 0.75% | 0.66% | - |
| XYZ | 21.26 | 17.53 | 4.55 | - |
| YUV | 113.55 | 88.19 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 43 | 0 | 0.41 | 0.75 | 0.34 | 26.67 | 0.59 | 0.42 |
| Hex | A9 | 63 | 2B | 0 | 29 | 4B | 22 | 1B | 3B | 2A |
| Octal | 251 | 143 | 53 | 0 | 51 | 113 | 42 | 33 | 73 | 52 |
| Binary | 10101001 | 1100011 | 101011 | 0 | 101001 | 1001011 | 100010 | 11011 | 111011 | 101010 |
Color Harmonies of #A9632B
Complementary color
Monochromatic Colors of #A9632B
Black with #A9632B
Text Example
Text Example
White with #A9632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9632B; }
p { color: rgb(169,99,43); }
H1.HeaderClassName
{
color: #A9632B;
}
.AnyTagClassName
{
color: #A9632B;
}
</style>
background-color css
<style>
a { background-color: #A9632B; }
a { background-color: rgb(169,99,43); }
div.DivClassName
{
background-color: #A9632B;
}
.BgClassName
{
background-color: #A9632B;
}
</style>
border-color css
<style>
span { border-color: #A9632B; }
span { border-color: rgb(169,99,43); }
td.TdClassName
{
border-color: #A9632B;
}
.TagClassName
{
border-color: #A9632B;
}
</style>