Shades of Bourbon #A56A3B
Tints of Bourbon #A56A3B
RGB
CMYK
RGB Variations
Color information
#A56A3B (or 0xA56A3B) is known color: Bourbon. HEX triplet: A5, 6A and 3B. RGB value is (165,106,59). Sum of RGB (Red+Green+Blue) = 165+106+59=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A56A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56A3B is #5A95C4. Grayscale: #767676. Windows color (decimal): -5936581 or 3893925. OLE color: 3893925.
HSL color Cylindrical-coordinate representation of color #A56A3B: hue angle of 26.6º 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 #A56A3B is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 106 | 59 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.35 |
| HSL | 26.6º | 0.47% | 0.44% | - |
| HSV(B) | 26.6º | 0.64% | 0.65% | - |
| XYZ | 21.46 | 18.62 | 6.6 | - |
| YUV | 118.28 | 94.55 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 106 | 59 | 0 | 0.36 | 0.64 | 0.35 | 26.6 | 0.47 | 0.44 |
| Hex | A5 | 6A | 3B | 0 | 24 | 40 | 23 | 1B | 2F | 2C |
| Octal | 245 | 152 | 73 | 0 | 44 | 100 | 43 | 33 | 57 | 54 |
| Binary | 10100101 | 1101010 | 111011 | 0 | 100100 | 1000000 | 100011 | 11011 | 101111 | 101100 |
Color Harmonies of #A56A3B
Complementary color
Monochromatic Colors of #A56A3B
Black with #A56A3B
Text Example
Text Example
White with #A56A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56A3B; }
p { color: rgb(165,106,59); }
H1.HeaderClassName
{
color: #A56A3B;
}
.AnyTagClassName
{
color: #A56A3B;
}
</style>
background-color css
<style>
a { background-color: #A56A3B; }
a { background-color: rgb(165,106,59); }
div.DivClassName
{
background-color: #A56A3B;
}
.BgClassName
{
background-color: #A56A3B;
}
</style>
border-color css
<style>
span { border-color: #A56A3B; }
span { border-color: rgb(165,106,59); }
td.TdClassName
{
border-color: #A56A3B;
}
.TagClassName
{
border-color: #A56A3B;
}
</style>