Shades of Mai Tai #A05D2A
Tints of Mai Tai #A05D2A
RGB
CMYK
RGB Variations
Color information
#A05D2A (or 0xA05D2A) is known color: Mai Tai. HEX triplet: A0, 5D and 2A. RGB value is (160,93,42). Sum of RGB (Red+Green+Blue) = 160+93+42=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A05D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05D2A is #5FA2D5. Grayscale: #6B6B6B. Windows color (decimal): -6267606 or 2776480. OLE color: 2776480.
HSL color Cylindrical-coordinate representation of color #A05D2A: hue angle of 25.93º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A05D2A is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 93 | 42 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.37 |
| HSL | 25.93º | 0.58% | 0.4% | - |
| HSV(B) | 25.93º | 0.74% | 0.63% | - |
| XYZ | 18.83 | 15.47 | 4.18 | - |
| YUV | 107.22 | 91.2 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 42 | 0 | 0.42 | 0.74 | 0.37 | 25.93 | 0.58 | 0.4 |
| Hex | A0 | 5D | 2A | 0 | 2A | 4A | 25 | 1A | 3A | 28 |
| Octal | 240 | 135 | 52 | 0 | 52 | 112 | 45 | 32 | 72 | 50 |
| Binary | 10100000 | 1011101 | 101010 | 0 | 101010 | 1001010 | 100101 | 11010 | 111010 | 101000 |
Color Harmonies of #A05D2A
Complementary color
Monochromatic Colors of #A05D2A
Black with #A05D2A
Text Example
Text Example
White with #A05D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05D2A; }
p { color: rgb(160,93,42); }
H1.HeaderClassName
{
color: #A05D2A;
}
.AnyTagClassName
{
color: #A05D2A;
}
</style>
background-color css
<style>
a { background-color: #A05D2A; }
a { background-color: rgb(160,93,42); }
div.DivClassName
{
background-color: #A05D2A;
}
.BgClassName
{
background-color: #A05D2A;
}
</style>
border-color css
<style>
span { border-color: #A05D2A; }
span { border-color: rgb(160,93,42); }
td.TdClassName
{
border-color: #A05D2A;
}
.TagClassName
{
border-color: #A05D2A;
}
</style>