Shades of Mai Tai #AB672D
Tints of Mai Tai #AB672D
RGB
CMYK
RGB Variations
Color information
#AB672D (or 0xAB672D) is known color: Mai Tai. HEX triplet: AB, 67 and 2D. RGB value is (171,103,45). Sum of RGB (Red+Green+Blue) = 171+103+45=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB672D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB672D is #5498D2. Grayscale: #757575. Windows color (decimal): -5544147 or 2975659. OLE color: 2975659.
HSL color Cylindrical-coordinate representation of color #AB672D: hue angle of 27.62º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB672D is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 103 | 45 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.33 |
| HSL | 27.62º | 0.58% | 0.42% | - |
| HSV(B) | 27.62º | 0.74% | 0.67% | - |
| XYZ | 22.12 | 18.55 | 4.9 | - |
| YUV | 116.72 | 87.53 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 45 | 0 | 0.40 | 0.74 | 0.33 | 27.62 | 0.58 | 0.42 |
| Hex | AB | 67 | 2D | 0 | 28 | 4A | 21 | 1C | 3A | 2A |
| Octal | 253 | 147 | 55 | 0 | 50 | 112 | 41 | 34 | 72 | 52 |
| Binary | 10101011 | 1100111 | 101101 | 0 | 101000 | 1001010 | 100001 | 11100 | 111010 | 101010 |
Color Harmonies of #AB672D
Complementary color
Monochromatic Colors of #AB672D
Black with #AB672D
Text Example
Text Example
White with #AB672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB672D; }
p { color: rgb(171,103,45); }
H1.HeaderClassName
{
color: #AB672D;
}
.AnyTagClassName
{
color: #AB672D;
}
</style>
background-color css
<style>
a { background-color: #AB672D; }
a { background-color: rgb(171,103,45); }
div.DivClassName
{
background-color: #AB672D;
}
.BgClassName
{
background-color: #AB672D;
}
</style>
border-color css
<style>
span { border-color: #AB672D; }
span { border-color: rgb(171,103,45); }
td.TdClassName
{
border-color: #AB672D;
}
.TagClassName
{
border-color: #AB672D;
}
</style>