Shades of Mai Tai #A06935
Tints of Mai Tai #A06935
RGB
CMYK
RGB Variations
Color information
#A06935 (or 0xA06935) is known color: Mai Tai. HEX triplet: A0, 69 and 35. RGB value is (160,105,53). Sum of RGB (Red+Green+Blue) = 160+105+53=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A06935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06935 is #5F96CA. Grayscale: #737373. Windows color (decimal): -6264523 or 3500448. OLE color: 3500448.
HSL color Cylindrical-coordinate representation of color #A06935: hue angle of 29.16º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A06935 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 105 | 53 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.37 |
| HSL | 29.16º | 0.5% | 0.42% | - |
| HSV(B) | 29.16º | 0.67% | 0.63% | - |
| XYZ | 20.19 | 17.83 | 5.75 | - |
| YUV | 115.52 | 92.72 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 53 | 0 | 0.34 | 0.67 | 0.37 | 29.16 | 0.5 | 0.42 |
| Hex | A0 | 69 | 35 | 0 | 22 | 43 | 25 | 1D | 32 | 2A |
| Octal | 240 | 151 | 65 | 0 | 42 | 103 | 45 | 35 | 62 | 52 |
| Binary | 10100000 | 1101001 | 110101 | 0 | 100010 | 1000011 | 100101 | 11101 | 110010 | 101010 |
Color Harmonies of #A06935
Complementary color
Monochromatic Colors of #A06935
Black with #A06935
Text Example
Text Example
White with #A06935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06935; }
p { color: rgb(160,105,53); }
H1.HeaderClassName
{
color: #A06935;
}
.AnyTagClassName
{
color: #A06935;
}
</style>
background-color css
<style>
a { background-color: #A06935; }
a { background-color: rgb(160,105,53); }
div.DivClassName
{
background-color: #A06935;
}
.BgClassName
{
background-color: #A06935;
}
</style>
border-color css
<style>
span { border-color: #A06935; }
span { border-color: rgb(160,105,53); }
td.TdClassName
{
border-color: #A06935;
}
.TagClassName
{
border-color: #A06935;
}
</style>