Shades of Bourbon #AD753E
Tints of Bourbon #AD753E
RGB
CMYK
RGB Variations
Color information
#AD753E (or 0xAD753E) is known color: Bourbon. HEX triplet: AD, 75 and 3E. RGB value is (173,117,62). Sum of RGB (Red+Green+Blue) = 173+117+62=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD753E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD753E is #528AC1. Grayscale: #7F7F7F. Windows color (decimal): -5409474 or 4093357. OLE color: 4093357.
HSL color Cylindrical-coordinate representation of color #AD753E: hue angle of 29.73º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD753E is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 117 | 62 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.32 |
| HSL | 29.73º | 0.47% | 0.46% | - |
| HSV(B) | 29.73º | 0.64% | 0.68% | - |
| XYZ | 24.46 | 21.95 | 7.51 | - |
| YUV | 127.47 | 91.05 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 62 | 0 | 0.32 | 0.64 | 0.32 | 29.73 | 0.47 | 0.46 |
| Hex | AD | 75 | 3E | 0 | 20 | 40 | 20 | 1E | 2F | 2E |
| Octal | 255 | 165 | 76 | 0 | 40 | 100 | 40 | 36 | 57 | 56 |
| Binary | 10101101 | 1110101 | 111110 | 0 | 100000 | 1000000 | 100000 | 11110 | 101111 | 101110 |
Color Harmonies of #AD753E
Complementary color
Monochromatic Colors of #AD753E
Black with #AD753E
Text Example
Text Example
White with #AD753E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD753E; }
p { color: rgb(173,117,62); }
H1.HeaderClassName
{
color: #AD753E;
}
.AnyTagClassName
{
color: #AD753E;
}
</style>
background-color css
<style>
a { background-color: #AD753E; }
a { background-color: rgb(173,117,62); }
div.DivClassName
{
background-color: #AD753E;
}
.BgClassName
{
background-color: #AD753E;
}
</style>
border-color css
<style>
span { border-color: #AD753E; }
span { border-color: rgb(173,117,62); }
td.TdClassName
{
border-color: #AD753E;
}
.TagClassName
{
border-color: #AD753E;
}
</style>