Shades of Mai Tai #A96630
Tints of Mai Tai #A96630
RGB
CMYK
RGB Variations
Color information
#A96630 (or 0xA96630) is known color: Mai Tai. HEX triplet: A9, 66 and 30. RGB value is (169,102,48). Sum of RGB (Red+Green+Blue) = 169+102+48=319 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.98% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 169 - color contains mainly: red. Hex color #A96630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96630 is #5699CF. Grayscale: #747474. Windows color (decimal): -5675472 or 3172009. OLE color: 3172009.
HSL color Cylindrical-coordinate representation of color #A96630: hue angle of 26.78º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A96630 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 102 | 48 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.34 |
| HSL | 26.78º | 0.56% | 0.43% | - |
| HSV(B) | 26.78º | 0.72% | 0.66% | - |
| XYZ | 21.65 | 18.15 | 5.16 | - |
| YUV | 115.88 | 89.7 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 102 | 48 | 0 | 0.40 | 0.72 | 0.34 | 26.78 | 0.56 | 0.43 |
| Hex | A9 | 66 | 30 | 0 | 28 | 48 | 22 | 1B | 38 | 2B |
| Octal | 251 | 146 | 60 | 0 | 50 | 110 | 42 | 33 | 70 | 53 |
| Binary | 10101001 | 1100110 | 110000 | 0 | 101000 | 1001000 | 100010 | 11011 | 111000 | 101011 |
Color Harmonies of #A96630
Complementary color
Monochromatic Colors of #A96630
Black with #A96630
Text Example
Text Example
White with #A96630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96630; }
p { color: rgb(169,102,48); }
H1.HeaderClassName
{
color: #A96630;
}
.AnyTagClassName
{
color: #A96630;
}
</style>
background-color css
<style>
a { background-color: #A96630; }
a { background-color: rgb(169,102,48); }
div.DivClassName
{
background-color: #A96630;
}
.BgClassName
{
background-color: #A96630;
}
</style>
border-color css
<style>
span { border-color: #A96630; }
span { border-color: rgb(169,102,48); }
td.TdClassName
{
border-color: #A96630;
}
.TagClassName
{
border-color: #A96630;
}
</style>