Shades of Bourbon #AB7245
Tints of Bourbon #AB7245
RGB
CMYK
RGB Variations
Color information
#AB7245 (or 0xAB7245) is known color: Bourbon. HEX triplet: AB, 72 and 45. RGB value is (171,114,69). Sum of RGB (Red+Green+Blue) = 171+114+69=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7245 is #548DBA. Grayscale: #7E7E7E. Windows color (decimal): -5541307 or 4551339. OLE color: 4551339.
HSL color Cylindrical-coordinate representation of color #AB7245: hue angle of 26.47º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB7245 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 114 | 69 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.33 |
| HSL | 26.47º | 0.43% | 0.47% | - |
| HSV(B) | 26.47º | 0.6% | 0.67% | - |
| XYZ | 23.89 | 21.12 | 8.45 | - |
| YUV | 125.91 | 95.88 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 114 | 69 | 0 | 0.33 | 0.60 | 0.33 | 26.47 | 0.43 | 0.47 |
| Hex | AB | 72 | 45 | 0 | 21 | 3C | 21 | 1A | 2A | 2F |
| Octal | 253 | 162 | 105 | 0 | 41 | 74 | 41 | 32 | 52 | 57 |
| Binary | 10101011 | 1110010 | 1000101 | 0 | 100001 | 111100 | 100001 | 11010 | 101010 | 101111 |
Color Harmonies of #AB7245
Complementary color
Monochromatic Colors of #AB7245
Black with #AB7245
Text Example
Text Example
White with #AB7245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7245; }
p { color: rgb(171,114,69); }
H1.HeaderClassName
{
color: #AB7245;
}
.AnyTagClassName
{
color: #AB7245;
}
</style>
background-color css
<style>
a { background-color: #AB7245; }
a { background-color: rgb(171,114,69); }
div.DivClassName
{
background-color: #AB7245;
}
.BgClassName
{
background-color: #AB7245;
}
</style>
border-color css
<style>
span { border-color: #AB7245; }
span { border-color: rgb(171,114,69); }
td.TdClassName
{
border-color: #AB7245;
}
.TagClassName
{
border-color: #AB7245;
}
</style>