Shades of Mai Tai #A96827
Tints of Mai Tai #A96827
RGB
CMYK
RGB Variations
Color information
#A96827 (or 0xA96827) is known color: Mai Tai. HEX triplet: A9, 68 and 27. RGB value is (169,104,39). Sum of RGB (Red+Green+Blue) = 169+104+39=312 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.17% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 169 - color contains mainly: red. Hex color #A96827 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96827 is #5697D8. Grayscale: #747474. Windows color (decimal): -5674969 or 2582697. OLE color: 2582697.
HSL color Cylindrical-coordinate representation of color #A96827: hue angle of 30º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A96827 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 104 | 39 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.34 |
| HSL | 30º | 0.63% | 0.41% | - |
| HSV(B) | 30º | 0.77% | 0.66% | - |
| XYZ | 21.68 | 18.48 | 4.34 | - |
| YUV | 116.03 | 84.53 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 39 | 0 | 0.38 | 0.77 | 0.34 | 30 | 0.63 | 0.41 |
| Hex | A9 | 68 | 27 | 0 | 26 | 4D | 22 | 1E | 3E | 29 |
| Octal | 251 | 150 | 47 | 0 | 46 | 115 | 42 | 36 | 76 | 51 |
| Binary | 10101001 | 1101000 | 100111 | 0 | 100110 | 1001101 | 100010 | 11110 | 111110 | 101001 |
Color Harmonies of #A96827
Complementary color
Monochromatic Colors of #A96827
Black with #A96827
Text Example
Text Example
White with #A96827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96827; }
p { color: rgb(169,104,39); }
H1.HeaderClassName
{
color: #A96827;
}
.AnyTagClassName
{
color: #A96827;
}
</style>
background-color css
<style>
a { background-color: #A96827; }
a { background-color: rgb(169,104,39); }
div.DivClassName
{
background-color: #A96827;
}
.BgClassName
{
background-color: #A96827;
}
</style>
border-color css
<style>
span { border-color: #A96827; }
span { border-color: rgb(169,104,39); }
td.TdClassName
{
border-color: #A96827;
}
.TagClassName
{
border-color: #A96827;
}
</style>