Shades of Mai Tai #A95F32
Tints of Mai Tai #A95F32
RGB
CMYK
RGB Variations
Color information
#A95F32 (or 0xA95F32) is known color: Mai Tai. HEX triplet: A9, 5F and 32. RGB value is (169,95,50). Sum of RGB (Red+Green+Blue) = 169+95+50=314 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.82% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 169 - color contains mainly: red. Hex color #A95F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95F32 is #56A0CD. Grayscale: #707070. Windows color (decimal): -5677262 or 3301289. OLE color: 3301289.
HSL color Cylindrical-coordinate representation of color #A95F32: hue angle of 22.69º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A95F32 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 95 | 50 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.34 |
| HSL | 22.69º | 0.54% | 0.43% | - |
| HSV(B) | 22.69º | 0.7% | 0.66% | - |
| XYZ | 21.03 | 16.85 | 5.16 | - |
| YUV | 112 | 93.02 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 95 | 50 | 0 | 0.44 | 0.70 | 0.34 | 22.69 | 0.54 | 0.43 |
| Hex | A9 | 5F | 32 | 0 | 2C | 46 | 22 | 17 | 36 | 2B |
| Octal | 251 | 137 | 62 | 0 | 54 | 106 | 42 | 27 | 66 | 53 |
| Binary | 10101001 | 1011111 | 110010 | 0 | 101100 | 1000110 | 100010 | 10111 | 110110 | 101011 |
Color Harmonies of #A95F32
Complementary color
Monochromatic Colors of #A95F32
Black with #A95F32
Text Example
Text Example
White with #A95F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95F32; }
p { color: rgb(169,95,50); }
H1.HeaderClassName
{
color: #A95F32;
}
.AnyTagClassName
{
color: #A95F32;
}
</style>
background-color css
<style>
a { background-color: #A95F32; }
a { background-color: rgb(169,95,50); }
div.DivClassName
{
background-color: #A95F32;
}
.BgClassName
{
background-color: #A95F32;
}
</style>
border-color css
<style>
span { border-color: #A95F32; }
span { border-color: rgb(169,95,50); }
td.TdClassName
{
border-color: #A95F32;
}
.TagClassName
{
border-color: #A95F32;
}
</style>