Shades of Mai Tai #A96435
Tints of Mai Tai #A96435
RGB
CMYK
RGB Variations
Color information
#A96435 (or 0xA96435) is known color: Mai Tai. HEX triplet: A9, 64 and 35. RGB value is (169,100,53). Sum of RGB (Red+Green+Blue) = 169+100+53=322 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.48% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 53 (21.09% from 255 or 16.46% from 322); Max value from RGB is 169 - color contains mainly: red. Hex color #A96435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96435 is #569BCA. Grayscale: #737373. Windows color (decimal): -5675979 or 3499177. OLE color: 3499177.
HSL color Cylindrical-coordinate representation of color #A96435: hue angle of 24.31º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A96435 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 100 | 53 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.34 |
| HSL | 24.31º | 0.52% | 0.44% | - |
| HSV(B) | 24.31º | 0.69% | 0.66% | - |
| XYZ | 21.56 | 17.81 | 5.67 | - |
| YUV | 115.27 | 92.86 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 100 | 53 | 0 | 0.41 | 0.69 | 0.34 | 24.31 | 0.52 | 0.44 |
| Hex | A9 | 64 | 35 | 0 | 29 | 45 | 22 | 18 | 34 | 2C |
| Octal | 251 | 144 | 65 | 0 | 51 | 105 | 42 | 30 | 64 | 54 |
| Binary | 10101001 | 1100100 | 110101 | 0 | 101001 | 1000101 | 100010 | 11000 | 110100 | 101100 |
Color Harmonies of #A96435
Complementary color
Monochromatic Colors of #A96435
Black with #A96435
Text Example
Text Example
White with #A96435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96435; }
p { color: rgb(169,100,53); }
H1.HeaderClassName
{
color: #A96435;
}
.AnyTagClassName
{
color: #A96435;
}
</style>
background-color css
<style>
a { background-color: #A96435; }
a { background-color: rgb(169,100,53); }
div.DivClassName
{
background-color: #A96435;
}
.BgClassName
{
background-color: #A96435;
}
</style>
border-color css
<style>
span { border-color: #A96435; }
span { border-color: rgb(169,100,53); }
td.TdClassName
{
border-color: #A96435;
}
.TagClassName
{
border-color: #A96435;
}
</style>