Shades of Mai Tai #AB671E
Tints of Mai Tai #AB671E
RGB
CMYK
RGB Variations
Color information
#AB671E (or 0xAB671E) is known color: Mai Tai. HEX triplet: AB, 67 and 1E. RGB value is (171,103,30). Sum of RGB (Red+Green+Blue) = 171+103+30=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB671E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB671E is #5498E1. Grayscale: #737373. Windows color (decimal): -5544162 or 1992619. OLE color: 1992619.
HSL color Cylindrical-coordinate representation of color #AB671E: hue angle of 31.06º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB671E is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 103 | 30 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.33 |
| HSL | 31.06º | 0.7% | 0.39% | - |
| HSV(B) | 31.06º | 0.82% | 0.67% | - |
| XYZ | 21.88 | 18.45 | 3.64 | - |
| YUV | 115.01 | 80.03 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 30 | 0 | 0.40 | 0.82 | 0.33 | 31.06 | 0.7 | 0.39 |
| Hex | AB | 67 | 1E | 0 | 28 | 52 | 21 | 1F | 46 | 27 |
| Octal | 253 | 147 | 36 | 0 | 50 | 122 | 41 | 37 | 106 | 47 |
| Binary | 10101011 | 1100111 | 11110 | 0 | 101000 | 1010010 | 100001 | 11111 | 1000110 | 100111 |
Color Harmonies of #AB671E
Complementary color
Monochromatic Colors of #AB671E
Black with #AB671E
Text Example
Text Example
White with #AB671E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB671E; }
p { color: rgb(171,103,30); }
H1.HeaderClassName
{
color: #AB671E;
}
.AnyTagClassName
{
color: #AB671E;
}
</style>
background-color css
<style>
a { background-color: #AB671E; }
a { background-color: rgb(171,103,30); }
div.DivClassName
{
background-color: #AB671E;
}
.BgClassName
{
background-color: #AB671E;
}
</style>
border-color css
<style>
span { border-color: #AB671E; }
span { border-color: rgb(171,103,30); }
td.TdClassName
{
border-color: #AB671E;
}
.TagClassName
{
border-color: #AB671E;
}
</style>