Shades of Bourbon #AD6E48
Tints of Bourbon #AD6E48
RGB
CMYK
RGB Variations
Color information
#AD6E48 (or 0xAD6E48) is known color: Bourbon. HEX triplet: AD, 6E and 48. RGB value is (173,110,72). Sum of RGB (Red+Green+Blue) = 173+110+72=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6E48 is #5291B7. Grayscale: #7C7C7C. Windows color (decimal): -5411256 or 4746925. OLE color: 4746925.
HSL color Cylindrical-coordinate representation of color #AD6E48: hue angle of 22.57º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD6E48 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 110 | 72 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.32 |
| HSL | 22.57º | 0.41% | 0.48% | - |
| HSV(B) | 22.57º | 0.58% | 0.68% | - |
| XYZ | 23.98 | 20.5 | 8.82 | - |
| YUV | 124.51 | 98.37 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 72 | 0 | 0.36 | 0.58 | 0.32 | 22.57 | 0.41 | 0.48 |
| Hex | AD | 6E | 48 | 0 | 24 | 3A | 20 | 17 | 29 | 30 |
| Octal | 255 | 156 | 110 | 0 | 44 | 72 | 40 | 27 | 51 | 60 |
| Binary | 10101101 | 1101110 | 1001000 | 0 | 100100 | 111010 | 100000 | 10111 | 101001 | 110000 |
Color Harmonies of #AD6E48
Complementary color
Monochromatic Colors of #AD6E48
Black with #AD6E48
Text Example
Text Example
White with #AD6E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6E48; }
p { color: rgb(173,110,72); }
H1.HeaderClassName
{
color: #AD6E48;
}
.AnyTagClassName
{
color: #AD6E48;
}
</style>
background-color css
<style>
a { background-color: #AD6E48; }
a { background-color: rgb(173,110,72); }
div.DivClassName
{
background-color: #AD6E48;
}
.BgClassName
{
background-color: #AD6E48;
}
</style>
border-color css
<style>
span { border-color: #AD6E48; }
span { border-color: rgb(173,110,72); }
td.TdClassName
{
border-color: #AD6E48;
}
.TagClassName
{
border-color: #AD6E48;
}
</style>