Shades of Bourbon #AD6A40
Tints of Bourbon #AD6A40
RGB
CMYK
RGB Variations
Color information
#AD6A40 (or 0xAD6A40) is known color: Bourbon. HEX triplet: AD, 6A and 40. RGB value is (173,106,64). Sum of RGB (Red+Green+Blue) = 173+106+64=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6A40 is #5295BF. Grayscale: #797979. Windows color (decimal): -5412288 or 4221613. OLE color: 4221613.
HSL color Cylindrical-coordinate representation of color #AD6A40: hue angle of 23.12º 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 #AD6A40 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 106 | 64 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.32 |
| HSL | 23.12º | 0.46% | 0.46% | - |
| HSV(B) | 23.12º | 0.63% | 0.68% | - |
| XYZ | 23.31 | 19.56 | 7.4 | - |
| YUV | 121.25 | 95.7 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 64 | 0 | 0.39 | 0.63 | 0.32 | 23.12 | 0.46 | 0.46 |
| Hex | AD | 6A | 40 | 0 | 27 | 3F | 20 | 17 | 2E | 2E |
| Octal | 255 | 152 | 100 | 0 | 47 | 77 | 40 | 27 | 56 | 56 |
| Binary | 10101101 | 1101010 | 1000000 | 0 | 100111 | 111111 | 100000 | 10111 | 101110 | 101110 |
Color Harmonies of #AD6A40
Complementary color
Monochromatic Colors of #AD6A40
Black with #AD6A40
Text Example
Text Example
White with #AD6A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6A40; }
p { color: rgb(173,106,64); }
H1.HeaderClassName
{
color: #AD6A40;
}
.AnyTagClassName
{
color: #AD6A40;
}
</style>
background-color css
<style>
a { background-color: #AD6A40; }
a { background-color: rgb(173,106,64); }
div.DivClassName
{
background-color: #AD6A40;
}
.BgClassName
{
background-color: #AD6A40;
}
</style>
border-color css
<style>
span { border-color: #AD6A40; }
span { border-color: rgb(173,106,64); }
td.TdClassName
{
border-color: #AD6A40;
}
.TagClassName
{
border-color: #AD6A40;
}
</style>