Shades of Bourbon #AD6E40
Tints of Bourbon #AD6E40
RGB
CMYK
RGB Variations
Color information
#AD6E40 (or 0xAD6E40) is known color: Bourbon. HEX triplet: AD, 6E and 40. RGB value is (173,110,64). Sum of RGB (Red+Green+Blue) = 173+110+64=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6E40 is #5291BF. Grayscale: #7B7B7B. Windows color (decimal): -5411264 or 4222637. OLE color: 4222637.
HSL color Cylindrical-coordinate representation of color #AD6E40: hue angle of 25.32º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD6E40 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 110 | 64 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.32 |
| HSL | 25.32º | 0.46% | 0.46% | - |
| HSV(B) | 25.32º | 0.63% | 0.68% | - |
| XYZ | 23.73 | 20.41 | 7.54 | - |
| YUV | 123.59 | 94.37 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 64 | 0 | 0.36 | 0.63 | 0.32 | 25.32 | 0.46 | 0.46 |
| Hex | AD | 6E | 40 | 0 | 24 | 3F | 20 | 19 | 2E | 2E |
| Octal | 255 | 156 | 100 | 0 | 44 | 77 | 40 | 31 | 56 | 56 |
| Binary | 10101101 | 1101110 | 1000000 | 0 | 100100 | 111111 | 100000 | 11001 | 101110 | 101110 |
Color Harmonies of #AD6E40
Complementary color
Monochromatic Colors of #AD6E40
Black with #AD6E40
Text Example
Text Example
White with #AD6E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6E40; }
p { color: rgb(173,110,64); }
H1.HeaderClassName
{
color: #AD6E40;
}
.AnyTagClassName
{
color: #AD6E40;
}
</style>
background-color css
<style>
a { background-color: #AD6E40; }
a { background-color: rgb(173,110,64); }
div.DivClassName
{
background-color: #AD6E40;
}
.BgClassName
{
background-color: #AD6E40;
}
</style>
border-color css
<style>
span { border-color: #AD6E40; }
span { border-color: rgb(173,110,64); }
td.TdClassName
{
border-color: #AD6E40;
}
.TagClassName
{
border-color: #AD6E40;
}
</style>