Shades of Bourbon #AD7549
Tints of Bourbon #AD7549
RGB
CMYK
RGB Variations
Color information
#AD7549 (or 0xAD7549) is known color: Bourbon. HEX triplet: AD, 75 and 49. RGB value is (173,117,73). Sum of RGB (Red+Green+Blue) = 173+117+73=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7549 is #528AB6. Grayscale: #808080. Windows color (decimal): -5409463 or 4814253. OLE color: 4814253.
HSL color Cylindrical-coordinate representation of color #AD7549: hue angle of 26.4º 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 #AD7549 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 117 | 73 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.32 |
| HSL | 26.4º | 0.41% | 0.48% | - |
| HSV(B) | 26.4º | 0.58% | 0.68% | - |
| XYZ | 24.8 | 22.09 | 9.26 | - |
| YUV | 128.73 | 96.55 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 73 | 0 | 0.32 | 0.58 | 0.32 | 26.4 | 0.41 | 0.48 |
| Hex | AD | 75 | 49 | 0 | 20 | 3A | 20 | 1A | 29 | 30 |
| Octal | 255 | 165 | 111 | 0 | 40 | 72 | 40 | 32 | 51 | 60 |
| Binary | 10101101 | 1110101 | 1001001 | 0 | 100000 | 111010 | 100000 | 11010 | 101001 | 110000 |
Color Harmonies of #AD7549
Complementary color
Monochromatic Colors of #AD7549
Black with #AD7549
Text Example
Text Example
White with #AD7549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7549; }
p { color: rgb(173,117,73); }
H1.HeaderClassName
{
color: #AD7549;
}
.AnyTagClassName
{
color: #AD7549;
}
</style>
background-color css
<style>
a { background-color: #AD7549; }
a { background-color: rgb(173,117,73); }
div.DivClassName
{
background-color: #AD7549;
}
.BgClassName
{
background-color: #AD7549;
}
</style>
border-color css
<style>
span { border-color: #AD7549; }
span { border-color: rgb(173,117,73); }
td.TdClassName
{
border-color: #AD7549;
}
.TagClassName
{
border-color: #AD7549;
}
</style>