Shades of Mai Tai #AB6035
Tints of Mai Tai #AB6035
RGB
CMYK
RGB Variations
Color information
#AB6035 (or 0xAB6035) is known color: Mai Tai. HEX triplet: AB, 60 and 35. RGB value is (171,96,53). Sum of RGB (Red+Green+Blue) = 171+96+53=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6035 is #549FCA. Grayscale: #717171. Windows color (decimal): -5545931 or 3498155. OLE color: 3498155.
HSL color Cylindrical-coordinate representation of color #AB6035: hue angle of 21.86º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB6035 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 96 | 53 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.33 |
| HSL | 21.86º | 0.53% | 0.44% | - |
| HSV(B) | 21.86º | 0.69% | 0.67% | - |
| XYZ | 21.62 | 17.28 | 5.56 | - |
| YUV | 113.52 | 93.85 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 53 | 0 | 0.44 | 0.69 | 0.33 | 21.86 | 0.53 | 0.44 |
| Hex | AB | 60 | 35 | 0 | 2C | 45 | 21 | 16 | 35 | 2C |
| Octal | 253 | 140 | 65 | 0 | 54 | 105 | 41 | 26 | 65 | 54 |
| Binary | 10101011 | 1100000 | 110101 | 0 | 101100 | 1000101 | 100001 | 10110 | 110101 | 101100 |
Color Harmonies of #AB6035
Complementary color
Monochromatic Colors of #AB6035
Black with #AB6035
Text Example
Text Example
White with #AB6035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6035; }
p { color: rgb(171,96,53); }
H1.HeaderClassName
{
color: #AB6035;
}
.AnyTagClassName
{
color: #AB6035;
}
</style>
background-color css
<style>
a { background-color: #AB6035; }
a { background-color: rgb(171,96,53); }
div.DivClassName
{
background-color: #AB6035;
}
.BgClassName
{
background-color: #AB6035;
}
</style>
border-color css
<style>
span { border-color: #AB6035; }
span { border-color: rgb(171,96,53); }
td.TdClassName
{
border-color: #AB6035;
}
.TagClassName
{
border-color: #AB6035;
}
</style>