Shades of Bourbon #A36D3C
Tints of Bourbon #A36D3C
RGB
CMYK
RGB Variations
Color information
#A36D3C (or 0xA36D3C) is known color: Bourbon. HEX triplet: A3, 6D and 3C. RGB value is (163,109,60). Sum of RGB (Red+Green+Blue) = 163+109+60=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36D3C is #5C92C3. Grayscale: #777777. Windows color (decimal): -6066884 or 3960227. OLE color: 3960227.
HSL color Cylindrical-coordinate representation of color #A36D3C: hue angle of 28.54º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A36D3C is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 109 | 60 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.36 |
| HSL | 28.54º | 0.46% | 0.44% | - |
| HSV(B) | 28.54º | 0.63% | 0.64% | - |
| XYZ | 21.39 | 19.05 | 6.82 | - |
| YUV | 119.56 | 94.39 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 60 | 0 | 0.33 | 0.63 | 0.36 | 28.54 | 0.46 | 0.44 |
| Hex | A3 | 6D | 3C | 0 | 21 | 3F | 24 | 1D | 2E | 2C |
| Octal | 243 | 155 | 74 | 0 | 41 | 77 | 44 | 35 | 56 | 54 |
| Binary | 10100011 | 1101101 | 111100 | 0 | 100001 | 111111 | 100100 | 11101 | 101110 | 101100 |
Color Harmonies of #A36D3C
Complementary color
Monochromatic Colors of #A36D3C
Black with #A36D3C
Text Example
Text Example
White with #A36D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36D3C; }
p { color: rgb(163,109,60); }
H1.HeaderClassName
{
color: #A36D3C;
}
.AnyTagClassName
{
color: #A36D3C;
}
</style>
background-color css
<style>
a { background-color: #A36D3C; }
a { background-color: rgb(163,109,60); }
div.DivClassName
{
background-color: #A36D3C;
}
.BgClassName
{
background-color: #A36D3C;
}
</style>
border-color css
<style>
span { border-color: #A36D3C; }
span { border-color: rgb(163,109,60); }
td.TdClassName
{
border-color: #A36D3C;
}
.TagClassName
{
border-color: #A36D3C;
}
</style>