Shades of Bourbon #AB7049
Tints of Bourbon #AB7049
RGB
CMYK
RGB Variations
Color information
#AB7049 (or 0xAB7049) is known color: Bourbon. HEX triplet: AB, 70 and 49. RGB value is (171,112,73). Sum of RGB (Red+Green+Blue) = 171+112+73=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7049 is #548FB6. Grayscale: #7D7D7D. Windows color (decimal): -5541815 or 4812971. OLE color: 4812971.
HSL color Cylindrical-coordinate representation of color #AB7049: hue angle of 23.88º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB7049 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 73 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.33 |
| HSL | 23.88º | 0.4% | 0.48% | - |
| HSV(B) | 23.88º | 0.57% | 0.67% | - |
| XYZ | 23.79 | 20.73 | 9.05 | - |
| YUV | 125.2 | 98.55 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 73 | 0 | 0.35 | 0.57 | 0.33 | 23.88 | 0.4 | 0.48 |
| Hex | AB | 70 | 49 | 0 | 23 | 39 | 21 | 18 | 28 | 30 |
| Octal | 253 | 160 | 111 | 0 | 43 | 71 | 41 | 30 | 50 | 60 |
| Binary | 10101011 | 1110000 | 1001001 | 0 | 100011 | 111001 | 100001 | 11000 | 101000 | 110000 |
Color Harmonies of #AB7049
Complementary color
Monochromatic Colors of #AB7049
Black with #AB7049
Text Example
Text Example
White with #AB7049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7049; }
p { color: rgb(171,112,73); }
H1.HeaderClassName
{
color: #AB7049;
}
.AnyTagClassName
{
color: #AB7049;
}
</style>
background-color css
<style>
a { background-color: #AB7049; }
a { background-color: rgb(171,112,73); }
div.DivClassName
{
background-color: #AB7049;
}
.BgClassName
{
background-color: #AB7049;
}
</style>
border-color css
<style>
span { border-color: #AB7049; }
span { border-color: rgb(171,112,73); }
td.TdClassName
{
border-color: #AB7049;
}
.TagClassName
{
border-color: #AB7049;
}
</style>