Shades of Mai Tai #A36022
Tints of Mai Tai #A36022
RGB
CMYK
RGB Variations
Color information
#A36022 (or 0xA36022) is known color: Mai Tai. HEX triplet: A3, 60 and 22. RGB value is (163,96,34). Sum of RGB (Red+Green+Blue) = 163+96+34=293 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.63% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 163 - color contains mainly: red. Hex color #A36022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36022 is #5C9FDD. Grayscale: #6D6D6D. Windows color (decimal): -6070238 or 2252963. OLE color: 2252963.
HSL color Cylindrical-coordinate representation of color #A36022: hue angle of 28.84º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A36022 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 96 | 34 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.36 |
| HSL | 28.84º | 0.65% | 0.39% | - |
| HSV(B) | 28.84º | 0.79% | 0.64% | - |
| XYZ | 19.58 | 16.27 | 3.62 | - |
| YUV | 108.97 | 85.7 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 96 | 34 | 0 | 0.41 | 0.79 | 0.36 | 28.84 | 0.65 | 0.39 |
| Hex | A3 | 60 | 22 | 0 | 29 | 4F | 24 | 1D | 41 | 27 |
| Octal | 243 | 140 | 42 | 0 | 51 | 117 | 44 | 35 | 101 | 47 |
| Binary | 10100011 | 1100000 | 100010 | 0 | 101001 | 1001111 | 100100 | 11101 | 1000001 | 100111 |
Color Harmonies of #A36022
Complementary color
Monochromatic Colors of #A36022
Black with #A36022
Text Example
Text Example
White with #A36022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36022; }
p { color: rgb(163,96,34); }
H1.HeaderClassName
{
color: #A36022;
}
.AnyTagClassName
{
color: #A36022;
}
</style>
background-color css
<style>
a { background-color: #A36022; }
a { background-color: rgb(163,96,34); }
div.DivClassName
{
background-color: #A36022;
}
.BgClassName
{
background-color: #A36022;
}
</style>
border-color css
<style>
span { border-color: #A36022; }
span { border-color: rgb(163,96,34); }
td.TdClassName
{
border-color: #A36022;
}
.TagClassName
{
border-color: #A36022;
}
</style>