Shades of Bourbon #AB6B3E
Tints of Bourbon #AB6B3E
RGB
CMYK
RGB Variations
Color information
#AB6B3E (or 0xAB6B3E) is known color: Bourbon. HEX triplet: AB, 6B and 3E. RGB value is (171,107,62). Sum of RGB (Red+Green+Blue) = 171+107+62=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6B3E is #5494C1. Grayscale: #797979. Windows color (decimal): -5543106 or 4090795. OLE color: 4090795.
HSL color Cylindrical-coordinate representation of color #AB6B3E: hue angle of 24.77º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB6B3E is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 107 | 62 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.33 |
| HSL | 24.77º | 0.47% | 0.46% | - |
| HSV(B) | 24.77º | 0.64% | 0.67% | - |
| XYZ | 22.92 | 19.52 | 7.12 | - |
| YUV | 121.01 | 94.7 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 62 | 0 | 0.37 | 0.64 | 0.33 | 24.77 | 0.47 | 0.46 |
| Hex | AB | 6B | 3E | 0 | 25 | 40 | 21 | 19 | 2F | 2E |
| Octal | 253 | 153 | 76 | 0 | 45 | 100 | 41 | 31 | 57 | 56 |
| Binary | 10101011 | 1101011 | 111110 | 0 | 100101 | 1000000 | 100001 | 11001 | 101111 | 101110 |
Color Harmonies of #AB6B3E
Complementary color
Monochromatic Colors of #AB6B3E
Black with #AB6B3E
Text Example
Text Example
White with #AB6B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6B3E; }
p { color: rgb(171,107,62); }
H1.HeaderClassName
{
color: #AB6B3E;
}
.AnyTagClassName
{
color: #AB6B3E;
}
</style>
background-color css
<style>
a { background-color: #AB6B3E; }
a { background-color: rgb(171,107,62); }
div.DivClassName
{
background-color: #AB6B3E;
}
.BgClassName
{
background-color: #AB6B3E;
}
</style>
border-color css
<style>
span { border-color: #AB6B3E; }
span { border-color: rgb(171,107,62); }
td.TdClassName
{
border-color: #AB6B3E;
}
.TagClassName
{
border-color: #AB6B3E;
}
</style>