Shades of Bourbon #AB6B3C
Tints of Bourbon #AB6B3C
RGB
CMYK
RGB Variations
Color information
#AB6B3C (or 0xAB6B3C) is known color: Bourbon. HEX triplet: AB, 6B and 3C. RGB value is (171,107,60). Sum of RGB (Red+Green+Blue) = 171+107+60=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6B3C is #5494C3. Grayscale: #797979. Windows color (decimal): -5543108 or 3959723. OLE color: 3959723.
HSL color Cylindrical-coordinate representation of color #AB6B3C: hue angle of 25.41º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB6B3C is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 107 | 60 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.33 |
| HSL | 25.41º | 0.48% | 0.45% | - |
| HSV(B) | 25.41º | 0.65% | 0.67% | - |
| XYZ | 22.87 | 19.5 | 6.83 | - |
| YUV | 120.78 | 93.7 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 60 | 0 | 0.37 | 0.65 | 0.33 | 25.41 | 0.48 | 0.45 |
| Hex | AB | 6B | 3C | 0 | 25 | 41 | 21 | 19 | 30 | 2D |
| Octal | 253 | 153 | 74 | 0 | 45 | 101 | 41 | 31 | 60 | 55 |
| Binary | 10101011 | 1101011 | 111100 | 0 | 100101 | 1000001 | 100001 | 11001 | 110000 | 101101 |
Color Harmonies of #AB6B3C
Complementary color
Monochromatic Colors of #AB6B3C
Black with #AB6B3C
Text Example
Text Example
White with #AB6B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6B3C; }
p { color: rgb(171,107,60); }
H1.HeaderClassName
{
color: #AB6B3C;
}
.AnyTagClassName
{
color: #AB6B3C;
}
</style>
background-color css
<style>
a { background-color: #AB6B3C; }
a { background-color: rgb(171,107,60); }
div.DivClassName
{
background-color: #AB6B3C;
}
.BgClassName
{
background-color: #AB6B3C;
}
</style>
border-color css
<style>
span { border-color: #AB6B3C; }
span { border-color: rgb(171,107,60); }
td.TdClassName
{
border-color: #AB6B3C;
}
.TagClassName
{
border-color: #AB6B3C;
}
</style>