Shades of Bourbon #AD703C
Tints of Bourbon #AD703C
RGB
CMYK
RGB Variations
Color information
#AD703C (or 0xAD703C) is known color: Bourbon. HEX triplet: AD, 70 and 3C. RGB value is (173,112,60). Sum of RGB (Red+Green+Blue) = 173+112+60=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD703C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD703C is #528FC3. Grayscale: #7C7C7C. Windows color (decimal): -5410756 or 3961005. OLE color: 3961005.
HSL color Cylindrical-coordinate representation of color #AD703C: hue angle of 27.61º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD703C is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 112 | 60 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.32 |
| HSL | 27.61º | 0.48% | 0.46% | - |
| HSV(B) | 27.61º | 0.65% | 0.68% | - |
| XYZ | 23.84 | 20.8 | 7.03 | - |
| YUV | 124.31 | 91.71 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 60 | 0 | 0.35 | 0.65 | 0.32 | 27.61 | 0.48 | 0.46 |
| Hex | AD | 70 | 3C | 0 | 23 | 41 | 20 | 1C | 30 | 2E |
| Octal | 255 | 160 | 74 | 0 | 43 | 101 | 40 | 34 | 60 | 56 |
| Binary | 10101101 | 1110000 | 111100 | 0 | 100011 | 1000001 | 100000 | 11100 | 110000 | 101110 |
Color Harmonies of #AD703C
Complementary color
Monochromatic Colors of #AD703C
Black with #AD703C
Text Example
Text Example
White with #AD703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD703C; }
p { color: rgb(173,112,60); }
H1.HeaderClassName
{
color: #AD703C;
}
.AnyTagClassName
{
color: #AD703C;
}
</style>
background-color css
<style>
a { background-color: #AD703C; }
a { background-color: rgb(173,112,60); }
div.DivClassName
{
background-color: #AD703C;
}
.BgClassName
{
background-color: #AD703C;
}
</style>
border-color css
<style>
span { border-color: #AD703C; }
span { border-color: rgb(173,112,60); }
td.TdClassName
{
border-color: #AD703C;
}
.TagClassName
{
border-color: #AD703C;
}
</style>