Shades of Bourbon #A87342
Tints of Bourbon #A87342
RGB
CMYK
RGB Variations
Color information
#A87342 (or 0xA87342) is known color: Bourbon. HEX triplet: A8, 73 and 42. RGB value is (168,115,66). Sum of RGB (Red+Green+Blue) = 168+115+66=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 168 - color contains mainly: red. Hex color #A87342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87342 is #578CBD. Grayscale: #7D7D7D. Windows color (decimal): -5737662 or 4354984. OLE color: 4354984.
HSL color Cylindrical-coordinate representation of color #A87342: hue angle of 28.82º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A87342 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 115 | 66 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.34 |
| HSL | 28.82º | 0.44% | 0.46% | - |
| HSV(B) | 28.82º | 0.61% | 0.66% | - |
| XYZ | 23.26 | 20.98 | 7.98 | - |
| YUV | 125.26 | 94.56 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 66 | 0 | 0.32 | 0.61 | 0.34 | 28.82 | 0.44 | 0.46 |
| Hex | A8 | 73 | 42 | 0 | 20 | 3D | 22 | 1D | 2C | 2E |
| Octal | 250 | 163 | 102 | 0 | 40 | 75 | 42 | 35 | 54 | 56 |
| Binary | 10101000 | 1110011 | 1000010 | 0 | 100000 | 111101 | 100010 | 11101 | 101100 | 101110 |
Color Harmonies of #A87342
Complementary color
Monochromatic Colors of #A87342
Black with #A87342
Text Example
Text Example
White with #A87342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87342; }
p { color: rgb(168,115,66); }
H1.HeaderClassName
{
color: #A87342;
}
.AnyTagClassName
{
color: #A87342;
}
</style>
background-color css
<style>
a { background-color: #A87342; }
a { background-color: rgb(168,115,66); }
div.DivClassName
{
background-color: #A87342;
}
.BgClassName
{
background-color: #A87342;
}
</style>
border-color css
<style>
span { border-color: #A87342; }
span { border-color: rgb(168,115,66); }
td.TdClassName
{
border-color: #A87342;
}
.TagClassName
{
border-color: #A87342;
}
</style>