Shades of Bourbon #A87741
Tints of Bourbon #A87741
RGB
CMYK
RGB Variations
Color information
#A87741 (or 0xA87741) is known color: Bourbon. HEX triplet: A8, 77 and 41. RGB value is (168,119,65). Sum of RGB (Red+Green+Blue) = 168+119+65=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A87741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87741 is #5788BE. Grayscale: #7F7F7F. Windows color (decimal): -5736639 or 4290472. OLE color: 4290472.
HSL color Cylindrical-coordinate representation of color #A87741: hue angle of 31.46º 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 #A87741 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 119 | 65 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.34 |
| HSL | 31.46º | 0.44% | 0.46% | - |
| HSV(B) | 31.46º | 0.61% | 0.66% | - |
| XYZ | 23.7 | 21.9 | 7.98 | - |
| YUV | 127.5 | 92.73 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 119 | 65 | 0 | 0.29 | 0.61 | 0.34 | 31.46 | 0.44 | 0.46 |
| Hex | A8 | 77 | 41 | 0 | 1D | 3D | 22 | 1F | 2C | 2E |
| Octal | 250 | 167 | 101 | 0 | 35 | 75 | 42 | 37 | 54 | 56 |
| Binary | 10101000 | 1110111 | 1000001 | 0 | 11101 | 111101 | 100010 | 11111 | 101100 | 101110 |
Color Harmonies of #A87741
Complementary color
Monochromatic Colors of #A87741
Black with #A87741
Text Example
Text Example
White with #A87741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87741; }
p { color: rgb(168,119,65); }
H1.HeaderClassName
{
color: #A87741;
}
.AnyTagClassName
{
color: #A87741;
}
</style>
background-color css
<style>
a { background-color: #A87741; }
a { background-color: rgb(168,119,65); }
div.DivClassName
{
background-color: #A87741;
}
.BgClassName
{
background-color: #A87741;
}
</style>
border-color css
<style>
span { border-color: #A87741; }
span { border-color: rgb(168,119,65); }
td.TdClassName
{
border-color: #A87741;
}
.TagClassName
{
border-color: #A87741;
}
</style>