Shades of Bourbon #AD7346
Tints of Bourbon #AD7346
RGB
CMYK
RGB Variations
Color information
#AD7346 (or 0xAD7346) is known color: Bourbon. HEX triplet: AD, 73 and 46. RGB value is (173,115,70). Sum of RGB (Red+Green+Blue) = 173+115+70=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7346 is #528CB9. Grayscale: #7F7F7F. Windows color (decimal): -5409978 or 4617133. OLE color: 4617133.
HSL color Cylindrical-coordinate representation of color #AD7346: hue angle of 26.21º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD7346 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 70 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.32 |
| HSL | 26.21º | 0.42% | 0.48% | - |
| HSV(B) | 26.21º | 0.6% | 0.68% | - |
| XYZ | 24.47 | 21.59 | 8.67 | - |
| YUV | 127.21 | 95.72 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 70 | 0 | 0.34 | 0.60 | 0.32 | 26.21 | 0.42 | 0.48 |
| Hex | AD | 73 | 46 | 0 | 22 | 3C | 20 | 1A | 2A | 30 |
| Octal | 255 | 163 | 106 | 0 | 42 | 74 | 40 | 32 | 52 | 60 |
| Binary | 10101101 | 1110011 | 1000110 | 0 | 100010 | 111100 | 100000 | 11010 | 101010 | 110000 |
Color Harmonies of #AD7346
Complementary color
Monochromatic Colors of #AD7346
Black with #AD7346
Text Example
Text Example
White with #AD7346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7346; }
p { color: rgb(173,115,70); }
H1.HeaderClassName
{
color: #AD7346;
}
.AnyTagClassName
{
color: #AD7346;
}
</style>
background-color css
<style>
a { background-color: #AD7346; }
a { background-color: rgb(173,115,70); }
div.DivClassName
{
background-color: #AD7346;
}
.BgClassName
{
background-color: #AD7346;
}
</style>
border-color css
<style>
span { border-color: #AD7346; }
span { border-color: rgb(173,115,70); }
td.TdClassName
{
border-color: #AD7346;
}
.TagClassName
{
border-color: #AD7346;
}
</style>