Shades of Bourbon #A87343
Tints of Bourbon #A87343
RGB
CMYK
RGB Variations
Color information
#A87343 (or 0xA87343) is known color: Bourbon. HEX triplet: A8, 73 and 43. RGB value is (168,115,67). Sum of RGB (Red+Green+Blue) = 168+115+67=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 67 (26.56% from 255 or 19.14% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A87343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87343 is #578CBC. Grayscale: #7D7D7D. Windows color (decimal): -5737661 or 4420520. OLE color: 4420520.
HSL color Cylindrical-coordinate representation of color #A87343: hue angle of 28.51º 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 #A87343 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 115 | 67 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.34 |
| HSL | 28.51º | 0.43% | 0.46% | - |
| HSV(B) | 28.51º | 0.6% | 0.66% | - |
| XYZ | 23.29 | 20.99 | 8.13 | - |
| YUV | 125.38 | 95.06 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 67 | 0 | 0.32 | 0.60 | 0.34 | 28.51 | 0.43 | 0.46 |
| Hex | A8 | 73 | 43 | 0 | 20 | 3C | 22 | 1D | 2B | 2E |
| Octal | 250 | 163 | 103 | 0 | 40 | 74 | 42 | 35 | 53 | 56 |
| Binary | 10101000 | 1110011 | 1000011 | 0 | 100000 | 111100 | 100010 | 11101 | 101011 | 101110 |
Color Harmonies of #A87343
Complementary color
Monochromatic Colors of #A87343
Black with #A87343
Text Example
Text Example
White with #A87343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87343; }
p { color: rgb(168,115,67); }
H1.HeaderClassName
{
color: #A87343;
}
.AnyTagClassName
{
color: #A87343;
}
</style>
background-color css
<style>
a { background-color: #A87343; }
a { background-color: rgb(168,115,67); }
div.DivClassName
{
background-color: #A87343;
}
.BgClassName
{
background-color: #A87343;
}
</style>
border-color css
<style>
span { border-color: #A87343; }
span { border-color: rgb(168,115,67); }
td.TdClassName
{
border-color: #A87343;
}
.TagClassName
{
border-color: #A87343;
}
</style>