Shades of Bourbon #A56C3C
Tints of Bourbon #A56C3C
RGB
CMYK
RGB Variations
Color information
#A56C3C (or 0xA56C3C) is known color: Bourbon. HEX triplet: A5, 6C and 3C. RGB value is (165,108,60). Sum of RGB (Red+Green+Blue) = 165+108+60=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56C3C is #5A93C3. Grayscale: #777777. Windows color (decimal): -5936068 or 3959973. OLE color: 3959973.
HSL color Cylindrical-coordinate representation of color #A56C3C: hue angle of 27.43º 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 #A56C3C is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 108 | 60 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.35 |
| HSL | 27.43º | 0.47% | 0.44% | - |
| HSV(B) | 27.43º | 0.64% | 0.65% | - |
| XYZ | 21.7 | 19.05 | 6.81 | - |
| YUV | 119.57 | 94.38 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 108 | 60 | 0 | 0.35 | 0.64 | 0.35 | 27.43 | 0.47 | 0.44 |
| Hex | A5 | 6C | 3C | 0 | 23 | 40 | 23 | 1B | 2F | 2C |
| Octal | 245 | 154 | 74 | 0 | 43 | 100 | 43 | 33 | 57 | 54 |
| Binary | 10100101 | 1101100 | 111100 | 0 | 100011 | 1000000 | 100011 | 11011 | 101111 | 101100 |
Color Harmonies of #A56C3C
Complementary color
Monochromatic Colors of #A56C3C
Black with #A56C3C
Text Example
Text Example
White with #A56C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56C3C; }
p { color: rgb(165,108,60); }
H1.HeaderClassName
{
color: #A56C3C;
}
.AnyTagClassName
{
color: #A56C3C;
}
</style>
background-color css
<style>
a { background-color: #A56C3C; }
a { background-color: rgb(165,108,60); }
div.DivClassName
{
background-color: #A56C3C;
}
.BgClassName
{
background-color: #A56C3C;
}
</style>
border-color css
<style>
span { border-color: #A56C3C; }
span { border-color: rgb(165,108,60); }
td.TdClassName
{
border-color: #A56C3C;
}
.TagClassName
{
border-color: #A56C3C;
}
</style>