Shades of Bourbon #AB7449
Tints of Bourbon #AB7449
RGB
CMYK
RGB Variations
Color information
#AB7449 (or 0xAB7449) is known color: Bourbon. HEX triplet: AB, 74 and 49. RGB value is (171,116,73). Sum of RGB (Red+Green+Blue) = 171+116+73=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7449 is #548BB6. Grayscale: #7F7F7F. Windows color (decimal): -5540791 or 4813995. OLE color: 4813995.
HSL color Cylindrical-coordinate representation of color #AB7449: hue angle of 26.33º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB7449 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 116 | 73 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.33 |
| HSL | 26.33º | 0.4% | 0.48% | - |
| HSV(B) | 26.33º | 0.57% | 0.67% | - |
| XYZ | 24.24 | 21.63 | 9.2 | - |
| YUV | 127.54 | 97.22 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 73 | 0 | 0.32 | 0.57 | 0.33 | 26.33 | 0.4 | 0.48 |
| Hex | AB | 74 | 49 | 0 | 20 | 39 | 21 | 1A | 28 | 30 |
| Octal | 253 | 164 | 111 | 0 | 40 | 71 | 41 | 32 | 50 | 60 |
| Binary | 10101011 | 1110100 | 1001001 | 0 | 100000 | 111001 | 100001 | 11010 | 101000 | 110000 |
Color Harmonies of #AB7449
Complementary color
Monochromatic Colors of #AB7449
Black with #AB7449
Text Example
Text Example
White with #AB7449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7449; }
p { color: rgb(171,116,73); }
H1.HeaderClassName
{
color: #AB7449;
}
.AnyTagClassName
{
color: #AB7449;
}
</style>
background-color css
<style>
a { background-color: #AB7449; }
a { background-color: rgb(171,116,73); }
div.DivClassName
{
background-color: #AB7449;
}
.BgClassName
{
background-color: #AB7449;
}
</style>
border-color css
<style>
span { border-color: #AB7449; }
span { border-color: rgb(171,116,73); }
td.TdClassName
{
border-color: #AB7449;
}
.TagClassName
{
border-color: #AB7449;
}
</style>