Shades of Mai Tai #A65D2E
Tints of Mai Tai #A65D2E
RGB
CMYK
RGB Variations
Color information
#A65D2E (or 0xA65D2E) is known color: Mai Tai. HEX triplet: A6, 5D and 2E. RGB value is (166,93,46). Sum of RGB (Red+Green+Blue) = 166+93+46=305 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.43% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65D2E is #59A2D1. Grayscale: #6D6D6D. Windows color (decimal): -5874386 or 3038630. OLE color: 3038630.
HSL color Cylindrical-coordinate representation of color #A65D2E: hue angle of 23.5º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A65D2E is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 93 | 46 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.35 |
| HSL | 23.5º | 0.57% | 0.42% | - |
| HSV(B) | 23.5º | 0.72% | 0.65% | - |
| XYZ | 20.13 | 16.13 | 4.64 | - |
| YUV | 109.47 | 92.18 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 93 | 46 | 0 | 0.44 | 0.72 | 0.35 | 23.5 | 0.57 | 0.42 |
| Hex | A6 | 5D | 2E | 0 | 2C | 48 | 23 | 18 | 39 | 2A |
| Octal | 246 | 135 | 56 | 0 | 54 | 110 | 43 | 30 | 71 | 52 |
| Binary | 10100110 | 1011101 | 101110 | 0 | 101100 | 1001000 | 100011 | 11000 | 111001 | 101010 |
Color Harmonies of #A65D2E
Complementary color
Monochromatic Colors of #A65D2E
Black with #A65D2E
Text Example
Text Example
White with #A65D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65D2E; }
p { color: rgb(166,93,46); }
H1.HeaderClassName
{
color: #A65D2E;
}
.AnyTagClassName
{
color: #A65D2E;
}
</style>
background-color css
<style>
a { background-color: #A65D2E; }
a { background-color: rgb(166,93,46); }
div.DivClassName
{
background-color: #A65D2E;
}
.BgClassName
{
background-color: #A65D2E;
}
</style>
border-color css
<style>
span { border-color: #A65D2E; }
span { border-color: rgb(166,93,46); }
td.TdClassName
{
border-color: #A65D2E;
}
.TagClassName
{
border-color: #A65D2E;
}
</style>