Shades of Bourbon #A86F47
Tints of Bourbon #A86F47
RGB
CMYK
RGB Variations
Color information
#A86F47 (or 0xA86F47) is known color: Bourbon. HEX triplet: A8, 6F and 47. RGB value is (168,111,71). Sum of RGB (Red+Green+Blue) = 168+111+71=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A86F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86F47 is #5790B8. Grayscale: #7B7B7B. Windows color (decimal): -5738681 or 4681640. OLE color: 4681640.
HSL color Cylindrical-coordinate representation of color #A86F47: hue angle of 24.74º 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 #A86F47 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 111 | 71 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.34 |
| HSL | 24.74º | 0.41% | 0.47% | - |
| HSV(B) | 24.74º | 0.58% | 0.66% | - |
| XYZ | 22.97 | 20.15 | 8.64 | - |
| YUV | 123.48 | 98.38 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 111 | 71 | 0 | 0.34 | 0.58 | 0.34 | 24.74 | 0.41 | 0.47 |
| Hex | A8 | 6F | 47 | 0 | 22 | 3A | 22 | 19 | 29 | 2F |
| Octal | 250 | 157 | 107 | 0 | 42 | 72 | 42 | 31 | 51 | 57 |
| Binary | 10101000 | 1101111 | 1000111 | 0 | 100010 | 111010 | 100010 | 11001 | 101001 | 101111 |
Color Harmonies of #A86F47
Complementary color
Monochromatic Colors of #A86F47
Black with #A86F47
Text Example
Text Example
White with #A86F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86F47; }
p { color: rgb(168,111,71); }
H1.HeaderClassName
{
color: #A86F47;
}
.AnyTagClassName
{
color: #A86F47;
}
</style>
background-color css
<style>
a { background-color: #A86F47; }
a { background-color: rgb(168,111,71); }
div.DivClassName
{
background-color: #A86F47;
}
.BgClassName
{
background-color: #A86F47;
}
</style>
border-color css
<style>
span { border-color: #A86F47; }
span { border-color: rgb(168,111,71); }
td.TdClassName
{
border-color: #A86F47;
}
.TagClassName
{
border-color: #A86F47;
}
</style>