Shades of Bourbon #AD7748
Tints of Bourbon #AD7748
RGB
CMYK
RGB Variations
Color information
#AD7748 (or 0xAD7748) is known color: Bourbon. HEX triplet: AD, 77 and 48. RGB value is (173,119,72). Sum of RGB (Red+Green+Blue) = 173+119+72=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7748 is #5288B7. Grayscale: #828282. Windows color (decimal): -5408952 or 4749229. OLE color: 4749229.
HSL color Cylindrical-coordinate representation of color #AD7748: hue angle of 27.92º 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 #AD7748 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 119 | 72 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.32 |
| HSL | 27.92º | 0.41% | 0.48% | - |
| HSV(B) | 27.92º | 0.58% | 0.68% | - |
| XYZ | 25 | 22.55 | 9.17 | - |
| YUV | 129.79 | 95.39 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 72 | 0 | 0.31 | 0.58 | 0.32 | 27.92 | 0.41 | 0.48 |
| Hex | AD | 77 | 48 | 0 | 1F | 3A | 20 | 1C | 29 | 30 |
| Octal | 255 | 167 | 110 | 0 | 37 | 72 | 40 | 34 | 51 | 60 |
| Binary | 10101101 | 1110111 | 1001000 | 0 | 11111 | 111010 | 100000 | 11100 | 101001 | 110000 |
Color Harmonies of #AD7748
Complementary color
Monochromatic Colors of #AD7748
Black with #AD7748
Text Example
Text Example
White with #AD7748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7748; }
p { color: rgb(173,119,72); }
H1.HeaderClassName
{
color: #AD7748;
}
.AnyTagClassName
{
color: #AD7748;
}
</style>
background-color css
<style>
a { background-color: #AD7748; }
a { background-color: rgb(173,119,72); }
div.DivClassName
{
background-color: #AD7748;
}
.BgClassName
{
background-color: #AD7748;
}
</style>
border-color css
<style>
span { border-color: #AD7748; }
span { border-color: rgb(173,119,72); }
td.TdClassName
{
border-color: #AD7748;
}
.TagClassName
{
border-color: #AD7748;
}
</style>