Shades of Bourbon #AD7747
Tints of Bourbon #AD7747
RGB
CMYK
RGB Variations
Color information
#AD7747 (or 0xAD7747) is known color: Bourbon. HEX triplet: AD, 77 and 47. RGB value is (173,119,71). Sum of RGB (Red+Green+Blue) = 173+119+71=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7747 is #5288B8. Grayscale: #818181. Windows color (decimal): -5408953 or 4683693. OLE color: 4683693.
HSL color Cylindrical-coordinate representation of color #AD7747: hue angle of 28.24º 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 #AD7747 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 119 | 71 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.32 |
| HSL | 28.24º | 0.42% | 0.48% | - |
| HSV(B) | 28.24º | 0.59% | 0.68% | - |
| XYZ | 24.97 | 22.53 | 8.99 | - |
| YUV | 129.67 | 94.89 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 71 | 0 | 0.31 | 0.59 | 0.32 | 28.24 | 0.42 | 0.48 |
| Hex | AD | 77 | 47 | 0 | 1F | 3B | 20 | 1C | 2A | 30 |
| Octal | 255 | 167 | 107 | 0 | 37 | 73 | 40 | 34 | 52 | 60 |
| Binary | 10101101 | 1110111 | 1000111 | 0 | 11111 | 111011 | 100000 | 11100 | 101010 | 110000 |
Color Harmonies of #AD7747
Complementary color
Monochromatic Colors of #AD7747
Black with #AD7747
Text Example
Text Example
White with #AD7747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7747; }
p { color: rgb(173,119,71); }
H1.HeaderClassName
{
color: #AD7747;
}
.AnyTagClassName
{
color: #AD7747;
}
</style>
background-color css
<style>
a { background-color: #AD7747; }
a { background-color: rgb(173,119,71); }
div.DivClassName
{
background-color: #AD7747;
}
.BgClassName
{
background-color: #AD7747;
}
</style>
border-color css
<style>
span { border-color: #AD7747; }
span { border-color: rgb(173,119,71); }
td.TdClassName
{
border-color: #AD7747;
}
.TagClassName
{
border-color: #AD7747;
}
</style>