Shades of Bourbon #AB6B47
Tints of Bourbon #AB6B47
RGB
CMYK
RGB Variations
Color information
#AB6B47 (or 0xAB6B47) is known color: Bourbon. HEX triplet: AB, 6B and 47. RGB value is (171,107,71). Sum of RGB (Red+Green+Blue) = 171+107+71=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6B47 is #5494B8. Grayscale: #7A7A7A. Windows color (decimal): -5543097 or 4680619. OLE color: 4680619.
HSL color Cylindrical-coordinate representation of color #AB6B47: hue angle of 21.6º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB6B47 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 107 | 71 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.33 |
| HSL | 21.6º | 0.41% | 0.47% | - |
| HSV(B) | 21.6º | 0.58% | 0.67% | - |
| XYZ | 23.19 | 19.63 | 8.53 | - |
| YUV | 122.03 | 99.2 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 71 | 0 | 0.37 | 0.58 | 0.33 | 21.6 | 0.41 | 0.47 |
| Hex | AB | 6B | 47 | 0 | 25 | 3A | 21 | 16 | 29 | 2F |
| Octal | 253 | 153 | 107 | 0 | 45 | 72 | 41 | 26 | 51 | 57 |
| Binary | 10101011 | 1101011 | 1000111 | 0 | 100101 | 111010 | 100001 | 10110 | 101001 | 101111 |
Color Harmonies of #AB6B47
Complementary color
Monochromatic Colors of #AB6B47
Black with #AB6B47
Text Example
Text Example
White with #AB6B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6B47; }
p { color: rgb(171,107,71); }
H1.HeaderClassName
{
color: #AB6B47;
}
.AnyTagClassName
{
color: #AB6B47;
}
</style>
background-color css
<style>
a { background-color: #AB6B47; }
a { background-color: rgb(171,107,71); }
div.DivClassName
{
background-color: #AB6B47;
}
.BgClassName
{
background-color: #AB6B47;
}
</style>
border-color css
<style>
span { border-color: #AB6B47; }
span { border-color: rgb(171,107,71); }
td.TdClassName
{
border-color: #AB6B47;
}
.TagClassName
{
border-color: #AB6B47;
}
</style>