Shades of Bourbon #AD6537
Tints of Bourbon #AD6537
RGB
CMYK
RGB Variations
Color information
#AD6537 (or 0xAD6537) is known color: Bourbon. HEX triplet: AD, 65 and 37. RGB value is (173,101,55). Sum of RGB (Red+Green+Blue) = 173+101+55=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6537 is #529AC8. Grayscale: #757575. Windows color (decimal): -5413577 or 3630509. OLE color: 3630509.
HSL color Cylindrical-coordinate representation of color #AD6537: hue angle of 23.39º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD6537 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 55 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.32 |
| HSL | 23.39º | 0.52% | 0.45% | - |
| HSV(B) | 23.39º | 0.68% | 0.68% | - |
| XYZ | 22.58 | 18.47 | 5.99 | - |
| YUV | 117.28 | 92.85 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 55 | 0 | 0.42 | 0.68 | 0.32 | 23.39 | 0.52 | 0.45 |
| Hex | AD | 65 | 37 | 0 | 2A | 44 | 20 | 17 | 34 | 2D |
| Octal | 255 | 145 | 67 | 0 | 52 | 104 | 40 | 27 | 64 | 55 |
| Binary | 10101101 | 1100101 | 110111 | 0 | 101010 | 1000100 | 100000 | 10111 | 110100 | 101101 |
Color Harmonies of #AD6537
Complementary color
Monochromatic Colors of #AD6537
Black with #AD6537
Text Example
Text Example
White with #AD6537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6537; }
p { color: rgb(173,101,55); }
H1.HeaderClassName
{
color: #AD6537;
}
.AnyTagClassName
{
color: #AD6537;
}
</style>
background-color css
<style>
a { background-color: #AD6537; }
a { background-color: rgb(173,101,55); }
div.DivClassName
{
background-color: #AD6537;
}
.BgClassName
{
background-color: #AD6537;
}
</style>
border-color css
<style>
span { border-color: #AD6537; }
span { border-color: rgb(173,101,55); }
td.TdClassName
{
border-color: #AD6537;
}
.TagClassName
{
border-color: #AD6537;
}
</style>