Shades of Bourbon #AD713C
Tints of Bourbon #AD713C
RGB
CMYK
RGB Variations
Color information
#AD713C (or 0xAD713C) is known color: Bourbon. HEX triplet: AD, 71 and 3C. RGB value is (173,113,60). Sum of RGB (Red+Green+Blue) = 173+113+60=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD713C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD713C is #528EC3. Grayscale: #7D7D7D. Windows color (decimal): -5410500 or 3961261. OLE color: 3961261.
HSL color Cylindrical-coordinate representation of color #AD713C: hue angle of 28.14º 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 #AD713C is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 113 | 60 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.32 |
| HSL | 28.14º | 0.48% | 0.46% | - |
| HSV(B) | 28.14º | 0.65% | 0.68% | - |
| XYZ | 23.95 | 21.02 | 7.07 | - |
| YUV | 124.9 | 91.38 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 60 | 0 | 0.35 | 0.65 | 0.32 | 28.14 | 0.48 | 0.46 |
| Hex | AD | 71 | 3C | 0 | 23 | 41 | 20 | 1C | 30 | 2E |
| Octal | 255 | 161 | 74 | 0 | 43 | 101 | 40 | 34 | 60 | 56 |
| Binary | 10101101 | 1110001 | 111100 | 0 | 100011 | 1000001 | 100000 | 11100 | 110000 | 101110 |
Color Harmonies of #AD713C
Complementary color
Monochromatic Colors of #AD713C
Black with #AD713C
Text Example
Text Example
White with #AD713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD713C; }
p { color: rgb(173,113,60); }
H1.HeaderClassName
{
color: #AD713C;
}
.AnyTagClassName
{
color: #AD713C;
}
</style>
background-color css
<style>
a { background-color: #AD713C; }
a { background-color: rgb(173,113,60); }
div.DivClassName
{
background-color: #AD713C;
}
.BgClassName
{
background-color: #AD713C;
}
</style>
border-color css
<style>
span { border-color: #AD713C; }
span { border-color: rgb(173,113,60); }
td.TdClassName
{
border-color: #AD713C;
}
.TagClassName
{
border-color: #AD713C;
}
</style>