Shades of Bourbon #AD7547
Tints of Bourbon #AD7547
RGB
CMYK
RGB Variations
Color information
#AD7547 (or 0xAD7547) is known color: Bourbon. HEX triplet: AD, 75 and 47. RGB value is (173,117,71). Sum of RGB (Red+Green+Blue) = 173+117+71=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7547 is #528AB8. Grayscale: #808080. Windows color (decimal): -5409465 or 4683181. OLE color: 4683181.
HSL color Cylindrical-coordinate representation of color #AD7547: hue angle of 27.06º 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 #AD7547 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 117 | 71 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.32 |
| HSL | 27.06º | 0.42% | 0.48% | - |
| HSV(B) | 27.06º | 0.59% | 0.68% | - |
| XYZ | 24.73 | 22.06 | 8.92 | - |
| YUV | 128.5 | 95.55 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 71 | 0 | 0.32 | 0.59 | 0.32 | 27.06 | 0.42 | 0.48 |
| Hex | AD | 75 | 47 | 0 | 20 | 3B | 20 | 1B | 2A | 30 |
| Octal | 255 | 165 | 107 | 0 | 40 | 73 | 40 | 33 | 52 | 60 |
| Binary | 10101101 | 1110101 | 1000111 | 0 | 100000 | 111011 | 100000 | 11011 | 101010 | 110000 |
Color Harmonies of #AD7547
Complementary color
Monochromatic Colors of #AD7547
Black with #AD7547
Text Example
Text Example
White with #AD7547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7547; }
p { color: rgb(173,117,71); }
H1.HeaderClassName
{
color: #AD7547;
}
.AnyTagClassName
{
color: #AD7547;
}
</style>
background-color css
<style>
a { background-color: #AD7547; }
a { background-color: rgb(173,117,71); }
div.DivClassName
{
background-color: #AD7547;
}
.BgClassName
{
background-color: #AD7547;
}
</style>
border-color css
<style>
span { border-color: #AD7547; }
span { border-color: rgb(173,117,71); }
td.TdClassName
{
border-color: #AD7547;
}
.TagClassName
{
border-color: #AD7547;
}
</style>