Shades of Mai Tai #A0692F
Tints of Mai Tai #A0692F
RGB
CMYK
RGB Variations
Color information
#A0692F (or 0xA0692F) is known color: Mai Tai. HEX triplet: A0, 69 and 2F. RGB value is (160,105,47). Sum of RGB (Red+Green+Blue) = 160+105+47=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A0692F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0692F is #5F96D0. Grayscale: #737373. Windows color (decimal): -6264529 or 3107232. OLE color: 3107232.
HSL color Cylindrical-coordinate representation of color #A0692F: hue angle of 30.8º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0692F is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 105 | 47 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.37 |
| HSL | 30.8º | 0.55% | 0.41% | - |
| HSV(B) | 30.8º | 0.71% | 0.63% | - |
| XYZ | 20.06 | 17.78 | 5.06 | - |
| YUV | 114.83 | 89.72 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 47 | 0 | 0.34 | 0.71 | 0.37 | 30.8 | 0.55 | 0.41 |
| Hex | A0 | 69 | 2F | 0 | 22 | 47 | 25 | 1F | 37 | 29 |
| Octal | 240 | 151 | 57 | 0 | 42 | 107 | 45 | 37 | 67 | 51 |
| Binary | 10100000 | 1101001 | 101111 | 0 | 100010 | 1000111 | 100101 | 11111 | 110111 | 101001 |
Color Harmonies of #A0692F
Complementary color
Monochromatic Colors of #A0692F
Black with #A0692F
Text Example
Text Example
White with #A0692F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0692F; }
p { color: rgb(160,105,47); }
H1.HeaderClassName
{
color: #A0692F;
}
.AnyTagClassName
{
color: #A0692F;
}
</style>
background-color css
<style>
a { background-color: #A0692F; }
a { background-color: rgb(160,105,47); }
div.DivClassName
{
background-color: #A0692F;
}
.BgClassName
{
background-color: #A0692F;
}
</style>
border-color css
<style>
span { border-color: #A0692F; }
span { border-color: rgb(160,105,47); }
td.TdClassName
{
border-color: #A0692F;
}
.TagClassName
{
border-color: #A0692F;
}
</style>