Shades of Bourbon #AD7049
Tints of Bourbon #AD7049
RGB
CMYK
RGB Variations
Color information
#AD7049 (or 0xAD7049) is known color: Bourbon. HEX triplet: AD, 70 and 49. RGB value is (173,112,73). Sum of RGB (Red+Green+Blue) = 173+112+73=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7049 is #528FB6. Grayscale: #7E7E7E. Windows color (decimal): -5410743 or 4812973. OLE color: 4812973.
HSL color Cylindrical-coordinate representation of color #AD7049: hue angle of 23.4º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD7049 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 112 | 73 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.32 |
| HSL | 23.4º | 0.41% | 0.48% | - |
| HSV(B) | 23.4º | 0.58% | 0.68% | - |
| XYZ | 24.23 | 20.95 | 9.07 | - |
| YUV | 125.79 | 98.21 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 73 | 0 | 0.35 | 0.58 | 0.32 | 23.4 | 0.41 | 0.48 |
| Hex | AD | 70 | 49 | 0 | 23 | 3A | 20 | 17 | 29 | 30 |
| Octal | 255 | 160 | 111 | 0 | 43 | 72 | 40 | 27 | 51 | 60 |
| Binary | 10101101 | 1110000 | 1001001 | 0 | 100011 | 111010 | 100000 | 10111 | 101001 | 110000 |
Color Harmonies of #AD7049
Complementary color
Monochromatic Colors of #AD7049
Black with #AD7049
Text Example
Text Example
White with #AD7049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7049; }
p { color: rgb(173,112,73); }
H1.HeaderClassName
{
color: #AD7049;
}
.AnyTagClassName
{
color: #AD7049;
}
</style>
background-color css
<style>
a { background-color: #AD7049; }
a { background-color: rgb(173,112,73); }
div.DivClassName
{
background-color: #AD7049;
}
.BgClassName
{
background-color: #AD7049;
}
</style>
border-color css
<style>
span { border-color: #AD7049; }
span { border-color: rgb(173,112,73); }
td.TdClassName
{
border-color: #AD7049;
}
.TagClassName
{
border-color: #AD7049;
}
</style>