Shades of Mai Tai #A96634
Tints of Mai Tai #A96634
RGB
CMYK
RGB Variations
Color information
#A96634 (or 0xA96634) is known color: Mai Tai. HEX triplet: A9, 66 and 34. RGB value is (169,102,52). Sum of RGB (Red+Green+Blue) = 169+102+52=323 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.32% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 169 - color contains mainly: red. Hex color #A96634 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96634 is #5699CB. Grayscale: #747474. Windows color (decimal): -5675468 or 3434153. OLE color: 3434153.
HSL color Cylindrical-coordinate representation of color #A96634: hue angle of 25.64º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A96634 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 102 | 52 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.34 |
| HSL | 25.64º | 0.53% | 0.43% | - |
| HSV(B) | 25.64º | 0.69% | 0.66% | - |
| XYZ | 21.73 | 18.19 | 5.61 | - |
| YUV | 116.33 | 91.7 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 102 | 52 | 0 | 0.40 | 0.69 | 0.34 | 25.64 | 0.53 | 0.43 |
| Hex | A9 | 66 | 34 | 0 | 28 | 45 | 22 | 1A | 35 | 2B |
| Octal | 251 | 146 | 64 | 0 | 50 | 105 | 42 | 32 | 65 | 53 |
| Binary | 10101001 | 1100110 | 110100 | 0 | 101000 | 1000101 | 100010 | 11010 | 110101 | 101011 |
Color Harmonies of #A96634
Complementary color
Monochromatic Colors of #A96634
Black with #A96634
Text Example
Text Example
White with #A96634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96634; }
p { color: rgb(169,102,52); }
H1.HeaderClassName
{
color: #A96634;
}
.AnyTagClassName
{
color: #A96634;
}
</style>
background-color css
<style>
a { background-color: #A96634; }
a { background-color: rgb(169,102,52); }
div.DivClassName
{
background-color: #A96634;
}
.BgClassName
{
background-color: #A96634;
}
</style>
border-color css
<style>
span { border-color: #A96634; }
span { border-color: rgb(169,102,52); }
td.TdClassName
{
border-color: #A96634;
}
.TagClassName
{
border-color: #A96634;
}
</style>