Shades of Bourbon #A2713D
Tints of Bourbon #A2713D
RGB
CMYK
RGB Variations
Color information
#A2713D (or 0xA2713D) is known color: Bourbon. HEX triplet: A2, 71 and 3D. RGB value is (162,113,61). Sum of RGB (Red+Green+Blue) = 162+113+61=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A2713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2713D is #5D8EC2. Grayscale: #797979. Windows color (decimal): -6131395 or 4026786. OLE color: 4026786.
HSL color Cylindrical-coordinate representation of color #A2713D: hue angle of 30.89º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2713D is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 113 | 61 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.36 |
| HSL | 30.89º | 0.45% | 0.44% | - |
| HSV(B) | 30.89º | 0.62% | 0.64% | - |
| XYZ | 21.65 | 19.83 | 7.1 | - |
| YUV | 121.72 | 93.73 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 113 | 61 | 0 | 0.30 | 0.62 | 0.36 | 30.89 | 0.45 | 0.44 |
| Hex | A2 | 71 | 3D | 0 | 1E | 3E | 24 | 1F | 2D | 2C |
| Octal | 242 | 161 | 75 | 0 | 36 | 76 | 44 | 37 | 55 | 54 |
| Binary | 10100010 | 1110001 | 111101 | 0 | 11110 | 111110 | 100100 | 11111 | 101101 | 101100 |
Color Harmonies of #A2713D
Complementary color
Monochromatic Colors of #A2713D
Black with #A2713D
Text Example
Text Example
White with #A2713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2713D; }
p { color: rgb(162,113,61); }
H1.HeaderClassName
{
color: #A2713D;
}
.AnyTagClassName
{
color: #A2713D;
}
</style>
background-color css
<style>
a { background-color: #A2713D; }
a { background-color: rgb(162,113,61); }
div.DivClassName
{
background-color: #A2713D;
}
.BgClassName
{
background-color: #A2713D;
}
</style>
border-color css
<style>
span { border-color: #A2713D; }
span { border-color: rgb(162,113,61); }
td.TdClassName
{
border-color: #A2713D;
}
.TagClassName
{
border-color: #A2713D;
}
</style>