Shades of Bourbon #AB7243
Tints of Bourbon #AB7243
RGB
CMYK
RGB Variations
Color information
#AB7243 (or 0xAB7243) is known color: Bourbon. HEX triplet: AB, 72 and 43. RGB value is (171,114,67). Sum of RGB (Red+Green+Blue) = 171+114+67=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7243 is #548DBC. Grayscale: #7D7D7D. Windows color (decimal): -5541309 or 4420267. OLE color: 4420267.
HSL color Cylindrical-coordinate representation of color #AB7243: hue angle of 27.12º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB7243 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 114 | 67 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.33 |
| HSL | 27.12º | 0.44% | 0.47% | - |
| HSV(B) | 27.12º | 0.61% | 0.67% | - |
| XYZ | 23.83 | 21.1 | 8.13 | - |
| YUV | 125.69 | 94.88 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 114 | 67 | 0 | 0.33 | 0.61 | 0.33 | 27.12 | 0.44 | 0.47 |
| Hex | AB | 72 | 43 | 0 | 21 | 3D | 21 | 1B | 2C | 2F |
| Octal | 253 | 162 | 103 | 0 | 41 | 75 | 41 | 33 | 54 | 57 |
| Binary | 10101011 | 1110010 | 1000011 | 0 | 100001 | 111101 | 100001 | 11011 | 101100 | 101111 |
Color Harmonies of #AB7243
Complementary color
Monochromatic Colors of #AB7243
Black with #AB7243
Text Example
Text Example
White with #AB7243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7243; }
p { color: rgb(171,114,67); }
H1.HeaderClassName
{
color: #AB7243;
}
.AnyTagClassName
{
color: #AB7243;
}
</style>
background-color css
<style>
a { background-color: #AB7243; }
a { background-color: rgb(171,114,67); }
div.DivClassName
{
background-color: #AB7243;
}
.BgClassName
{
background-color: #AB7243;
}
</style>
border-color css
<style>
span { border-color: #AB7243; }
span { border-color: rgb(171,114,67); }
td.TdClassName
{
border-color: #AB7243;
}
.TagClassName
{
border-color: #AB7243;
}
</style>