Shades of Bourbon #AB6841
Tints of Bourbon #AB6841
RGB
CMYK
RGB Variations
Color information
#AB6841 (or 0xAB6841) is known color: Bourbon. HEX triplet: AB, 68 and 41. RGB value is (171,104,65). Sum of RGB (Red+Green+Blue) = 171+104+65=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6841 is #5497BE. Grayscale: #777777. Windows color (decimal): -5543871 or 4286635. OLE color: 4286635.
HSL color Cylindrical-coordinate representation of color #AB6841: hue angle of 22.08º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB6841 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 65 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.33 |
| HSL | 22.08º | 0.45% | 0.46% | - |
| HSV(B) | 22.08º | 0.62% | 0.67% | - |
| XYZ | 22.7 | 18.94 | 7.46 | - |
| YUV | 119.59 | 97.2 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 65 | 0 | 0.39 | 0.62 | 0.33 | 22.08 | 0.45 | 0.46 |
| Hex | AB | 68 | 41 | 0 | 27 | 3E | 21 | 16 | 2D | 2E |
| Octal | 253 | 150 | 101 | 0 | 47 | 76 | 41 | 26 | 55 | 56 |
| Binary | 10101011 | 1101000 | 1000001 | 0 | 100111 | 111110 | 100001 | 10110 | 101101 | 101110 |
Color Harmonies of #AB6841
Complementary color
Monochromatic Colors of #AB6841
Black with #AB6841
Text Example
Text Example
White with #AB6841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6841; }
p { color: rgb(171,104,65); }
H1.HeaderClassName
{
color: #AB6841;
}
.AnyTagClassName
{
color: #AB6841;
}
</style>
background-color css
<style>
a { background-color: #AB6841; }
a { background-color: rgb(171,104,65); }
div.DivClassName
{
background-color: #AB6841;
}
.BgClassName
{
background-color: #AB6841;
}
</style>
border-color css
<style>
span { border-color: #AB6841; }
span { border-color: rgb(171,104,65); }
td.TdClassName
{
border-color: #AB6841;
}
.TagClassName
{
border-color: #AB6841;
}
</style>