Shades of Bourbon #AD7143
Tints of Bourbon #AD7143
RGB
CMYK
RGB Variations
Color information
#AD7143 (or 0xAD7143) is known color: Bourbon. HEX triplet: AD, 71 and 43. RGB value is (173,113,67). Sum of RGB (Red+Green+Blue) = 173+113+67=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7143 is #528EBC. Grayscale: #7D7D7D. Windows color (decimal): -5410493 or 4420013. OLE color: 4420013.
HSL color Cylindrical-coordinate representation of color #AD7143: hue angle of 26.04º 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 #AD7143 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 113 | 67 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.32 |
| HSL | 26.04º | 0.44% | 0.47% | - |
| HSV(B) | 26.04º | 0.61% | 0.68% | - |
| XYZ | 24.15 | 21.1 | 8.11 | - |
| YUV | 125.7 | 94.88 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 67 | 0 | 0.35 | 0.61 | 0.32 | 26.04 | 0.44 | 0.47 |
| Hex | AD | 71 | 43 | 0 | 23 | 3D | 20 | 1A | 2C | 2F |
| Octal | 255 | 161 | 103 | 0 | 43 | 75 | 40 | 32 | 54 | 57 |
| Binary | 10101101 | 1110001 | 1000011 | 0 | 100011 | 111101 | 100000 | 11010 | 101100 | 101111 |
Color Harmonies of #AD7143
Complementary color
Monochromatic Colors of #AD7143
Black with #AD7143
Text Example
Text Example
White with #AD7143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7143; }
p { color: rgb(173,113,67); }
H1.HeaderClassName
{
color: #AD7143;
}
.AnyTagClassName
{
color: #AD7143;
}
</style>
background-color css
<style>
a { background-color: #AD7143; }
a { background-color: rgb(173,113,67); }
div.DivClassName
{
background-color: #AD7143;
}
.BgClassName
{
background-color: #AD7143;
}
</style>
border-color css
<style>
span { border-color: #AD7143; }
span { border-color: rgb(173,113,67); }
td.TdClassName
{
border-color: #AD7143;
}
.TagClassName
{
border-color: #AD7143;
}
</style>