Shades of Bourbon #A4703E
Tints of Bourbon #A4703E
RGB
CMYK
RGB Variations
Color information
#A4703E (or 0xA4703E) is known color: Bourbon. HEX triplet: A4, 70 and 3E. RGB value is (164,112,62). Sum of RGB (Red+Green+Blue) = 164+112+62=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A4703E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4703E is #5B8FC1. Grayscale: #7A7A7A. Windows color (decimal): -6000578 or 4092068. OLE color: 4092068.
HSL color Cylindrical-coordinate representation of color #A4703E: hue angle of 29.41º 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 #A4703E is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 112 | 62 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.36 |
| HSL | 29.41º | 0.45% | 0.44% | - |
| HSV(B) | 29.41º | 0.62% | 0.64% | - |
| XYZ | 21.97 | 19.83 | 7.23 | - |
| YUV | 121.85 | 94.23 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 62 | 0 | 0.32 | 0.62 | 0.36 | 29.41 | 0.45 | 0.44 |
| Hex | A4 | 70 | 3E | 0 | 20 | 3E | 24 | 1D | 2D | 2C |
| Octal | 244 | 160 | 76 | 0 | 40 | 76 | 44 | 35 | 55 | 54 |
| Binary | 10100100 | 1110000 | 111110 | 0 | 100000 | 111110 | 100100 | 11101 | 101101 | 101100 |
Color Harmonies of #A4703E
Complementary color
Monochromatic Colors of #A4703E
Black with #A4703E
Text Example
Text Example
White with #A4703E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4703E; }
p { color: rgb(164,112,62); }
H1.HeaderClassName
{
color: #A4703E;
}
.AnyTagClassName
{
color: #A4703E;
}
</style>
background-color css
<style>
a { background-color: #A4703E; }
a { background-color: rgb(164,112,62); }
div.DivClassName
{
background-color: #A4703E;
}
.BgClassName
{
background-color: #A4703E;
}
</style>
border-color css
<style>
span { border-color: #A4703E; }
span { border-color: rgb(164,112,62); }
td.TdClassName
{
border-color: #A4703E;
}
.TagClassName
{
border-color: #A4703E;
}
</style>