Shades of Bourbon #AB7641
Tints of Bourbon #AB7641
RGB
CMYK
RGB Variations
Color information
#AB7641 (or 0xAB7641) is known color: Bourbon. HEX triplet: AB, 76 and 41. RGB value is (171,118,65). Sum of RGB (Red+Green+Blue) = 171+118+65=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7641 is #5489BE. Grayscale: #808080. Windows color (decimal): -5540287 or 4290219. OLE color: 4290219.
HSL color Cylindrical-coordinate representation of color #AB7641: hue angle of 30º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB7641 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 118 | 65 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.33 |
| HSL | 30º | 0.45% | 0.46% | - |
| HSV(B) | 30º | 0.62% | 0.67% | - |
| XYZ | 24.23 | 22 | 7.97 | - |
| YUV | 127.81 | 92.56 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 65 | 0 | 0.31 | 0.62 | 0.33 | 30 | 0.45 | 0.46 |
| Hex | AB | 76 | 41 | 0 | 1F | 3E | 21 | 1E | 2D | 2E |
| Octal | 253 | 166 | 101 | 0 | 37 | 76 | 41 | 36 | 55 | 56 |
| Binary | 10101011 | 1110110 | 1000001 | 0 | 11111 | 111110 | 100001 | 11110 | 101101 | 101110 |
Color Harmonies of #AB7641
Complementary color
Monochromatic Colors of #AB7641
Black with #AB7641
Text Example
Text Example
White with #AB7641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7641; }
p { color: rgb(171,118,65); }
H1.HeaderClassName
{
color: #AB7641;
}
.AnyTagClassName
{
color: #AB7641;
}
</style>
background-color css
<style>
a { background-color: #AB7641; }
a { background-color: rgb(171,118,65); }
div.DivClassName
{
background-color: #AB7641;
}
.BgClassName
{
background-color: #AB7641;
}
</style>
border-color css
<style>
span { border-color: #AB7641; }
span { border-color: rgb(171,118,65); }
td.TdClassName
{
border-color: #AB7641;
}
.TagClassName
{
border-color: #AB7641;
}
</style>