Shades of Bourbon #AB7342
Tints of Bourbon #AB7342
RGB
CMYK
RGB Variations
Color information
#AB7342 (or 0xAB7342) is known color: Bourbon. HEX triplet: AB, 73 and 42. RGB value is (171,115,66). Sum of RGB (Red+Green+Blue) = 171+115+66=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7342 is #548CBD. Grayscale: #7E7E7E. Windows color (decimal): -5541054 or 4354987. OLE color: 4354987.
HSL color Cylindrical-coordinate representation of color #AB7342: hue angle of 28º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB7342 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 115 | 66 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.33 |
| HSL | 28º | 0.44% | 0.46% | - |
| HSV(B) | 28º | 0.61% | 0.67% | - |
| XYZ | 23.91 | 21.31 | 8.01 | - |
| YUV | 126.16 | 94.05 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 66 | 0 | 0.33 | 0.61 | 0.33 | 28 | 0.44 | 0.46 |
| Hex | AB | 73 | 42 | 0 | 21 | 3D | 21 | 1C | 2C | 2E |
| Octal | 253 | 163 | 102 | 0 | 41 | 75 | 41 | 34 | 54 | 56 |
| Binary | 10101011 | 1110011 | 1000010 | 0 | 100001 | 111101 | 100001 | 11100 | 101100 | 101110 |
Color Harmonies of #AB7342
Complementary color
Monochromatic Colors of #AB7342
Black with #AB7342
Text Example
Text Example
White with #AB7342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7342; }
p { color: rgb(171,115,66); }
H1.HeaderClassName
{
color: #AB7342;
}
.AnyTagClassName
{
color: #AB7342;
}
</style>
background-color css
<style>
a { background-color: #AB7342; }
a { background-color: rgb(171,115,66); }
div.DivClassName
{
background-color: #AB7342;
}
.BgClassName
{
background-color: #AB7342;
}
</style>
border-color css
<style>
span { border-color: #AB7342; }
span { border-color: rgb(171,115,66); }
td.TdClassName
{
border-color: #AB7342;
}
.TagClassName
{
border-color: #AB7342;
}
</style>