Shades of Bourbon #A1713F
Tints of Bourbon #A1713F
RGB
CMYK
RGB Variations
Color information
#A1713F (or 0xA1713F) is known color: Bourbon. HEX triplet: A1, 71 and 3F. RGB value is (161,113,63). Sum of RGB (Red+Green+Blue) = 161+113+63=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A1713F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1713F is #5E8EC0. Grayscale: #797979. Windows color (decimal): -6196929 or 4157857. OLE color: 4157857.
HSL color Cylindrical-coordinate representation of color #A1713F: hue angle of 30.61º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1713F is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 113 | 63 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.37 |
| HSL | 30.61º | 0.44% | 0.44% | - |
| HSV(B) | 30.61º | 0.61% | 0.63% | - |
| XYZ | 21.5 | 19.75 | 7.38 | - |
| YUV | 121.65 | 94.9 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 113 | 63 | 0 | 0.30 | 0.61 | 0.37 | 30.61 | 0.44 | 0.44 |
| Hex | A1 | 71 | 3F | 0 | 1E | 3D | 25 | 1F | 2C | 2C |
| Octal | 241 | 161 | 77 | 0 | 36 | 75 | 45 | 37 | 54 | 54 |
| Binary | 10100001 | 1110001 | 111111 | 0 | 11110 | 111101 | 100101 | 11111 | 101100 | 101100 |
Color Harmonies of #A1713F
Complementary color
Monochromatic Colors of #A1713F
Black with #A1713F
Text Example
Text Example
White with #A1713F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1713F; }
p { color: rgb(161,113,63); }
H1.HeaderClassName
{
color: #A1713F;
}
.AnyTagClassName
{
color: #A1713F;
}
</style>
background-color css
<style>
a { background-color: #A1713F; }
a { background-color: rgb(161,113,63); }
div.DivClassName
{
background-color: #A1713F;
}
.BgClassName
{
background-color: #A1713F;
}
</style>
border-color css
<style>
span { border-color: #A1713F; }
span { border-color: rgb(161,113,63); }
td.TdClassName
{
border-color: #A1713F;
}
.TagClassName
{
border-color: #A1713F;
}
</style>