Shades of Mai Tai #A96024
Tints of Mai Tai #A96024
RGB
CMYK
RGB Variations
Color information
#A96024 (or 0xA96024) is known color: Mai Tai. HEX triplet: A9, 60 and 24. RGB value is (169,96,36). Sum of RGB (Red+Green+Blue) = 169+96+36=301 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.15% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 169 - color contains mainly: red. Hex color #A96024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96024 is #569FDB. Grayscale: #6F6F6F. Windows color (decimal): -5677020 or 2384041. OLE color: 2384041.
HSL color Cylindrical-coordinate representation of color #A96024: hue angle of 27.07º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A96024 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 96 | 36 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.34 |
| HSL | 27.07º | 0.65% | 0.4% | - |
| HSV(B) | 27.07º | 0.79% | 0.66% | - |
| XYZ | 20.86 | 16.93 | 3.84 | - |
| YUV | 110.99 | 85.68 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 96 | 36 | 0 | 0.43 | 0.79 | 0.34 | 27.07 | 0.65 | 0.4 |
| Hex | A9 | 60 | 24 | 0 | 2B | 4F | 22 | 1B | 41 | 28 |
| Octal | 251 | 140 | 44 | 0 | 53 | 117 | 42 | 33 | 101 | 50 |
| Binary | 10101001 | 1100000 | 100100 | 0 | 101011 | 1001111 | 100010 | 11011 | 1000001 | 101000 |
Color Harmonies of #A96024
Complementary color
Monochromatic Colors of #A96024
Black with #A96024
Text Example
Text Example
White with #A96024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96024; }
p { color: rgb(169,96,36); }
H1.HeaderClassName
{
color: #A96024;
}
.AnyTagClassName
{
color: #A96024;
}
</style>
background-color css
<style>
a { background-color: #A96024; }
a { background-color: rgb(169,96,36); }
div.DivClassName
{
background-color: #A96024;
}
.BgClassName
{
background-color: #A96024;
}
</style>
border-color css
<style>
span { border-color: #A96024; }
span { border-color: rgb(169,96,36); }
td.TdClassName
{
border-color: #A96024;
}
.TagClassName
{
border-color: #A96024;
}
</style>