Shades of Mai Tai #A96823
Tints of Mai Tai #A96823
RGB
CMYK
RGB Variations
Color information
#A96823 (or 0xA96823) is known color: Mai Tai. HEX triplet: A9, 68 and 23. RGB value is (169,104,35). Sum of RGB (Red+Green+Blue) = 169+104+35=308 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.87% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 35 (14.06% from 255 or 11.36% from 308); Max value from RGB is 169 - color contains mainly: red. Hex color #A96823 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96823 is #5697DC. Grayscale: #737373. Windows color (decimal): -5674973 or 2320553. OLE color: 2320553.
HSL color Cylindrical-coordinate representation of color #A96823: hue angle of 30.9º degrees, saturation: 0.66, 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 #A96823 is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 104 | 35 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.34 |
| HSL | 30.9º | 0.66% | 0.4% | - |
| HSV(B) | 30.9º | 0.79% | 0.66% | - |
| XYZ | 21.62 | 18.46 | 4.01 | - |
| YUV | 115.57 | 82.53 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 35 | 0 | 0.38 | 0.79 | 0.34 | 30.9 | 0.66 | 0.4 |
| Hex | A9 | 68 | 23 | 0 | 26 | 4F | 22 | 1F | 42 | 28 |
| Octal | 251 | 150 | 43 | 0 | 46 | 117 | 42 | 37 | 102 | 50 |
| Binary | 10101001 | 1101000 | 100011 | 0 | 100110 | 1001111 | 100010 | 11111 | 1000010 | 101000 |
Color Harmonies of #A96823
Complementary color
Monochromatic Colors of #A96823
Black with #A96823
Text Example
Text Example
White with #A96823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96823; }
p { color: rgb(169,104,35); }
H1.HeaderClassName
{
color: #A96823;
}
.AnyTagClassName
{
color: #A96823;
}
</style>
background-color css
<style>
a { background-color: #A96823; }
a { background-color: rgb(169,104,35); }
div.DivClassName
{
background-color: #A96823;
}
.BgClassName
{
background-color: #A96823;
}
</style>
border-color css
<style>
span { border-color: #A96823; }
span { border-color: rgb(169,104,35); }
td.TdClassName
{
border-color: #A96823;
}
.TagClassName
{
border-color: #A96823;
}
</style>