Shades of Bourbon #A87543
Tints of Bourbon #A87543
RGB
CMYK
RGB Variations
Color information
#A87543 (or 0xA87543) is known color: Bourbon. HEX triplet: A8, 75 and 43. RGB value is (168,117,67). Sum of RGB (Red+Green+Blue) = 168+117+67=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A87543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87543 is #578ABC. Grayscale: #7E7E7E. Windows color (decimal): -5737149 or 4421032. OLE color: 4421032.
HSL color Cylindrical-coordinate representation of color #A87543: hue angle of 29.7º 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 #A87543 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 117 | 67 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.34 |
| HSL | 29.7º | 0.43% | 0.46% | - |
| HSV(B) | 29.7º | 0.6% | 0.66% | - |
| XYZ | 23.52 | 21.45 | 8.21 | - |
| YUV | 126.55 | 94.4 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 117 | 67 | 0 | 0.30 | 0.60 | 0.34 | 29.7 | 0.43 | 0.46 |
| Hex | A8 | 75 | 43 | 0 | 1E | 3C | 22 | 1E | 2B | 2E |
| Octal | 250 | 165 | 103 | 0 | 36 | 74 | 42 | 36 | 53 | 56 |
| Binary | 10101000 | 1110101 | 1000011 | 0 | 11110 | 111100 | 100010 | 11110 | 101011 | 101110 |
Color Harmonies of #A87543
Complementary color
Monochromatic Colors of #A87543
Black with #A87543
Text Example
Text Example
White with #A87543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87543; }
p { color: rgb(168,117,67); }
H1.HeaderClassName
{
color: #A87543;
}
.AnyTagClassName
{
color: #A87543;
}
</style>
background-color css
<style>
a { background-color: #A87543; }
a { background-color: rgb(168,117,67); }
div.DivClassName
{
background-color: #A87543;
}
.BgClassName
{
background-color: #A87543;
}
</style>
border-color css
<style>
span { border-color: #A87543; }
span { border-color: rgb(168,117,67); }
td.TdClassName
{
border-color: #A87543;
}
.TagClassName
{
border-color: #A87543;
}
</style>