Shades of Bourbon #A87044
Tints of Bourbon #A87044
RGB
CMYK
RGB Variations
Color information
#A87044 (or 0xA87044) is known color: Bourbon. HEX triplet: A8, 70 and 44. RGB value is (168,112,68). Sum of RGB (Red+Green+Blue) = 168+112+68=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A87044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87044 is #578FBB. Grayscale: #7B7B7B. Windows color (decimal): -5738428 or 4485288. OLE color: 4485288.
HSL color Cylindrical-coordinate representation of color #A87044: hue angle of 26.4º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A87044 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 112 | 68 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.34 |
| HSL | 26.4º | 0.42% | 0.46% | - |
| HSV(B) | 26.4º | 0.6% | 0.66% | - |
| XYZ | 22.99 | 20.33 | 8.18 | - |
| YUV | 123.73 | 96.55 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 112 | 68 | 0 | 0.33 | 0.60 | 0.34 | 26.4 | 0.42 | 0.46 |
| Hex | A8 | 70 | 44 | 0 | 21 | 3C | 22 | 1A | 2A | 2E |
| Octal | 250 | 160 | 104 | 0 | 41 | 74 | 42 | 32 | 52 | 56 |
| Binary | 10101000 | 1110000 | 1000100 | 0 | 100001 | 111100 | 100010 | 11010 | 101010 | 101110 |
Color Harmonies of #A87044
Complementary color
Monochromatic Colors of #A87044
Black with #A87044
Text Example
Text Example
White with #A87044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87044; }
p { color: rgb(168,112,68); }
H1.HeaderClassName
{
color: #A87044;
}
.AnyTagClassName
{
color: #A87044;
}
</style>
background-color css
<style>
a { background-color: #A87044; }
a { background-color: rgb(168,112,68); }
div.DivClassName
{
background-color: #A87044;
}
.BgClassName
{
background-color: #A87044;
}
</style>
border-color css
<style>
span { border-color: #A87044; }
span { border-color: rgb(168,112,68); }
td.TdClassName
{
border-color: #A87044;
}
.TagClassName
{
border-color: #A87044;
}
</style>