Shades of Bourbon #A07141
Tints of Bourbon #A07141
RGB
CMYK
RGB Variations
Color information
#A07141 (or 0xA07141) is known color: Bourbon. HEX triplet: A0, 71 and 41. RGB value is (160,113,65). Sum of RGB (Red+Green+Blue) = 160+113+65=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A07141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07141 is #5F8EBE. Grayscale: #797979. Windows color (decimal): -6262463 or 4288928. OLE color: 4288928.
HSL color Cylindrical-coordinate representation of color #A07141: hue angle of 30.32º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A07141 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 113 | 65 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.37 |
| HSL | 30.32º | 0.42% | 0.44% | - |
| HSV(B) | 30.32º | 0.59% | 0.63% | - |
| XYZ | 21.36 | 19.67 | 7.67 | - |
| YUV | 121.58 | 96.07 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 113 | 65 | 0 | 0.29 | 0.59 | 0.37 | 30.32 | 0.42 | 0.44 |
| Hex | A0 | 71 | 41 | 0 | 1D | 3B | 25 | 1E | 2A | 2C |
| Octal | 240 | 161 | 101 | 0 | 35 | 73 | 45 | 36 | 52 | 54 |
| Binary | 10100000 | 1110001 | 1000001 | 0 | 11101 | 111011 | 100101 | 11110 | 101010 | 101100 |
Color Harmonies of #A07141
Complementary color
Monochromatic Colors of #A07141
Black with #A07141
Text Example
Text Example
White with #A07141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07141; }
p { color: rgb(160,113,65); }
H1.HeaderClassName
{
color: #A07141;
}
.AnyTagClassName
{
color: #A07141;
}
</style>
background-color css
<style>
a { background-color: #A07141; }
a { background-color: rgb(160,113,65); }
div.DivClassName
{
background-color: #A07141;
}
.BgClassName
{
background-color: #A07141;
}
</style>
border-color css
<style>
span { border-color: #A07141; }
span { border-color: rgb(160,113,65); }
td.TdClassName
{
border-color: #A07141;
}
.TagClassName
{
border-color: #A07141;
}
</style>