Shades of Mai Tai #A5682A
Tints of Mai Tai #A5682A
RGB
CMYK
RGB Variations
Color information
#A5682A (or 0xA5682A) is known color: Mai Tai. HEX triplet: A5, 68 and 2A. RGB value is (165,104,42). Sum of RGB (Red+Green+Blue) = 165+104+42=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A5682A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5682A is #5A97D5. Grayscale: #737373. Windows color (decimal): -5937110 or 2779301. OLE color: 2779301.
HSL color Cylindrical-coordinate representation of color #A5682A: hue angle of 30.24º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A5682A is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 104 | 42 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.35 |
| HSL | 30.24º | 0.59% | 0.41% | - |
| HSV(B) | 30.24º | 0.75% | 0.65% | - |
| XYZ | 20.89 | 18.07 | 4.58 | - |
| YUV | 115.17 | 86.71 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 104 | 42 | 0 | 0.37 | 0.75 | 0.35 | 30.24 | 0.59 | 0.41 |
| Hex | A5 | 68 | 2A | 0 | 25 | 4B | 23 | 1E | 3B | 29 |
| Octal | 245 | 150 | 52 | 0 | 45 | 113 | 43 | 36 | 73 | 51 |
| Binary | 10100101 | 1101000 | 101010 | 0 | 100101 | 1001011 | 100011 | 11110 | 111011 | 101001 |
Color Harmonies of #A5682A
Complementary color
Monochromatic Colors of #A5682A
Black with #A5682A
Text Example
Text Example
White with #A5682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5682A; }
p { color: rgb(165,104,42); }
H1.HeaderClassName
{
color: #A5682A;
}
.AnyTagClassName
{
color: #A5682A;
}
</style>
background-color css
<style>
a { background-color: #A5682A; }
a { background-color: rgb(165,104,42); }
div.DivClassName
{
background-color: #A5682A;
}
.BgClassName
{
background-color: #A5682A;
}
</style>
border-color css
<style>
span { border-color: #A5682A; }
span { border-color: rgb(165,104,42); }
td.TdClassName
{
border-color: #A5682A;
}
.TagClassName
{
border-color: #A5682A;
}
</style>