Shades of Bourbon #A56B3C
Tints of Bourbon #A56B3C
RGB
CMYK
RGB Variations
Color information
#A56B3C (or 0xA56B3C) is known color: Bourbon. HEX triplet: A5, 6B and 3C. RGB value is (165,107,60). Sum of RGB (Red+Green+Blue) = 165+107+60=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56B3C is #5A94C3. Grayscale: #777777. Windows color (decimal): -5936324 or 3959717. OLE color: 3959717.
HSL color Cylindrical-coordinate representation of color #A56B3C: hue angle of 26.86º 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 #A56B3C is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 107 | 60 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.35 |
| HSL | 26.86º | 0.47% | 0.44% | - |
| HSV(B) | 26.86º | 0.64% | 0.65% | - |
| XYZ | 21.59 | 18.84 | 6.77 | - |
| YUV | 118.98 | 94.72 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 107 | 60 | 0 | 0.35 | 0.64 | 0.35 | 26.86 | 0.47 | 0.44 |
| Hex | A5 | 6B | 3C | 0 | 23 | 40 | 23 | 1B | 2F | 2C |
| Octal | 245 | 153 | 74 | 0 | 43 | 100 | 43 | 33 | 57 | 54 |
| Binary | 10100101 | 1101011 | 111100 | 0 | 100011 | 1000000 | 100011 | 11011 | 101111 | 101100 |
Color Harmonies of #A56B3C
Complementary color
Monochromatic Colors of #A56B3C
Black with #A56B3C
Text Example
Text Example
White with #A56B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56B3C; }
p { color: rgb(165,107,60); }
H1.HeaderClassName
{
color: #A56B3C;
}
.AnyTagClassName
{
color: #A56B3C;
}
</style>
background-color css
<style>
a { background-color: #A56B3C; }
a { background-color: rgb(165,107,60); }
div.DivClassName
{
background-color: #A56B3C;
}
.BgClassName
{
background-color: #A56B3C;
}
</style>
border-color css
<style>
span { border-color: #A56B3C; }
span { border-color: rgb(165,107,60); }
td.TdClassName
{
border-color: #A56B3C;
}
.TagClassName
{
border-color: #A56B3C;
}
</style>