Shades of Bourbon #AB6C45
Tints of Bourbon #AB6C45
RGB
CMYK
RGB Variations
Color information
#AB6C45 (or 0xAB6C45) is known color: Bourbon. HEX triplet: AB, 6C and 45. RGB value is (171,108,69). Sum of RGB (Red+Green+Blue) = 171+108+69=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6C45 is #5493BA. Grayscale: #7A7A7A. Windows color (decimal): -5542843 or 4549803. OLE color: 4549803.
HSL color Cylindrical-coordinate representation of color #AB6C45: hue angle of 22.94º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB6C45 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 108 | 69 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.33 |
| HSL | 22.94º | 0.43% | 0.47% | - |
| HSV(B) | 22.94º | 0.6% | 0.67% | - |
| XYZ | 23.23 | 19.81 | 8.23 | - |
| YUV | 122.39 | 97.87 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 69 | 0 | 0.37 | 0.60 | 0.33 | 22.94 | 0.43 | 0.47 |
| Hex | AB | 6C | 45 | 0 | 25 | 3C | 21 | 17 | 2A | 2F |
| Octal | 253 | 154 | 105 | 0 | 45 | 74 | 41 | 27 | 52 | 57 |
| Binary | 10101011 | 1101100 | 1000101 | 0 | 100101 | 111100 | 100001 | 10111 | 101010 | 101111 |
Color Harmonies of #AB6C45
Complementary color
Monochromatic Colors of #AB6C45
Black with #AB6C45
Text Example
Text Example
White with #AB6C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6C45; }
p { color: rgb(171,108,69); }
H1.HeaderClassName
{
color: #AB6C45;
}
.AnyTagClassName
{
color: #AB6C45;
}
</style>
background-color css
<style>
a { background-color: #AB6C45; }
a { background-color: rgb(171,108,69); }
div.DivClassName
{
background-color: #AB6C45;
}
.BgClassName
{
background-color: #AB6C45;
}
</style>
border-color css
<style>
span { border-color: #AB6C45; }
span { border-color: rgb(171,108,69); }
td.TdClassName
{
border-color: #AB6C45;
}
.TagClassName
{
border-color: #AB6C45;
}
</style>