Shades of Bourbon #AD7043
Tints of Bourbon #AD7043
RGB
CMYK
RGB Variations
Color information
#AD7043 (or 0xAD7043) is known color: Bourbon. HEX triplet: AD, 70 and 43. RGB value is (173,112,67). Sum of RGB (Red+Green+Blue) = 173+112+67=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7043 is #528FBC. Grayscale: #7D7D7D. Windows color (decimal): -5410749 or 4419757. OLE color: 4419757.
HSL color Cylindrical-coordinate representation of color #AD7043: hue angle of 25.47º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD7043 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 112 | 67 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.32 |
| HSL | 25.47º | 0.44% | 0.47% | - |
| HSV(B) | 25.47º | 0.61% | 0.68% | - |
| XYZ | 24.04 | 20.88 | 8.07 | - |
| YUV | 125.11 | 95.21 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 67 | 0 | 0.35 | 0.61 | 0.32 | 25.47 | 0.44 | 0.47 |
| Hex | AD | 70 | 43 | 0 | 23 | 3D | 20 | 19 | 2C | 2F |
| Octal | 255 | 160 | 103 | 0 | 43 | 75 | 40 | 31 | 54 | 57 |
| Binary | 10101101 | 1110000 | 1000011 | 0 | 100011 | 111101 | 100000 | 11001 | 101100 | 101111 |
Color Harmonies of #AD7043
Complementary color
Monochromatic Colors of #AD7043
Black with #AD7043
Text Example
Text Example
White with #AD7043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7043; }
p { color: rgb(173,112,67); }
H1.HeaderClassName
{
color: #AD7043;
}
.AnyTagClassName
{
color: #AD7043;
}
</style>
background-color css
<style>
a { background-color: #AD7043; }
a { background-color: rgb(173,112,67); }
div.DivClassName
{
background-color: #AD7043;
}
.BgClassName
{
background-color: #AD7043;
}
</style>
border-color css
<style>
span { border-color: #AD7043; }
span { border-color: rgb(173,112,67); }
td.TdClassName
{
border-color: #AD7043;
}
.TagClassName
{
border-color: #AD7043;
}
</style>