Shades of Bourbon #AB6C40
Tints of Bourbon #AB6C40
RGB
CMYK
RGB Variations
Color information
#AB6C40 (or 0xAB6C40) is known color: Bourbon. HEX triplet: AB, 6C and 40. RGB value is (171,108,64). Sum of RGB (Red+Green+Blue) = 171+108+64=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6C40 is #5493BF. Grayscale: #7A7A7A. Windows color (decimal): -5542848 or 4222123. OLE color: 4222123.
HSL color Cylindrical-coordinate representation of color #AB6C40: hue angle of 24.67º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB6C40 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 108 | 64 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.33 |
| HSL | 24.67º | 0.46% | 0.46% | - |
| HSV(B) | 24.67º | 0.63% | 0.67% | - |
| XYZ | 23.08 | 19.75 | 7.45 | - |
| YUV | 121.82 | 95.37 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 64 | 0 | 0.37 | 0.63 | 0.33 | 24.67 | 0.46 | 0.46 |
| Hex | AB | 6C | 40 | 0 | 25 | 3F | 21 | 19 | 2E | 2E |
| Octal | 253 | 154 | 100 | 0 | 45 | 77 | 41 | 31 | 56 | 56 |
| Binary | 10101011 | 1101100 | 1000000 | 0 | 100101 | 111111 | 100001 | 11001 | 101110 | 101110 |
Color Harmonies of #AB6C40
Complementary color
Monochromatic Colors of #AB6C40
Black with #AB6C40
Text Example
Text Example
White with #AB6C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6C40; }
p { color: rgb(171,108,64); }
H1.HeaderClassName
{
color: #AB6C40;
}
.AnyTagClassName
{
color: #AB6C40;
}
</style>
background-color css
<style>
a { background-color: #AB6C40; }
a { background-color: rgb(171,108,64); }
div.DivClassName
{
background-color: #AB6C40;
}
.BgClassName
{
background-color: #AB6C40;
}
</style>
border-color css
<style>
span { border-color: #AB6C40; }
span { border-color: rgb(171,108,64); }
td.TdClassName
{
border-color: #AB6C40;
}
.TagClassName
{
border-color: #AB6C40;
}
</style>