Shades of Mai Tai #A06A30
Tints of Mai Tai #A06A30
RGB
CMYK
RGB Variations
Color information
#A06A30 (or 0xA06A30) is known color: Mai Tai. HEX triplet: A0, 6A and 30. RGB value is (160,106,48). Sum of RGB (Red+Green+Blue) = 160+106+48=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A06A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06A30 is #5F95CF. Grayscale: #737373. Windows color (decimal): -6264272 or 3173024. OLE color: 3173024.
HSL color Cylindrical-coordinate representation of color #A06A30: hue angle of 31.07º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A06A30 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 106 | 48 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.37 |
| HSL | 31.07º | 0.54% | 0.41% | - |
| HSV(B) | 31.07º | 0.7% | 0.63% | - |
| XYZ | 20.18 | 18 | 5.21 | - |
| YUV | 115.53 | 89.89 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 106 | 48 | 0 | 0.34 | 0.70 | 0.37 | 31.07 | 0.54 | 0.41 |
| Hex | A0 | 6A | 30 | 0 | 22 | 46 | 25 | 1F | 36 | 29 |
| Octal | 240 | 152 | 60 | 0 | 42 | 106 | 45 | 37 | 66 | 51 |
| Binary | 10100000 | 1101010 | 110000 | 0 | 100010 | 1000110 | 100101 | 11111 | 110110 | 101001 |
Color Harmonies of #A06A30
Complementary color
Monochromatic Colors of #A06A30
Black with #A06A30
Text Example
Text Example
White with #A06A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06A30; }
p { color: rgb(160,106,48); }
H1.HeaderClassName
{
color: #A06A30;
}
.AnyTagClassName
{
color: #A06A30;
}
</style>
background-color css
<style>
a { background-color: #A06A30; }
a { background-color: rgb(160,106,48); }
div.DivClassName
{
background-color: #A06A30;
}
.BgClassName
{
background-color: #A06A30;
}
</style>
border-color css
<style>
span { border-color: #A06A30; }
span { border-color: rgb(160,106,48); }
td.TdClassName
{
border-color: #A06A30;
}
.TagClassName
{
border-color: #A06A30;
}
</style>