Shades of Bourbon #AD703F
Tints of Bourbon #AD703F
RGB
CMYK
RGB Variations
Color information
#AD703F (or 0xAD703F) is known color: Bourbon. HEX triplet: AD, 70 and 3F. RGB value is (173,112,63). Sum of RGB (Red+Green+Blue) = 173+112+63=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD703F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD703F is #528FC0. Grayscale: #7C7C7C. Windows color (decimal): -5410753 or 4157613. OLE color: 4157613.
HSL color Cylindrical-coordinate representation of color #AD703F: hue angle of 26.73º 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 #AD703F is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 112 | 63 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.32 |
| HSL | 26.73º | 0.47% | 0.46% | - |
| HSV(B) | 26.73º | 0.64% | 0.68% | - |
| XYZ | 23.92 | 20.83 | 7.46 | - |
| YUV | 124.65 | 93.21 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 63 | 0 | 0.35 | 0.64 | 0.32 | 26.73 | 0.47 | 0.46 |
| Hex | AD | 70 | 3F | 0 | 23 | 40 | 20 | 1B | 2F | 2E |
| Octal | 255 | 160 | 77 | 0 | 43 | 100 | 40 | 33 | 57 | 56 |
| Binary | 10101101 | 1110000 | 111111 | 0 | 100011 | 1000000 | 100000 | 11011 | 101111 | 101110 |
Color Harmonies of #AD703F
Complementary color
Monochromatic Colors of #AD703F
Black with #AD703F
Text Example
Text Example
White with #AD703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD703F; }
p { color: rgb(173,112,63); }
H1.HeaderClassName
{
color: #AD703F;
}
.AnyTagClassName
{
color: #AD703F;
}
</style>
background-color css
<style>
a { background-color: #AD703F; }
a { background-color: rgb(173,112,63); }
div.DivClassName
{
background-color: #AD703F;
}
.BgClassName
{
background-color: #AD703F;
}
</style>
border-color css
<style>
span { border-color: #AD703F; }
span { border-color: rgb(173,112,63); }
td.TdClassName
{
border-color: #AD703F;
}
.TagClassName
{
border-color: #AD703F;
}
</style>