Shades of Bourbon #AD6D3C
Tints of Bourbon #AD6D3C
RGB
CMYK
RGB Variations
Color information
#AD6D3C (or 0xAD6D3C) is known color: Bourbon. HEX triplet: AD, 6D and 3C. RGB value is (173,109,60). Sum of RGB (Red+Green+Blue) = 173+109+60=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6D3C is #5292C3. Grayscale: #7A7A7A. Windows color (decimal): -5411524 or 3960237. OLE color: 3960237.
HSL color Cylindrical-coordinate representation of color #AD6D3C: hue angle of 26.02º 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 #AD6D3C is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 109 | 60 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.32 |
| HSL | 26.02º | 0.48% | 0.46% | - |
| HSV(B) | 26.02º | 0.65% | 0.68% | - |
| XYZ | 23.52 | 20.15 | 6.92 | - |
| YUV | 122.55 | 92.7 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 60 | 0 | 0.37 | 0.65 | 0.32 | 26.02 | 0.48 | 0.46 |
| Hex | AD | 6D | 3C | 0 | 25 | 41 | 20 | 1A | 30 | 2E |
| Octal | 255 | 155 | 74 | 0 | 45 | 101 | 40 | 32 | 60 | 56 |
| Binary | 10101101 | 1101101 | 111100 | 0 | 100101 | 1000001 | 100000 | 11010 | 110000 | 101110 |
Color Harmonies of #AD6D3C
Complementary color
Monochromatic Colors of #AD6D3C
Black with #AD6D3C
Text Example
Text Example
White with #AD6D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6D3C; }
p { color: rgb(173,109,60); }
H1.HeaderClassName
{
color: #AD6D3C;
}
.AnyTagClassName
{
color: #AD6D3C;
}
</style>
background-color css
<style>
a { background-color: #AD6D3C; }
a { background-color: rgb(173,109,60); }
div.DivClassName
{
background-color: #AD6D3C;
}
.BgClassName
{
background-color: #AD6D3C;
}
</style>
border-color css
<style>
span { border-color: #AD6D3C; }
span { border-color: rgb(173,109,60); }
td.TdClassName
{
border-color: #AD6D3C;
}
.TagClassName
{
border-color: #AD6D3C;
}
</style>