Shades of Mai Tai #AB652F
Tints of Mai Tai #AB652F
RGB
CMYK
RGB Variations
Color information
#AB652F (or 0xAB652F) is known color: Mai Tai. HEX triplet: AB, 65 and 2F. RGB value is (171,101,47). Sum of RGB (Red+Green+Blue) = 171+101+47=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB652F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB652F is #549AD0. Grayscale: #747474. Windows color (decimal): -5544657 or 3106219. OLE color: 3106219.
HSL color Cylindrical-coordinate representation of color #AB652F: hue angle of 26.13º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB652F is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 47 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.33 |
| HSL | 26.13º | 0.57% | 0.43% | - |
| HSV(B) | 26.13º | 0.73% | 0.67% | - |
| XYZ | 21.96 | 18.17 | 5.04 | - |
| YUV | 115.77 | 89.19 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 47 | 0 | 0.41 | 0.73 | 0.33 | 26.13 | 0.57 | 0.43 |
| Hex | AB | 65 | 2F | 0 | 29 | 49 | 21 | 1A | 39 | 2B |
| Octal | 253 | 145 | 57 | 0 | 51 | 111 | 41 | 32 | 71 | 53 |
| Binary | 10101011 | 1100101 | 101111 | 0 | 101001 | 1001001 | 100001 | 11010 | 111001 | 101011 |
Color Harmonies of #AB652F
Complementary color
Monochromatic Colors of #AB652F
Black with #AB652F
Text Example
Text Example
White with #AB652F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB652F; }
p { color: rgb(171,101,47); }
H1.HeaderClassName
{
color: #AB652F;
}
.AnyTagClassName
{
color: #AB652F;
}
</style>
background-color css
<style>
a { background-color: #AB652F; }
a { background-color: rgb(171,101,47); }
div.DivClassName
{
background-color: #AB652F;
}
.BgClassName
{
background-color: #AB652F;
}
</style>
border-color css
<style>
span { border-color: #AB652F; }
span { border-color: rgb(171,101,47); }
td.TdClassName
{
border-color: #AB652F;
}
.TagClassName
{
border-color: #AB652F;
}
</style>