Shades of Bourbon #A87341
Tints of Bourbon #A87341
RGB
CMYK
RGB Variations
Color information
#A87341 (or 0xA87341) is known color: Bourbon. HEX triplet: A8, 73 and 41. RGB value is (168,115,65). Sum of RGB (Red+Green+Blue) = 168+115+65=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A87341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87341 is #578CBE. Grayscale: #7D7D7D. Windows color (decimal): -5737663 or 4289448. OLE color: 4289448.
HSL color Cylindrical-coordinate representation of color #A87341: hue angle of 29.13º 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 #A87341 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 115 | 65 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.34 |
| HSL | 29.13º | 0.44% | 0.46% | - |
| HSV(B) | 29.13º | 0.61% | 0.66% | - |
| XYZ | 23.23 | 20.97 | 7.82 | - |
| YUV | 125.15 | 94.06 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 65 | 0 | 0.32 | 0.61 | 0.34 | 29.13 | 0.44 | 0.46 |
| Hex | A8 | 73 | 41 | 0 | 20 | 3D | 22 | 1D | 2C | 2E |
| Octal | 250 | 163 | 101 | 0 | 40 | 75 | 42 | 35 | 54 | 56 |
| Binary | 10101000 | 1110011 | 1000001 | 0 | 100000 | 111101 | 100010 | 11101 | 101100 | 101110 |
Color Harmonies of #A87341
Complementary color
Monochromatic Colors of #A87341
Black with #A87341
Text Example
Text Example
White with #A87341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87341; }
p { color: rgb(168,115,65); }
H1.HeaderClassName
{
color: #A87341;
}
.AnyTagClassName
{
color: #A87341;
}
</style>
background-color css
<style>
a { background-color: #A87341; }
a { background-color: rgb(168,115,65); }
div.DivClassName
{
background-color: #A87341;
}
.BgClassName
{
background-color: #A87341;
}
</style>
border-color css
<style>
span { border-color: #A87341; }
span { border-color: rgb(168,115,65); }
td.TdClassName
{
border-color: #A87341;
}
.TagClassName
{
border-color: #A87341;
}
</style>