Shades of Bourbon #AB6B3F
Tints of Bourbon #AB6B3F
RGB
CMYK
RGB Variations
Color information
#AB6B3F (or 0xAB6B3F) is known color: Bourbon. HEX triplet: AB, 6B and 3F. RGB value is (171,107,63). Sum of RGB (Red+Green+Blue) = 171+107+63=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6B3F is #5494C0. Grayscale: #797979. Windows color (decimal): -5543105 or 4156331. OLE color: 4156331.
HSL color Cylindrical-coordinate representation of color #AB6B3F: hue angle of 24.44º 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 #AB6B3F is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 107 | 63 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.33 |
| HSL | 24.44º | 0.46% | 0.46% | - |
| HSV(B) | 24.44º | 0.63% | 0.67% | - |
| XYZ | 22.95 | 19.53 | 7.26 | - |
| YUV | 121.12 | 95.2 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 63 | 0 | 0.37 | 0.63 | 0.33 | 24.44 | 0.46 | 0.46 |
| Hex | AB | 6B | 3F | 0 | 25 | 3F | 21 | 18 | 2E | 2E |
| Octal | 253 | 153 | 77 | 0 | 45 | 77 | 41 | 30 | 56 | 56 |
| Binary | 10101011 | 1101011 | 111111 | 0 | 100101 | 111111 | 100001 | 11000 | 101110 | 101110 |
Color Harmonies of #AB6B3F
Complementary color
Monochromatic Colors of #AB6B3F
Black with #AB6B3F
Text Example
Text Example
White with #AB6B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6B3F; }
p { color: rgb(171,107,63); }
H1.HeaderClassName
{
color: #AB6B3F;
}
.AnyTagClassName
{
color: #AB6B3F;
}
</style>
background-color css
<style>
a { background-color: #AB6B3F; }
a { background-color: rgb(171,107,63); }
div.DivClassName
{
background-color: #AB6B3F;
}
.BgClassName
{
background-color: #AB6B3F;
}
</style>
border-color css
<style>
span { border-color: #AB6B3F; }
span { border-color: rgb(171,107,63); }
td.TdClassName
{
border-color: #AB6B3F;
}
.TagClassName
{
border-color: #AB6B3F;
}
</style>