Shades of Bourbon #A56E46
Tints of Bourbon #A56E46
RGB
CMYK
RGB Variations
Color information
#A56E46 (or 0xA56E46) is known color: Bourbon. HEX triplet: A5, 6E and 46. RGB value is (165,110,70). Sum of RGB (Red+Green+Blue) = 165+110+70=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56E46 is #5A91B9. Grayscale: #7A7A7A. Windows color (decimal): -5935546 or 4615845. OLE color: 4615845.
HSL color Cylindrical-coordinate representation of color #A56E46: hue angle of 25.26º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A56E46 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 110 | 70 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.35 |
| HSL | 25.26º | 0.4% | 0.46% | - |
| HSV(B) | 25.26º | 0.58% | 0.65% | - |
| XYZ | 22.2 | 19.59 | 8.41 | - |
| YUV | 121.89 | 98.72 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 110 | 70 | 0 | 0.33 | 0.58 | 0.35 | 25.26 | 0.4 | 0.46 |
| Hex | A5 | 6E | 46 | 0 | 21 | 3A | 23 | 19 | 28 | 2E |
| Octal | 245 | 156 | 106 | 0 | 41 | 72 | 43 | 31 | 50 | 56 |
| Binary | 10100101 | 1101110 | 1000110 | 0 | 100001 | 111010 | 100011 | 11001 | 101000 | 101110 |
Color Harmonies of #A56E46
Complementary color
Monochromatic Colors of #A56E46
Black with #A56E46
Text Example
Text Example
White with #A56E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56E46; }
p { color: rgb(165,110,70); }
H1.HeaderClassName
{
color: #A56E46;
}
.AnyTagClassName
{
color: #A56E46;
}
</style>
background-color css
<style>
a { background-color: #A56E46; }
a { background-color: rgb(165,110,70); }
div.DivClassName
{
background-color: #A56E46;
}
.BgClassName
{
background-color: #A56E46;
}
</style>
border-color css
<style>
span { border-color: #A56E46; }
span { border-color: rgb(165,110,70); }
td.TdClassName
{
border-color: #A56E46;
}
.TagClassName
{
border-color: #A56E46;
}
</style>