Shades of Bourbon #AD7540
Tints of Bourbon #AD7540
RGB
CMYK
RGB Variations
Color information
#AD7540 (or 0xAD7540) is known color: Bourbon. HEX triplet: AD, 75 and 40. RGB value is (173,117,64). Sum of RGB (Red+Green+Blue) = 173+117+64=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7540 is #528ABF. Grayscale: #7F7F7F. Windows color (decimal): -5409472 or 4224429. OLE color: 4224429.
HSL color Cylindrical-coordinate representation of color #AD7540: hue angle of 29.17º 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 #AD7540 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 117 | 64 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.32 |
| HSL | 29.17º | 0.46% | 0.46% | - |
| HSV(B) | 29.17º | 0.63% | 0.68% | - |
| XYZ | 24.52 | 21.98 | 7.8 | - |
| YUV | 127.7 | 92.05 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 64 | 0 | 0.32 | 0.63 | 0.32 | 29.17 | 0.46 | 0.46 |
| Hex | AD | 75 | 40 | 0 | 20 | 3F | 20 | 1D | 2E | 2E |
| Octal | 255 | 165 | 100 | 0 | 40 | 77 | 40 | 35 | 56 | 56 |
| Binary | 10101101 | 1110101 | 1000000 | 0 | 100000 | 111111 | 100000 | 11101 | 101110 | 101110 |
Color Harmonies of #AD7540
Complementary color
Monochromatic Colors of #AD7540
Black with #AD7540
Text Example
Text Example
White with #AD7540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7540; }
p { color: rgb(173,117,64); }
H1.HeaderClassName
{
color: #AD7540;
}
.AnyTagClassName
{
color: #AD7540;
}
</style>
background-color css
<style>
a { background-color: #AD7540; }
a { background-color: rgb(173,117,64); }
div.DivClassName
{
background-color: #AD7540;
}
.BgClassName
{
background-color: #AD7540;
}
</style>
border-color css
<style>
span { border-color: #AD7540; }
span { border-color: rgb(173,117,64); }
td.TdClassName
{
border-color: #AD7540;
}
.TagClassName
{
border-color: #AD7540;
}
</style>