Shades of Bourbon #A37345
Tints of Bourbon #A37345
RGB
CMYK
RGB Variations
Color information
#A37345 (or 0xA37345) is known color: Bourbon. HEX triplet: A3, 73 and 45. RGB value is (163,115,69). Sum of RGB (Red+Green+Blue) = 163+115+69=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A37345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37345 is #5C8CBA. Grayscale: #7C7C7C. Windows color (decimal): -6065339 or 4551587. OLE color: 4551587.
HSL color Cylindrical-coordinate representation of color #A37345: hue angle of 29.36º 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 #A37345 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 115 | 69 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.36 |
| HSL | 29.36º | 0.41% | 0.45% | - |
| HSV(B) | 29.36º | 0.58% | 0.64% | - |
| XYZ | 22.31 | 20.48 | 8.41 | - |
| YUV | 124.11 | 96.9 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 115 | 69 | 0 | 0.29 | 0.58 | 0.36 | 29.36 | 0.41 | 0.45 |
| Hex | A3 | 73 | 45 | 0 | 1D | 3A | 24 | 1D | 29 | 2D |
| Octal | 243 | 163 | 105 | 0 | 35 | 72 | 44 | 35 | 51 | 55 |
| Binary | 10100011 | 1110011 | 1000101 | 0 | 11101 | 111010 | 100100 | 11101 | 101001 | 101101 |
Color Harmonies of #A37345
Complementary color
Monochromatic Colors of #A37345
Black with #A37345
Text Example
Text Example
White with #A37345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37345; }
p { color: rgb(163,115,69); }
H1.HeaderClassName
{
color: #A37345;
}
.AnyTagClassName
{
color: #A37345;
}
</style>
background-color css
<style>
a { background-color: #A37345; }
a { background-color: rgb(163,115,69); }
div.DivClassName
{
background-color: #A37345;
}
.BgClassName
{
background-color: #A37345;
}
</style>
border-color css
<style>
span { border-color: #A37345; }
span { border-color: rgb(163,115,69); }
td.TdClassName
{
border-color: #A37345;
}
.TagClassName
{
border-color: #A37345;
}
</style>