Shades of Bourbon #A86E48
Tints of Bourbon #A86E48
RGB
CMYK
RGB Variations
Color information
#A86E48 (or 0xA86E48) is known color: Bourbon. HEX triplet: A8, 6E and 48. RGB value is (168,110,72). Sum of RGB (Red+Green+Blue) = 168+110+72=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A86E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86E48 is #5791B7. Grayscale: #7B7B7B. Windows color (decimal): -5738936 or 4746920. OLE color: 4746920.
HSL color Cylindrical-coordinate representation of color #A86E48: hue angle of 23.75º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A86E48 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 110 | 72 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.34 |
| HSL | 23.75º | 0.4% | 0.47% | - |
| HSV(B) | 23.75º | 0.57% | 0.66% | - |
| XYZ | 22.89 | 19.94 | 8.77 | - |
| YUV | 123.01 | 99.22 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 110 | 72 | 0 | 0.35 | 0.57 | 0.34 | 23.75 | 0.4 | 0.47 |
| Hex | A8 | 6E | 48 | 0 | 23 | 39 | 22 | 18 | 28 | 2F |
| Octal | 250 | 156 | 110 | 0 | 43 | 71 | 42 | 30 | 50 | 57 |
| Binary | 10101000 | 1101110 | 1001000 | 0 | 100011 | 111001 | 100010 | 11000 | 101000 | 101111 |
Color Harmonies of #A86E48
Complementary color
Monochromatic Colors of #A86E48
Black with #A86E48
Text Example
Text Example
White with #A86E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86E48; }
p { color: rgb(168,110,72); }
H1.HeaderClassName
{
color: #A86E48;
}
.AnyTagClassName
{
color: #A86E48;
}
</style>
background-color css
<style>
a { background-color: #A86E48; }
a { background-color: rgb(168,110,72); }
div.DivClassName
{
background-color: #A86E48;
}
.BgClassName
{
background-color: #A86E48;
}
</style>
border-color css
<style>
span { border-color: #A86E48; }
span { border-color: rgb(168,110,72); }
td.TdClassName
{
border-color: #A86E48;
}
.TagClassName
{
border-color: #A86E48;
}
</style>