Shades of Mai Tai #AB6825
Tints of Mai Tai #AB6825
RGB
CMYK
RGB Variations
Color information
#AB6825 (or 0xAB6825) is known color: Mai Tai. HEX triplet: AB, 68 and 25. RGB value is (171,104,37). Sum of RGB (Red+Green+Blue) = 171+104+37=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6825 is #5497DA. Grayscale: #747474. Windows color (decimal): -5543899 or 2451627. OLE color: 2451627.
HSL color Cylindrical-coordinate representation of color #AB6825: hue angle of 30º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB6825 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 37 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.33 |
| HSL | 30º | 0.64% | 0.41% | - |
| HSV(B) | 30º | 0.78% | 0.67% | - |
| XYZ | 22.08 | 18.69 | 4.19 | - |
| YUV | 116.4 | 83.2 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 37 | 0 | 0.39 | 0.78 | 0.33 | 30 | 0.64 | 0.41 |
| Hex | AB | 68 | 25 | 0 | 27 | 4E | 21 | 1E | 40 | 29 |
| Octal | 253 | 150 | 45 | 0 | 47 | 116 | 41 | 36 | 100 | 51 |
| Binary | 10101011 | 1101000 | 100101 | 0 | 100111 | 1001110 | 100001 | 11110 | 1000000 | 101001 |
Color Harmonies of #AB6825
Complementary color
Monochromatic Colors of #AB6825
Black with #AB6825
Text Example
Text Example
White with #AB6825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6825; }
p { color: rgb(171,104,37); }
H1.HeaderClassName
{
color: #AB6825;
}
.AnyTagClassName
{
color: #AB6825;
}
</style>
background-color css
<style>
a { background-color: #AB6825; }
a { background-color: rgb(171,104,37); }
div.DivClassName
{
background-color: #AB6825;
}
.BgClassName
{
background-color: #AB6825;
}
</style>
border-color css
<style>
span { border-color: #AB6825; }
span { border-color: rgb(171,104,37); }
td.TdClassName
{
border-color: #AB6825;
}
.TagClassName
{
border-color: #AB6825;
}
</style>