Shades of Mai Tai #A65E2F
Tints of Mai Tai #A65E2F
RGB
CMYK
RGB Variations
Color information
#A65E2F (or 0xA65E2F) is known color: Mai Tai. HEX triplet: A6, 5E and 2F. RGB value is (166,94,47). Sum of RGB (Red+Green+Blue) = 166+94+47=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65E2F is #59A1D0. Grayscale: #6E6E6E. Windows color (decimal): -5874129 or 3104422. OLE color: 3104422.
HSL color Cylindrical-coordinate representation of color #A65E2F: hue angle of 23.7º degrees, saturation: 0.56, 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 #A65E2F is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 94 | 47 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.35 |
| HSL | 23.7º | 0.56% | 0.42% | - |
| HSV(B) | 23.7º | 0.72% | 0.65% | - |
| XYZ | 20.24 | 16.32 | 4.77 | - |
| YUV | 110.17 | 92.35 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 94 | 47 | 0 | 0.43 | 0.72 | 0.35 | 23.7 | 0.56 | 0.42 |
| Hex | A6 | 5E | 2F | 0 | 2B | 48 | 23 | 18 | 38 | 2A |
| Octal | 246 | 136 | 57 | 0 | 53 | 110 | 43 | 30 | 70 | 52 |
| Binary | 10100110 | 1011110 | 101111 | 0 | 101011 | 1001000 | 100011 | 11000 | 111000 | 101010 |
Color Harmonies of #A65E2F
Complementary color
Monochromatic Colors of #A65E2F
Black with #A65E2F
Text Example
Text Example
White with #A65E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65E2F; }
p { color: rgb(166,94,47); }
H1.HeaderClassName
{
color: #A65E2F;
}
.AnyTagClassName
{
color: #A65E2F;
}
</style>
background-color css
<style>
a { background-color: #A65E2F; }
a { background-color: rgb(166,94,47); }
div.DivClassName
{
background-color: #A65E2F;
}
.BgClassName
{
background-color: #A65E2F;
}
</style>
border-color css
<style>
span { border-color: #A65E2F; }
span { border-color: rgb(166,94,47); }
td.TdClassName
{
border-color: #A65E2F;
}
.TagClassName
{
border-color: #A65E2F;
}
</style>