Shades of Bourbon #A87841
Tints of Bourbon #A87841
RGB
CMYK
RGB Variations
Color information
#A87841 (or 0xA87841) is known color: Bourbon. HEX triplet: A8, 78 and 41. RGB value is (168,120,65). Sum of RGB (Red+Green+Blue) = 168+120+65=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 168 - color contains mainly: red. Hex color #A87841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87841 is #5787BE. Grayscale: #808080. Windows color (decimal): -5736383 or 4290728. OLE color: 4290728.
HSL color Cylindrical-coordinate representation of color #A87841: hue angle of 32.04º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A87841 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 120 | 65 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.34 |
| HSL | 32.04º | 0.44% | 0.46% | - |
| HSV(B) | 32.04º | 0.61% | 0.66% | - |
| XYZ | 23.82 | 22.14 | 8.02 | - |
| YUV | 128.08 | 92.4 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 65 | 0 | 0.29 | 0.61 | 0.34 | 32.04 | 0.44 | 0.46 |
| Hex | A8 | 78 | 41 | 0 | 1D | 3D | 22 | 20 | 2C | 2E |
| Octal | 250 | 170 | 101 | 0 | 35 | 75 | 42 | 40 | 54 | 56 |
| Binary | 10101000 | 1111000 | 1000001 | 0 | 11101 | 111101 | 100010 | 100000 | 101100 | 101110 |
Color Harmonies of #A87841
Complementary color
Monochromatic Colors of #A87841
Black with #A87841
Text Example
Text Example
White with #A87841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87841; }
p { color: rgb(168,120,65); }
H1.HeaderClassName
{
color: #A87841;
}
.AnyTagClassName
{
color: #A87841;
}
</style>
background-color css
<style>
a { background-color: #A87841; }
a { background-color: rgb(168,120,65); }
div.DivClassName
{
background-color: #A87841;
}
.BgClassName
{
background-color: #A87841;
}
</style>
border-color css
<style>
span { border-color: #A87841; }
span { border-color: rgb(168,120,65); }
td.TdClassName
{
border-color: #A87841;
}
.TagClassName
{
border-color: #A87841;
}
</style>