Shades of Bourbon #AB6D40
Tints of Bourbon #AB6D40
RGB
CMYK
RGB Variations
Color information
#AB6D40 (or 0xAB6D40) is known color: Bourbon. HEX triplet: AB, 6D and 40. RGB value is (171,109,64). Sum of RGB (Red+Green+Blue) = 171+109+64=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6D40 is #5492BF. Grayscale: #7A7A7A. Windows color (decimal): -5542592 or 4222379. OLE color: 4222379.
HSL color Cylindrical-coordinate representation of color #AB6D40: hue angle of 25.23º 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 #AB6D40 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 109 | 64 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.33 |
| HSL | 25.23º | 0.46% | 0.46% | - |
| HSV(B) | 25.23º | 0.63% | 0.67% | - |
| XYZ | 23.19 | 19.97 | 7.48 | - |
| YUV | 122.41 | 95.04 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 109 | 64 | 0 | 0.36 | 0.63 | 0.33 | 25.23 | 0.46 | 0.46 |
| Hex | AB | 6D | 40 | 0 | 24 | 3F | 21 | 19 | 2E | 2E |
| Octal | 253 | 155 | 100 | 0 | 44 | 77 | 41 | 31 | 56 | 56 |
| Binary | 10101011 | 1101101 | 1000000 | 0 | 100100 | 111111 | 100001 | 11001 | 101110 | 101110 |
Color Harmonies of #AB6D40
Complementary color
Monochromatic Colors of #AB6D40
Black with #AB6D40
Text Example
Text Example
White with #AB6D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6D40; }
p { color: rgb(171,109,64); }
H1.HeaderClassName
{
color: #AB6D40;
}
.AnyTagClassName
{
color: #AB6D40;
}
</style>
background-color css
<style>
a { background-color: #AB6D40; }
a { background-color: rgb(171,109,64); }
div.DivClassName
{
background-color: #AB6D40;
}
.BgClassName
{
background-color: #AB6D40;
}
</style>
border-color css
<style>
span { border-color: #AB6D40; }
span { border-color: rgb(171,109,64); }
td.TdClassName
{
border-color: #AB6D40;
}
.TagClassName
{
border-color: #AB6D40;
}
</style>