Shades of Mai Tai #AB612A
Tints of Mai Tai #AB612A
RGB
CMYK
RGB Variations
Color information
#AB612A (or 0xAB612A) is known color: Mai Tai. HEX triplet: AB, 61 and 2A. RGB value is (171,97,42). Sum of RGB (Red+Green+Blue) = 171+97+42=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB612A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB612A is #549ED5. Grayscale: #717171. Windows color (decimal): -5545686 or 2777515. OLE color: 2777515.
HSL color Cylindrical-coordinate representation of color #AB612A: hue angle of 25.58º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB612A is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 97 | 42 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.33 |
| HSL | 25.58º | 0.61% | 0.42% | - |
| HSV(B) | 25.58º | 0.75% | 0.67% | - |
| XYZ | 21.49 | 17.37 | 4.41 | - |
| YUV | 112.86 | 88.02 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 97 | 42 | 0 | 0.43 | 0.75 | 0.33 | 25.58 | 0.61 | 0.42 |
| Hex | AB | 61 | 2A | 0 | 2B | 4B | 21 | 1A | 3D | 2A |
| Octal | 253 | 141 | 52 | 0 | 53 | 113 | 41 | 32 | 75 | 52 |
| Binary | 10101011 | 1100001 | 101010 | 0 | 101011 | 1001011 | 100001 | 11010 | 111101 | 101010 |
Color Harmonies of #AB612A
Complementary color
Monochromatic Colors of #AB612A
Black with #AB612A
Text Example
Text Example
White with #AB612A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB612A; }
p { color: rgb(171,97,42); }
H1.HeaderClassName
{
color: #AB612A;
}
.AnyTagClassName
{
color: #AB612A;
}
</style>
background-color css
<style>
a { background-color: #AB612A; }
a { background-color: rgb(171,97,42); }
div.DivClassName
{
background-color: #AB612A;
}
.BgClassName
{
background-color: #AB612A;
}
</style>
border-color css
<style>
span { border-color: #AB612A; }
span { border-color: rgb(171,97,42); }
td.TdClassName
{
border-color: #AB612A;
}
.TagClassName
{
border-color: #AB612A;
}
</style>