Shades of Bourbon #A87447
Tints of Bourbon #A87447
RGB
CMYK
RGB Variations
Color information
#A87447 (or 0xA87447) is known color: Bourbon. HEX triplet: A8, 74 and 47. RGB value is (168,116,71). Sum of RGB (Red+Green+Blue) = 168+116+71=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 71 (28.12% from 255 or 20% from 355); Max value from RGB is 168 - color contains mainly: red. Hex color #A87447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87447 is #578BB8. Grayscale: #7E7E7E. Windows color (decimal): -5737401 or 4682920. OLE color: 4682920.
HSL color Cylindrical-coordinate representation of color #A87447: hue angle of 27.84º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A87447 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 116 | 71 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.34 |
| HSL | 27.84º | 0.41% | 0.47% | - |
| HSV(B) | 27.84º | 0.58% | 0.66% | - |
| XYZ | 23.53 | 21.27 | 8.83 | - |
| YUV | 126.42 | 96.73 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 71 | 0 | 0.31 | 0.58 | 0.34 | 27.84 | 0.41 | 0.47 |
| Hex | A8 | 74 | 47 | 0 | 1F | 3A | 22 | 1C | 29 | 2F |
| Octal | 250 | 164 | 107 | 0 | 37 | 72 | 42 | 34 | 51 | 57 |
| Binary | 10101000 | 1110100 | 1000111 | 0 | 11111 | 111010 | 100010 | 11100 | 101001 | 101111 |
Color Harmonies of #A87447
Complementary color
Monochromatic Colors of #A87447
Black with #A87447
Text Example
Text Example
White with #A87447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87447; }
p { color: rgb(168,116,71); }
H1.HeaderClassName
{
color: #A87447;
}
.AnyTagClassName
{
color: #A87447;
}
</style>
background-color css
<style>
a { background-color: #A87447; }
a { background-color: rgb(168,116,71); }
div.DivClassName
{
background-color: #A87447;
}
.BgClassName
{
background-color: #A87447;
}
</style>
border-color css
<style>
span { border-color: #A87447; }
span { border-color: rgb(168,116,71); }
td.TdClassName
{
border-color: #A87447;
}
.TagClassName
{
border-color: #A87447;
}
</style>