Shades of Bourbon #A1703D
Tints of Bourbon #A1703D
RGB
CMYK
RGB Variations
Color information
#A1703D (or 0xA1703D) is known color: Bourbon. HEX triplet: A1, 70 and 3D. RGB value is (161,112,61). Sum of RGB (Red+Green+Blue) = 161+112+61=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A1703D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1703D is #5E8FC2. Grayscale: #797979. Windows color (decimal): -6197187 or 4026529. OLE color: 4026529.
HSL color Cylindrical-coordinate representation of color #A1703D: hue angle of 30.6º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1703D is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 112 | 61 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.37 |
| HSL | 30.6º | 0.45% | 0.44% | - |
| HSV(B) | 30.6º | 0.62% | 0.63% | - |
| XYZ | 21.33 | 19.5 | 7.05 | - |
| YUV | 120.84 | 94.23 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 61 | 0 | 0.30 | 0.62 | 0.37 | 30.6 | 0.45 | 0.44 |
| Hex | A1 | 70 | 3D | 0 | 1E | 3E | 25 | 1F | 2D | 2C |
| Octal | 241 | 160 | 75 | 0 | 36 | 76 | 45 | 37 | 55 | 54 |
| Binary | 10100001 | 1110000 | 111101 | 0 | 11110 | 111110 | 100101 | 11111 | 101101 | 101100 |
Color Harmonies of #A1703D
Complementary color
Monochromatic Colors of #A1703D
Black with #A1703D
Text Example
Text Example
White with #A1703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1703D; }
p { color: rgb(161,112,61); }
H1.HeaderClassName
{
color: #A1703D;
}
.AnyTagClassName
{
color: #A1703D;
}
</style>
background-color css
<style>
a { background-color: #A1703D; }
a { background-color: rgb(161,112,61); }
div.DivClassName
{
background-color: #A1703D;
}
.BgClassName
{
background-color: #A1703D;
}
</style>
border-color css
<style>
span { border-color: #A1703D; }
span { border-color: rgb(161,112,61); }
td.TdClassName
{
border-color: #A1703D;
}
.TagClassName
{
border-color: #A1703D;
}
</style>