Shades of Bourbon #A56C3E
Tints of Bourbon #A56C3E
RGB
CMYK
RGB Variations
Color information
#A56C3E (or 0xA56C3E) is known color: Bourbon. HEX triplet: A5, 6C and 3E. RGB value is (165,108,62). Sum of RGB (Red+Green+Blue) = 165+108+62=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56C3E is #5A93C1. Grayscale: #787878. Windows color (decimal): -5936066 or 4091045. OLE color: 4091045.
HSL color Cylindrical-coordinate representation of color #A56C3E: hue angle of 26.8º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A56C3E is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 108 | 62 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.35 |
| HSL | 26.8º | 0.45% | 0.45% | - |
| HSV(B) | 26.8º | 0.62% | 0.65% | - |
| XYZ | 21.75 | 19.07 | 7.09 | - |
| YUV | 119.8 | 95.38 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 108 | 62 | 0 | 0.35 | 0.62 | 0.35 | 26.8 | 0.45 | 0.45 |
| Hex | A5 | 6C | 3E | 0 | 23 | 3E | 23 | 1B | 2D | 2D |
| Octal | 245 | 154 | 76 | 0 | 43 | 76 | 43 | 33 | 55 | 55 |
| Binary | 10100101 | 1101100 | 111110 | 0 | 100011 | 111110 | 100011 | 11011 | 101101 | 101101 |
Color Harmonies of #A56C3E
Complementary color
Monochromatic Colors of #A56C3E
Black with #A56C3E
Text Example
Text Example
White with #A56C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56C3E; }
p { color: rgb(165,108,62); }
H1.HeaderClassName
{
color: #A56C3E;
}
.AnyTagClassName
{
color: #A56C3E;
}
</style>
background-color css
<style>
a { background-color: #A56C3E; }
a { background-color: rgb(165,108,62); }
div.DivClassName
{
background-color: #A56C3E;
}
.BgClassName
{
background-color: #A56C3E;
}
</style>
border-color css
<style>
span { border-color: #A56C3E; }
span { border-color: rgb(165,108,62); }
td.TdClassName
{
border-color: #A56C3E;
}
.TagClassName
{
border-color: #A56C3E;
}
</style>