Shades of Bourbon #A36D40
Tints of Bourbon #A36D40
RGB
CMYK
RGB Variations
Color information
#A36D40 (or 0xA36D40) is known color: Bourbon. HEX triplet: A3, 6D and 40. RGB value is (163,109,64). Sum of RGB (Red+Green+Blue) = 163+109+64=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36D40 is #5C92BF. Grayscale: #787878. Windows color (decimal): -6066880 or 4222371. OLE color: 4222371.
HSL color Cylindrical-coordinate representation of color #A36D40: hue angle of 27.27º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A36D40 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 109 | 64 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.36 |
| HSL | 27.27º | 0.44% | 0.45% | - |
| HSV(B) | 27.27º | 0.61% | 0.64% | - |
| XYZ | 21.5 | 19.09 | 7.4 | - |
| YUV | 120.02 | 96.39 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 64 | 0 | 0.33 | 0.61 | 0.36 | 27.27 | 0.44 | 0.45 |
| Hex | A3 | 6D | 40 | 0 | 21 | 3D | 24 | 1B | 2C | 2D |
| Octal | 243 | 155 | 100 | 0 | 41 | 75 | 44 | 33 | 54 | 55 |
| Binary | 10100011 | 1101101 | 1000000 | 0 | 100001 | 111101 | 100100 | 11011 | 101100 | 101101 |
Color Harmonies of #A36D40
Complementary color
Monochromatic Colors of #A36D40
Black with #A36D40
Text Example
Text Example
White with #A36D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36D40; }
p { color: rgb(163,109,64); }
H1.HeaderClassName
{
color: #A36D40;
}
.AnyTagClassName
{
color: #A36D40;
}
</style>
background-color css
<style>
a { background-color: #A36D40; }
a { background-color: rgb(163,109,64); }
div.DivClassName
{
background-color: #A36D40;
}
.BgClassName
{
background-color: #A36D40;
}
</style>
border-color css
<style>
span { border-color: #A36D40; }
span { border-color: rgb(163,109,64); }
td.TdClassName
{
border-color: #A36D40;
}
.TagClassName
{
border-color: #A36D40;
}
</style>