Shades of Bourbon #A36F45
Tints of Bourbon #A36F45
RGB
CMYK
RGB Variations
Color information
#A36F45 (or 0xA36F45) is known color: Bourbon. HEX triplet: A3, 6F and 45. RGB value is (163,111,69). Sum of RGB (Red+Green+Blue) = 163+111+69=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36F45 is #5C90BA. Grayscale: #797979. Windows color (decimal): -6066363 or 4550563. OLE color: 4550563.
HSL color Cylindrical-coordinate representation of color #A36F45: hue angle of 26.81º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A36F45 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 111 | 69 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.36 |
| HSL | 26.81º | 0.41% | 0.45% | - |
| HSV(B) | 26.81º | 0.58% | 0.64% | - |
| XYZ | 21.86 | 19.59 | 8.26 | - |
| YUV | 121.76 | 98.23 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 69 | 0 | 0.32 | 0.58 | 0.36 | 26.81 | 0.41 | 0.45 |
| Hex | A3 | 6F | 45 | 0 | 20 | 3A | 24 | 1B | 29 | 2D |
| Octal | 243 | 157 | 105 | 0 | 40 | 72 | 44 | 33 | 51 | 55 |
| Binary | 10100011 | 1101111 | 1000101 | 0 | 100000 | 111010 | 100100 | 11011 | 101001 | 101101 |
Color Harmonies of #A36F45
Complementary color
Monochromatic Colors of #A36F45
Black with #A36F45
Text Example
Text Example
White with #A36F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36F45; }
p { color: rgb(163,111,69); }
H1.HeaderClassName
{
color: #A36F45;
}
.AnyTagClassName
{
color: #A36F45;
}
</style>
background-color css
<style>
a { background-color: #A36F45; }
a { background-color: rgb(163,111,69); }
div.DivClassName
{
background-color: #A36F45;
}
.BgClassName
{
background-color: #A36F45;
}
</style>
border-color css
<style>
span { border-color: #A36F45; }
span { border-color: rgb(163,111,69); }
td.TdClassName
{
border-color: #A36F45;
}
.TagClassName
{
border-color: #A36F45;
}
</style>