Shades of Mai Tai #A8652A
Tints of Mai Tai #A8652A
RGB
CMYK
RGB Variations
Color information
#A8652A (or 0xA8652A) is known color: Mai Tai. HEX triplet: A8, 65 and 2A. RGB value is (168,101,42). Sum of RGB (Red+Green+Blue) = 168+101+42=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A8652A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8652A is #579AD5. Grayscale: #727272. Windows color (decimal): -5741270 or 2778536. OLE color: 2778536.
HSL color Cylindrical-coordinate representation of color #A8652A: hue angle of 28.1º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8652A is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 42 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.34 |
| HSL | 28.1º | 0.6% | 0.41% | - |
| HSV(B) | 28.1º | 0.75% | 0.66% | - |
| XYZ | 21.22 | 17.8 | 4.51 | - |
| YUV | 114.31 | 87.2 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 42 | 0 | 0.40 | 0.75 | 0.34 | 28.1 | 0.6 | 0.41 |
| Hex | A8 | 65 | 2A | 0 | 28 | 4B | 22 | 1C | 3C | 29 |
| Octal | 250 | 145 | 52 | 0 | 50 | 113 | 42 | 34 | 74 | 51 |
| Binary | 10101000 | 1100101 | 101010 | 0 | 101000 | 1001011 | 100010 | 11100 | 111100 | 101001 |
Color Harmonies of #A8652A
Complementary color
Monochromatic Colors of #A8652A
Black with #A8652A
Text Example
Text Example
White with #A8652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8652A; }
p { color: rgb(168,101,42); }
H1.HeaderClassName
{
color: #A8652A;
}
.AnyTagClassName
{
color: #A8652A;
}
</style>
background-color css
<style>
a { background-color: #A8652A; }
a { background-color: rgb(168,101,42); }
div.DivClassName
{
background-color: #A8652A;
}
.BgClassName
{
background-color: #A8652A;
}
</style>
border-color css
<style>
span { border-color: #A8652A; }
span { border-color: rgb(168,101,42); }
td.TdClassName
{
border-color: #A8652A;
}
.TagClassName
{
border-color: #A8652A;
}
</style>