Shades of Bourbon #A07041
Tints of Bourbon #A07041
RGB
CMYK
RGB Variations
Color information
#A07041 (or 0xA07041) is known color: Bourbon. HEX triplet: A0, 70 and 41. RGB value is (160,112,65). Sum of RGB (Red+Green+Blue) = 160+112+65=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A07041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07041 is #5F8FBE. Grayscale: #797979. Windows color (decimal): -6262719 or 4288672. OLE color: 4288672.
HSL color Cylindrical-coordinate representation of color #A07041: hue angle of 29.68º 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 #A07041 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 112 | 65 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.37 |
| HSL | 29.68º | 0.42% | 0.44% | - |
| HSV(B) | 29.68º | 0.59% | 0.63% | - |
| XYZ | 21.25 | 19.44 | 7.63 | - |
| YUV | 120.99 | 96.4 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 65 | 0 | 0.30 | 0.59 | 0.37 | 29.68 | 0.42 | 0.44 |
| Hex | A0 | 70 | 41 | 0 | 1E | 3B | 25 | 1E | 2A | 2C |
| Octal | 240 | 160 | 101 | 0 | 36 | 73 | 45 | 36 | 52 | 54 |
| Binary | 10100000 | 1110000 | 1000001 | 0 | 11110 | 111011 | 100101 | 11110 | 101010 | 101100 |
Color Harmonies of #A07041
Complementary color
Monochromatic Colors of #A07041
Black with #A07041
Text Example
Text Example
White with #A07041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07041; }
p { color: rgb(160,112,65); }
H1.HeaderClassName
{
color: #A07041;
}
.AnyTagClassName
{
color: #A07041;
}
</style>
background-color css
<style>
a { background-color: #A07041; }
a { background-color: rgb(160,112,65); }
div.DivClassName
{
background-color: #A07041;
}
.BgClassName
{
background-color: #A07041;
}
</style>
border-color css
<style>
span { border-color: #A07041; }
span { border-color: rgb(160,112,65); }
td.TdClassName
{
border-color: #A07041;
}
.TagClassName
{
border-color: #A07041;
}
</style>