Shades of Mai Tai #A65F2B
Tints of Mai Tai #A65F2B
RGB
CMYK
RGB Variations
Color information
#A65F2B (or 0xA65F2B) is known color: Mai Tai. HEX triplet: A6, 5F and 2B. RGB value is (166,95,43). Sum of RGB (Red+Green+Blue) = 166+95+43=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65F2B is #59A0D4. Grayscale: #6E6E6E. Windows color (decimal): -5873877 or 2842534. OLE color: 2842534.
HSL color Cylindrical-coordinate representation of color #A65F2B: hue angle of 25.37º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A65F2B is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 95 | 43 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.35 |
| HSL | 25.37º | 0.59% | 0.41% | - |
| HSV(B) | 25.37º | 0.74% | 0.65% | - |
| XYZ | 20.25 | 16.47 | 4.4 | - |
| YUV | 110.3 | 90.02 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 95 | 43 | 0 | 0.43 | 0.74 | 0.35 | 25.37 | 0.59 | 0.41 |
| Hex | A6 | 5F | 2B | 0 | 2B | 4A | 23 | 19 | 3B | 29 |
| Octal | 246 | 137 | 53 | 0 | 53 | 112 | 43 | 31 | 73 | 51 |
| Binary | 10100110 | 1011111 | 101011 | 0 | 101011 | 1001010 | 100011 | 11001 | 111011 | 101001 |
Color Harmonies of #A65F2B
Complementary color
Monochromatic Colors of #A65F2B
Black with #A65F2B
Text Example
Text Example
White with #A65F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65F2B; }
p { color: rgb(166,95,43); }
H1.HeaderClassName
{
color: #A65F2B;
}
.AnyTagClassName
{
color: #A65F2B;
}
</style>
background-color css
<style>
a { background-color: #A65F2B; }
a { background-color: rgb(166,95,43); }
div.DivClassName
{
background-color: #A65F2B;
}
.BgClassName
{
background-color: #A65F2B;
}
</style>
border-color css
<style>
span { border-color: #A65F2B; }
span { border-color: rgb(166,95,43); }
td.TdClassName
{
border-color: #A65F2B;
}
.TagClassName
{
border-color: #A65F2B;
}
</style>