Shades of Bourbon #AB7346
Tints of Bourbon #AB7346
RGB
CMYK
RGB Variations
Color information
#AB7346 (or 0xAB7346) is known color: Bourbon. HEX triplet: AB, 73 and 46. RGB value is (171,115,70). Sum of RGB (Red+Green+Blue) = 171+115+70=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7346 is #548CB9. Grayscale: #7E7E7E. Windows color (decimal): -5541050 or 4617131. OLE color: 4617131.
HSL color Cylindrical-coordinate representation of color #AB7346: hue angle of 26.73º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB7346 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 115 | 70 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.33 |
| HSL | 26.73º | 0.42% | 0.47% | - |
| HSV(B) | 26.73º | 0.59% | 0.67% | - |
| XYZ | 24.03 | 21.36 | 8.65 | - |
| YUV | 126.61 | 96.05 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 70 | 0 | 0.33 | 0.59 | 0.33 | 26.73 | 0.42 | 0.47 |
| Hex | AB | 73 | 46 | 0 | 21 | 3B | 21 | 1B | 2A | 2F |
| Octal | 253 | 163 | 106 | 0 | 41 | 73 | 41 | 33 | 52 | 57 |
| Binary | 10101011 | 1110011 | 1000110 | 0 | 100001 | 111011 | 100001 | 11011 | 101010 | 101111 |
Color Harmonies of #AB7346
Complementary color
Monochromatic Colors of #AB7346
Black with #AB7346
Text Example
Text Example
White with #AB7346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7346; }
p { color: rgb(171,115,70); }
H1.HeaderClassName
{
color: #AB7346;
}
.AnyTagClassName
{
color: #AB7346;
}
</style>
background-color css
<style>
a { background-color: #AB7346; }
a { background-color: rgb(171,115,70); }
div.DivClassName
{
background-color: #AB7346;
}
.BgClassName
{
background-color: #AB7346;
}
</style>
border-color css
<style>
span { border-color: #AB7346; }
span { border-color: rgb(171,115,70); }
td.TdClassName
{
border-color: #AB7346;
}
.TagClassName
{
border-color: #AB7346;
}
</style>