Shades of Mai Tai #A0672B
Tints of Mai Tai #A0672B
RGB
CMYK
RGB Variations
Color information
#A0672B (or 0xA0672B) is known color: Mai Tai. HEX triplet: A0, 67 and 2B. RGB value is (160,103,43). Sum of RGB (Red+Green+Blue) = 160+103+43=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A0672B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0672B is #5F98D4. Grayscale: #717171. Windows color (decimal): -6265045 or 2844576. OLE color: 2844576.
HSL color Cylindrical-coordinate representation of color #A0672B: hue angle of 30.77º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0672B is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 103 | 43 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.37 |
| HSL | 30.77º | 0.58% | 0.4% | - |
| HSV(B) | 30.77º | 0.73% | 0.63% | - |
| XYZ | 19.78 | 17.35 | 4.59 | - |
| YUV | 113.2 | 88.38 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 43 | 0 | 0.36 | 0.73 | 0.37 | 30.77 | 0.58 | 0.4 |
| Hex | A0 | 67 | 2B | 0 | 24 | 49 | 25 | 1F | 3A | 28 |
| Octal | 240 | 147 | 53 | 0 | 44 | 111 | 45 | 37 | 72 | 50 |
| Binary | 10100000 | 1100111 | 101011 | 0 | 100100 | 1001001 | 100101 | 11111 | 111010 | 101000 |
Color Harmonies of #A0672B
Complementary color
Monochromatic Colors of #A0672B
Black with #A0672B
Text Example
Text Example
White with #A0672B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0672B; }
p { color: rgb(160,103,43); }
H1.HeaderClassName
{
color: #A0672B;
}
.AnyTagClassName
{
color: #A0672B;
}
</style>
background-color css
<style>
a { background-color: #A0672B; }
a { background-color: rgb(160,103,43); }
div.DivClassName
{
background-color: #A0672B;
}
.BgClassName
{
background-color: #A0672B;
}
</style>
border-color css
<style>
span { border-color: #A0672B; }
span { border-color: rgb(160,103,43); }
td.TdClassName
{
border-color: #A0672B;
}
.TagClassName
{
border-color: #A0672B;
}
</style>