Shades of Mai Tai #A8602D
Tints of Mai Tai #A8602D
RGB
CMYK
RGB Variations
Color information
#A8602D (or 0xA8602D) is known color: Mai Tai. HEX triplet: A8, 60 and 2D. RGB value is (168,96,45). Sum of RGB (Red+Green+Blue) = 168+96+45=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A8602D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8602D is #579FD2. Grayscale: #6F6F6F. Windows color (decimal): -5742547 or 2973864. OLE color: 2973864.
HSL color Cylindrical-coordinate representation of color #A8602D: hue angle of 24.88º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8602D is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 96 | 45 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.34 |
| HSL | 24.88º | 0.58% | 0.42% | - |
| HSV(B) | 24.88º | 0.73% | 0.66% | - |
| XYZ | 20.8 | 16.88 | 4.64 | - |
| YUV | 111.71 | 90.35 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 96 | 45 | 0 | 0.43 | 0.73 | 0.34 | 24.88 | 0.58 | 0.42 |
| Hex | A8 | 60 | 2D | 0 | 2B | 49 | 22 | 19 | 3A | 2A |
| Octal | 250 | 140 | 55 | 0 | 53 | 111 | 42 | 31 | 72 | 52 |
| Binary | 10101000 | 1100000 | 101101 | 0 | 101011 | 1001001 | 100010 | 11001 | 111010 | 101010 |
Color Harmonies of #A8602D
Complementary color
Monochromatic Colors of #A8602D
Black with #A8602D
Text Example
Text Example
White with #A8602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8602D; }
p { color: rgb(168,96,45); }
H1.HeaderClassName
{
color: #A8602D;
}
.AnyTagClassName
{
color: #A8602D;
}
</style>
background-color css
<style>
a { background-color: #A8602D; }
a { background-color: rgb(168,96,45); }
div.DivClassName
{
background-color: #A8602D;
}
.BgClassName
{
background-color: #A8602D;
}
</style>
border-color css
<style>
span { border-color: #A8602D; }
span { border-color: rgb(168,96,45); }
td.TdClassName
{
border-color: #A8602D;
}
.TagClassName
{
border-color: #A8602D;
}
</style>