Shades of Bourbon #AD7745
Tints of Bourbon #AD7745
RGB
CMYK
RGB Variations
Color information
#AD7745 (or 0xAD7745) is known color: Bourbon. HEX triplet: AD, 77 and 45. RGB value is (173,119,69). Sum of RGB (Red+Green+Blue) = 173+119+69=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7745 is #5288BA. Grayscale: #818181. Windows color (decimal): -5408955 or 4552621. OLE color: 4552621.
HSL color Cylindrical-coordinate representation of color #AD7745: hue angle of 28.85º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD7745 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 119 | 69 | - |
| CMYK | 0 | 0.31 | 0.60 | 0.32 |
| HSL | 28.85º | 0.43% | 0.47% | - |
| HSV(B) | 28.85º | 0.6% | 0.68% | - |
| XYZ | 24.9 | 22.51 | 8.66 | - |
| YUV | 129.45 | 93.89 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 69 | 0 | 0.31 | 0.60 | 0.32 | 28.85 | 0.43 | 0.47 |
| Hex | AD | 77 | 45 | 0 | 1F | 3C | 20 | 1D | 2B | 2F |
| Octal | 255 | 167 | 105 | 0 | 37 | 74 | 40 | 35 | 53 | 57 |
| Binary | 10101101 | 1110111 | 1000101 | 0 | 11111 | 111100 | 100000 | 11101 | 101011 | 101111 |
Color Harmonies of #AD7745
Complementary color
Monochromatic Colors of #AD7745
Black with #AD7745
Text Example
Text Example
White with #AD7745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7745; }
p { color: rgb(173,119,69); }
H1.HeaderClassName
{
color: #AD7745;
}
.AnyTagClassName
{
color: #AD7745;
}
</style>
background-color css
<style>
a { background-color: #AD7745; }
a { background-color: rgb(173,119,69); }
div.DivClassName
{
background-color: #AD7745;
}
.BgClassName
{
background-color: #AD7745;
}
</style>
border-color css
<style>
span { border-color: #AD7745; }
span { border-color: rgb(173,119,69); }
td.TdClassName
{
border-color: #AD7745;
}
.TagClassName
{
border-color: #AD7745;
}
</style>