Shades of Bourbon #A56E3B
Tints of Bourbon #A56E3B
RGB
CMYK
RGB Variations
Color information
#A56E3B (or 0xA56E3B) is known color: Bourbon. HEX triplet: A5, 6E and 3B. RGB value is (165,110,59). Sum of RGB (Red+Green+Blue) = 165+110+59=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56E3B is #5A91C4. Grayscale: #787878. Windows color (decimal): -5935557 or 3894949. OLE color: 3894949.
HSL color Cylindrical-coordinate representation of color #A56E3B: hue angle of 28.87º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A56E3B is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 110 | 59 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.35 |
| HSL | 28.87º | 0.47% | 0.44% | - |
| HSV(B) | 28.87º | 0.64% | 0.65% | - |
| XYZ | 21.88 | 19.47 | 6.74 | - |
| YUV | 120.63 | 93.22 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 110 | 59 | 0 | 0.33 | 0.64 | 0.35 | 28.87 | 0.47 | 0.44 |
| Hex | A5 | 6E | 3B | 0 | 21 | 40 | 23 | 1D | 2F | 2C |
| Octal | 245 | 156 | 73 | 0 | 41 | 100 | 43 | 35 | 57 | 54 |
| Binary | 10100101 | 1101110 | 111011 | 0 | 100001 | 1000000 | 100011 | 11101 | 101111 | 101100 |
Color Harmonies of #A56E3B
Complementary color
Monochromatic Colors of #A56E3B
Black with #A56E3B
Text Example
Text Example
White with #A56E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56E3B; }
p { color: rgb(165,110,59); }
H1.HeaderClassName
{
color: #A56E3B;
}
.AnyTagClassName
{
color: #A56E3B;
}
</style>
background-color css
<style>
a { background-color: #A56E3B; }
a { background-color: rgb(165,110,59); }
div.DivClassName
{
background-color: #A56E3B;
}
.BgClassName
{
background-color: #A56E3B;
}
</style>
border-color css
<style>
span { border-color: #A56E3B; }
span { border-color: rgb(165,110,59); }
td.TdClassName
{
border-color: #A56E3B;
}
.TagClassName
{
border-color: #A56E3B;
}
</style>