Shades of Bourbon #AB7440
Tints of Bourbon #AB7440
RGB
CMYK
RGB Variations
Color information
#AB7440 (or 0xAB7440) is known color: Bourbon. HEX triplet: AB, 74 and 40. RGB value is (171,116,64). Sum of RGB (Red+Green+Blue) = 171+116+64=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7440 is #548BBF. Grayscale: #7E7E7E. Windows color (decimal): -5540800 or 4224171. OLE color: 4224171.
HSL color Cylindrical-coordinate representation of color #AB7440: hue angle of 29.16º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB7440 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 116 | 64 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.33 |
| HSL | 29.16º | 0.46% | 0.46% | - |
| HSV(B) | 29.16º | 0.63% | 0.67% | - |
| XYZ | 23.97 | 21.52 | 7.74 | - |
| YUV | 126.52 | 92.72 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 64 | 0 | 0.32 | 0.63 | 0.33 | 29.16 | 0.46 | 0.46 |
| Hex | AB | 74 | 40 | 0 | 20 | 3F | 21 | 1D | 2E | 2E |
| Octal | 253 | 164 | 100 | 0 | 40 | 77 | 41 | 35 | 56 | 56 |
| Binary | 10101011 | 1110100 | 1000000 | 0 | 100000 | 111111 | 100001 | 11101 | 101110 | 101110 |
Color Harmonies of #AB7440
Complementary color
Monochromatic Colors of #AB7440
Black with #AB7440
Text Example
Text Example
White with #AB7440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7440; }
p { color: rgb(171,116,64); }
H1.HeaderClassName
{
color: #AB7440;
}
.AnyTagClassName
{
color: #AB7440;
}
</style>
background-color css
<style>
a { background-color: #AB7440; }
a { background-color: rgb(171,116,64); }
div.DivClassName
{
background-color: #AB7440;
}
.BgClassName
{
background-color: #AB7440;
}
</style>
border-color css
<style>
span { border-color: #AB7440; }
span { border-color: rgb(171,116,64); }
td.TdClassName
{
border-color: #AB7440;
}
.TagClassName
{
border-color: #AB7440;
}
</style>