Shades of Bourbon #AB6439
Tints of Bourbon #AB6439
RGB
CMYK
RGB Variations
Color information
#AB6439 (or 0xAB6439) is known color: Bourbon. HEX triplet: AB, 64 and 39. RGB value is (171,100,57). Sum of RGB (Red+Green+Blue) = 171+100+57=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 57 (22.66% from 255 or 17.38% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6439 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6439 is #549BC6. Grayscale: #747474. Windows color (decimal): -5544903 or 3761323. OLE color: 3761323.
HSL color Cylindrical-coordinate representation of color #AB6439: hue angle of 22.63º 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 #AB6439 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 100 | 57 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.33 |
| HSL | 22.63º | 0.5% | 0.45% | - |
| HSV(B) | 22.63º | 0.67% | 0.67% | - |
| XYZ | 22.09 | 18.07 | 6.19 | - |
| YUV | 116.33 | 94.52 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 57 | 0 | 0.42 | 0.67 | 0.33 | 22.63 | 0.5 | 0.45 |
| Hex | AB | 64 | 39 | 0 | 2A | 43 | 21 | 17 | 32 | 2D |
| Octal | 253 | 144 | 71 | 0 | 52 | 103 | 41 | 27 | 62 | 55 |
| Binary | 10101011 | 1100100 | 111001 | 0 | 101010 | 1000011 | 100001 | 10111 | 110010 | 101101 |
Color Harmonies of #AB6439
Complementary color
Monochromatic Colors of #AB6439
Black with #AB6439
Text Example
Text Example
White with #AB6439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6439; }
p { color: rgb(171,100,57); }
H1.HeaderClassName
{
color: #AB6439;
}
.AnyTagClassName
{
color: #AB6439;
}
</style>
background-color css
<style>
a { background-color: #AB6439; }
a { background-color: rgb(171,100,57); }
div.DivClassName
{
background-color: #AB6439;
}
.BgClassName
{
background-color: #AB6439;
}
</style>
border-color css
<style>
span { border-color: #AB6439; }
span { border-color: rgb(171,100,57); }
td.TdClassName
{
border-color: #AB6439;
}
.TagClassName
{
border-color: #AB6439;
}
</style>