Shades of Bourbon #AB6539
Tints of Bourbon #AB6539
RGB
CMYK
RGB Variations
Color information
#AB6539 (or 0xAB6539) is known color: Bourbon. HEX triplet: AB, 65 and 39. RGB value is (171,101,57). Sum of RGB (Red+Green+Blue) = 171+101+57=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6539 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6539 is #549AC6. Grayscale: #757575. Windows color (decimal): -5544647 or 3761579. OLE color: 3761579.
HSL color Cylindrical-coordinate representation of color #AB6539: hue angle of 23.16º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB6539 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 57 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.33 |
| HSL | 23.16º | 0.5% | 0.45% | - |
| HSV(B) | 23.16º | 0.67% | 0.67% | - |
| XYZ | 22.19 | 18.26 | 6.23 | - |
| YUV | 116.91 | 94.19 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 57 | 0 | 0.41 | 0.67 | 0.33 | 23.16 | 0.5 | 0.45 |
| Hex | AB | 65 | 39 | 0 | 29 | 43 | 21 | 17 | 32 | 2D |
| Octal | 253 | 145 | 71 | 0 | 51 | 103 | 41 | 27 | 62 | 55 |
| Binary | 10101011 | 1100101 | 111001 | 0 | 101001 | 1000011 | 100001 | 10111 | 110010 | 101101 |
Color Harmonies of #AB6539
Complementary color
Monochromatic Colors of #AB6539
Black with #AB6539
Text Example
Text Example
White with #AB6539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6539; }
p { color: rgb(171,101,57); }
H1.HeaderClassName
{
color: #AB6539;
}
.AnyTagClassName
{
color: #AB6539;
}
</style>
background-color css
<style>
a { background-color: #AB6539; }
a { background-color: rgb(171,101,57); }
div.DivClassName
{
background-color: #AB6539;
}
.BgClassName
{
background-color: #AB6539;
}
</style>
border-color css
<style>
span { border-color: #AB6539; }
span { border-color: rgb(171,101,57); }
td.TdClassName
{
border-color: #AB6539;
}
.TagClassName
{
border-color: #AB6539;
}
</style>