Shades of Bourbon #AB7447
Tints of Bourbon #AB7447
RGB
CMYK
RGB Variations
Color information
#AB7447 (or 0xAB7447) is known color: Bourbon. HEX triplet: AB, 74 and 47. RGB value is (171,116,71). Sum of RGB (Red+Green+Blue) = 171+116+71=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7447 is #548BB8. Grayscale: #7F7F7F. Windows color (decimal): -5540793 or 4682923. OLE color: 4682923.
HSL color Cylindrical-coordinate representation of color #AB7447: hue angle of 27º 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 #AB7447 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 116 | 71 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.33 |
| HSL | 27º | 0.41% | 0.47% | - |
| HSV(B) | 27º | 0.58% | 0.67% | - |
| XYZ | 24.18 | 21.6 | 8.86 | - |
| YUV | 127.32 | 96.22 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 71 | 0 | 0.32 | 0.58 | 0.33 | 27 | 0.41 | 0.47 |
| Hex | AB | 74 | 47 | 0 | 20 | 3A | 21 | 1B | 29 | 2F |
| Octal | 253 | 164 | 107 | 0 | 40 | 72 | 41 | 33 | 51 | 57 |
| Binary | 10101011 | 1110100 | 1000111 | 0 | 100000 | 111010 | 100001 | 11011 | 101001 | 101111 |
Color Harmonies of #AB7447
Complementary color
Monochromatic Colors of #AB7447
Black with #AB7447
Text Example
Text Example
White with #AB7447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7447; }
p { color: rgb(171,116,71); }
H1.HeaderClassName
{
color: #AB7447;
}
.AnyTagClassName
{
color: #AB7447;
}
</style>
background-color css
<style>
a { background-color: #AB7447; }
a { background-color: rgb(171,116,71); }
div.DivClassName
{
background-color: #AB7447;
}
.BgClassName
{
background-color: #AB7447;
}
</style>
border-color css
<style>
span { border-color: #AB7447; }
span { border-color: rgb(171,116,71); }
td.TdClassName
{
border-color: #AB7447;
}
.TagClassName
{
border-color: #AB7447;
}
</style>