Shades of Bourbon #AD743F
Tints of Bourbon #AD743F
RGB
CMYK
RGB Variations
Color information
#AD743F (or 0xAD743F) is known color: Bourbon. HEX triplet: AD, 74 and 3F. RGB value is (173,116,63). Sum of RGB (Red+Green+Blue) = 173+116+63=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD743F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD743F is #528BC0. Grayscale: #7F7F7F. Windows color (decimal): -5409729 or 4158637. OLE color: 4158637.
HSL color Cylindrical-coordinate representation of color #AD743F: hue angle of 28.91º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD743F is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 116 | 63 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.32 |
| HSL | 28.91º | 0.47% | 0.46% | - |
| HSV(B) | 28.91º | 0.64% | 0.68% | - |
| XYZ | 24.38 | 21.73 | 7.61 | - |
| YUV | 127 | 91.88 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 63 | 0 | 0.33 | 0.64 | 0.32 | 28.91 | 0.47 | 0.46 |
| Hex | AD | 74 | 3F | 0 | 21 | 40 | 20 | 1D | 2F | 2E |
| Octal | 255 | 164 | 77 | 0 | 41 | 100 | 40 | 35 | 57 | 56 |
| Binary | 10101101 | 1110100 | 111111 | 0 | 100001 | 1000000 | 100000 | 11101 | 101111 | 101110 |
Color Harmonies of #AD743F
Complementary color
Monochromatic Colors of #AD743F
Black with #AD743F
Text Example
Text Example
White with #AD743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD743F; }
p { color: rgb(173,116,63); }
H1.HeaderClassName
{
color: #AD743F;
}
.AnyTagClassName
{
color: #AD743F;
}
</style>
background-color css
<style>
a { background-color: #AD743F; }
a { background-color: rgb(173,116,63); }
div.DivClassName
{
background-color: #AD743F;
}
.BgClassName
{
background-color: #AD743F;
}
</style>
border-color css
<style>
span { border-color: #AD743F; }
span { border-color: rgb(173,116,63); }
td.TdClassName
{
border-color: #AD743F;
}
.TagClassName
{
border-color: #AD743F;
}
</style>