Shades of Bourbon #AD7447
Tints of Bourbon #AD7447
RGB
CMYK
RGB Variations
Color information
#AD7447 (or 0xAD7447) is known color: Bourbon. HEX triplet: AD, 74 and 47. RGB value is (173,116,71). Sum of RGB (Red+Green+Blue) = 173+116+71=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7447 is #528BB8. Grayscale: #808080. Windows color (decimal): -5409721 or 4682925. OLE color: 4682925.
HSL color Cylindrical-coordinate representation of color #AD7447: hue angle of 26.47º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD7447 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 116 | 71 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.32 |
| HSL | 26.47º | 0.42% | 0.48% | - |
| HSV(B) | 26.47º | 0.59% | 0.68% | - |
| XYZ | 24.62 | 21.83 | 8.88 | - |
| YUV | 127.91 | 95.88 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 71 | 0 | 0.33 | 0.59 | 0.32 | 26.47 | 0.42 | 0.48 |
| Hex | AD | 74 | 47 | 0 | 21 | 3B | 20 | 1A | 2A | 30 |
| Octal | 255 | 164 | 107 | 0 | 41 | 73 | 40 | 32 | 52 | 60 |
| Binary | 10101101 | 1110100 | 1000111 | 0 | 100001 | 111011 | 100000 | 11010 | 101010 | 110000 |
Color Harmonies of #AD7447
Complementary color
Monochromatic Colors of #AD7447
Black with #AD7447
Text Example
Text Example
White with #AD7447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7447; }
p { color: rgb(173,116,71); }
H1.HeaderClassName
{
color: #AD7447;
}
.AnyTagClassName
{
color: #AD7447;
}
</style>
background-color css
<style>
a { background-color: #AD7447; }
a { background-color: rgb(173,116,71); }
div.DivClassName
{
background-color: #AD7447;
}
.BgClassName
{
background-color: #AD7447;
}
</style>
border-color css
<style>
span { border-color: #AD7447; }
span { border-color: rgb(173,116,71); }
td.TdClassName
{
border-color: #AD7447;
}
.TagClassName
{
border-color: #AD7447;
}
</style>