Shades of Bourbon #AD7247
Tints of Bourbon #AD7247
RGB
CMYK
RGB Variations
Color information
#AD7247 (or 0xAD7247) is known color: Bourbon. HEX triplet: AD, 72 and 47. RGB value is (173,114,71). Sum of RGB (Red+Green+Blue) = 173+114+71=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7247 is #528DB8. Grayscale: #7E7E7E. Windows color (decimal): -5410233 or 4682413. OLE color: 4682413.
HSL color Cylindrical-coordinate representation of color #AD7247: hue angle of 25.29º 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 #AD7247 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 114 | 71 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.32 |
| HSL | 25.29º | 0.42% | 0.48% | - |
| HSV(B) | 25.29º | 0.59% | 0.68% | - |
| XYZ | 24.39 | 21.37 | 8.8 | - |
| YUV | 126.74 | 96.55 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 71 | 0 | 0.34 | 0.59 | 0.32 | 25.29 | 0.42 | 0.48 |
| Hex | AD | 72 | 47 | 0 | 22 | 3B | 20 | 19 | 2A | 30 |
| Octal | 255 | 162 | 107 | 0 | 42 | 73 | 40 | 31 | 52 | 60 |
| Binary | 10101101 | 1110010 | 1000111 | 0 | 100010 | 111011 | 100000 | 11001 | 101010 | 110000 |
Color Harmonies of #AD7247
Complementary color
Monochromatic Colors of #AD7247
Black with #AD7247
Text Example
Text Example
White with #AD7247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7247; }
p { color: rgb(173,114,71); }
H1.HeaderClassName
{
color: #AD7247;
}
.AnyTagClassName
{
color: #AD7247;
}
</style>
background-color css
<style>
a { background-color: #AD7247; }
a { background-color: rgb(173,114,71); }
div.DivClassName
{
background-color: #AD7247;
}
.BgClassName
{
background-color: #AD7247;
}
</style>
border-color css
<style>
span { border-color: #AD7247; }
span { border-color: rgb(173,114,71); }
td.TdClassName
{
border-color: #AD7247;
}
.TagClassName
{
border-color: #AD7247;
}
</style>