Shades of Mai Tai #A9632F
Tints of Mai Tai #A9632F
RGB
CMYK
RGB Variations
Color information
#A9632F (or 0xA9632F) is known color: Mai Tai. HEX triplet: A9, 63 and 2F. RGB value is (169,99,47). Sum of RGB (Red+Green+Blue) = 169+99+47=315 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.65% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 169 - color contains mainly: red. Hex color #A9632F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9632F is #569CD0. Grayscale: #727272. Windows color (decimal): -5676241 or 3105705. OLE color: 3105705.
HSL color Cylindrical-coordinate representation of color #A9632F: hue angle of 25.57º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A9632F is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 99 | 47 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.34 |
| HSL | 25.57º | 0.56% | 0.42% | - |
| HSV(B) | 25.57º | 0.72% | 0.66% | - |
| XYZ | 21.34 | 17.56 | 4.95 | - |
| YUV | 114 | 90.19 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 47 | 0 | 0.41 | 0.72 | 0.34 | 25.57 | 0.56 | 0.42 |
| Hex | A9 | 63 | 2F | 0 | 29 | 48 | 22 | 1A | 38 | 2A |
| Octal | 251 | 143 | 57 | 0 | 51 | 110 | 42 | 32 | 70 | 52 |
| Binary | 10101001 | 1100011 | 101111 | 0 | 101001 | 1001000 | 100010 | 11010 | 111000 | 101010 |
Color Harmonies of #A9632F
Complementary color
Monochromatic Colors of #A9632F
Black with #A9632F
Text Example
Text Example
White with #A9632F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9632F; }
p { color: rgb(169,99,47); }
H1.HeaderClassName
{
color: #A9632F;
}
.AnyTagClassName
{
color: #A9632F;
}
</style>
background-color css
<style>
a { background-color: #A9632F; }
a { background-color: rgb(169,99,47); }
div.DivClassName
{
background-color: #A9632F;
}
.BgClassName
{
background-color: #A9632F;
}
</style>
border-color css
<style>
span { border-color: #A9632F; }
span { border-color: rgb(169,99,47); }
td.TdClassName
{
border-color: #A9632F;
}
.TagClassName
{
border-color: #A9632F;
}
</style>