Shades of Bourbon #A0703F
Tints of Bourbon #A0703F
RGB
CMYK
RGB Variations
Color information
#A0703F (or 0xA0703F) is known color: Bourbon. HEX triplet: A0, 70 and 3F. RGB value is (160,112,63). Sum of RGB (Red+Green+Blue) = 160+112+63=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A0703F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0703F is #5F8FC0. Grayscale: #797979. Windows color (decimal): -6262721 or 4157600. OLE color: 4157600.
HSL color Cylindrical-coordinate representation of color #A0703F: hue angle of 30.31º degrees, saturation: 0.43, 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 #A0703F is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 112 | 63 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.37 |
| HSL | 30.31º | 0.43% | 0.44% | - |
| HSV(B) | 30.31º | 0.61% | 0.63% | - |
| XYZ | 21.19 | 19.42 | 7.33 | - |
| YUV | 120.77 | 95.4 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 63 | 0 | 0.30 | 0.61 | 0.37 | 30.31 | 0.43 | 0.44 |
| Hex | A0 | 70 | 3F | 0 | 1E | 3D | 25 | 1E | 2B | 2C |
| Octal | 240 | 160 | 77 | 0 | 36 | 75 | 45 | 36 | 53 | 54 |
| Binary | 10100000 | 1110000 | 111111 | 0 | 11110 | 111101 | 100101 | 11110 | 101011 | 101100 |
Color Harmonies of #A0703F
Complementary color
Monochromatic Colors of #A0703F
Black with #A0703F
Text Example
Text Example
White with #A0703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0703F; }
p { color: rgb(160,112,63); }
H1.HeaderClassName
{
color: #A0703F;
}
.AnyTagClassName
{
color: #A0703F;
}
</style>
background-color css
<style>
a { background-color: #A0703F; }
a { background-color: rgb(160,112,63); }
div.DivClassName
{
background-color: #A0703F;
}
.BgClassName
{
background-color: #A0703F;
}
</style>
border-color css
<style>
span { border-color: #A0703F; }
span { border-color: rgb(160,112,63); }
td.TdClassName
{
border-color: #A0703F;
}
.TagClassName
{
border-color: #A0703F;
}
</style>