Shades of Bourbon #A87243
Tints of Bourbon #A87243
RGB
CMYK
RGB Variations
Color information
#A87243 (or 0xA87243) is known color: Bourbon. HEX triplet: A8, 72 and 43. RGB value is (168,114,67). Sum of RGB (Red+Green+Blue) = 168+114+67=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 168 - color contains mainly: red. Hex color #A87243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87243 is #578DBC. Grayscale: #7D7D7D. Windows color (decimal): -5737917 or 4420264. OLE color: 4420264.
HSL color Cylindrical-coordinate representation of color #A87243: hue angle of 27.92º degrees, saturation: 0.43, 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 #A87243 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 114 | 67 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.34 |
| HSL | 27.92º | 0.43% | 0.46% | - |
| HSV(B) | 27.92º | 0.6% | 0.66% | - |
| XYZ | 23.18 | 20.76 | 8.1 | - |
| YUV | 124.79 | 95.39 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 67 | 0 | 0.32 | 0.60 | 0.34 | 27.92 | 0.43 | 0.46 |
| Hex | A8 | 72 | 43 | 0 | 20 | 3C | 22 | 1C | 2B | 2E |
| Octal | 250 | 162 | 103 | 0 | 40 | 74 | 42 | 34 | 53 | 56 |
| Binary | 10101000 | 1110010 | 1000011 | 0 | 100000 | 111100 | 100010 | 11100 | 101011 | 101110 |
Color Harmonies of #A87243
Complementary color
Monochromatic Colors of #A87243
Black with #A87243
Text Example
Text Example
White with #A87243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87243; }
p { color: rgb(168,114,67); }
H1.HeaderClassName
{
color: #A87243;
}
.AnyTagClassName
{
color: #A87243;
}
</style>
background-color css
<style>
a { background-color: #A87243; }
a { background-color: rgb(168,114,67); }
div.DivClassName
{
background-color: #A87243;
}
.BgClassName
{
background-color: #A87243;
}
</style>
border-color css
<style>
span { border-color: #A87243; }
span { border-color: rgb(168,114,67); }
td.TdClassName
{
border-color: #A87243;
}
.TagClassName
{
border-color: #A87243;
}
</style>