Shades of Bourbon #A2703D
Tints of Bourbon #A2703D
RGB
CMYK
RGB Variations
Color information
#A2703D (or 0xA2703D) is known color: Bourbon. HEX triplet: A2, 70 and 3D. RGB value is (162,112,61). Sum of RGB (Red+Green+Blue) = 162+112+61=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A2703D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2703D is #5D8FC2. Grayscale: #797979. Windows color (decimal): -6131651 or 4026530. OLE color: 4026530.
HSL color Cylindrical-coordinate representation of color #A2703D: hue angle of 30.3º 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 #A2703D is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 112 | 61 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.36 |
| HSL | 30.3º | 0.45% | 0.44% | - |
| HSV(B) | 30.3º | 0.62% | 0.64% | - |
| XYZ | 21.54 | 19.61 | 7.06 | - |
| YUV | 121.14 | 94.07 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 112 | 61 | 0 | 0.31 | 0.62 | 0.36 | 30.3 | 0.45 | 0.44 |
| Hex | A2 | 70 | 3D | 0 | 1F | 3E | 24 | 1E | 2D | 2C |
| Octal | 242 | 160 | 75 | 0 | 37 | 76 | 44 | 36 | 55 | 54 |
| Binary | 10100010 | 1110000 | 111101 | 0 | 11111 | 111110 | 100100 | 11110 | 101101 | 101100 |
Color Harmonies of #A2703D
Complementary color
Monochromatic Colors of #A2703D
Black with #A2703D
Text Example
Text Example
White with #A2703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2703D; }
p { color: rgb(162,112,61); }
H1.HeaderClassName
{
color: #A2703D;
}
.AnyTagClassName
{
color: #A2703D;
}
</style>
background-color css
<style>
a { background-color: #A2703D; }
a { background-color: rgb(162,112,61); }
div.DivClassName
{
background-color: #A2703D;
}
.BgClassName
{
background-color: #A2703D;
}
</style>
border-color css
<style>
span { border-color: #A2703D; }
span { border-color: rgb(162,112,61); }
td.TdClassName
{
border-color: #A2703D;
}
.TagClassName
{
border-color: #A2703D;
}
</style>