Shades of Bourbon #AD763E
Tints of Bourbon #AD763E
RGB
CMYK
RGB Variations
Color information
#AD763E (or 0xAD763E) is known color: Bourbon. HEX triplet: AD, 76 and 3E. RGB value is (173,118,62). Sum of RGB (Red+Green+Blue) = 173+118+62=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD763E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD763E is #5289C1. Grayscale: #808080. Windows color (decimal): -5409218 or 4093613. OLE color: 4093613.
HSL color Cylindrical-coordinate representation of color #AD763E: hue angle of 30.27º 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 #AD763E is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 118 | 62 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.32 |
| HSL | 30.27º | 0.47% | 0.46% | - |
| HSV(B) | 30.27º | 0.64% | 0.68% | - |
| XYZ | 24.58 | 22.19 | 7.54 | - |
| YUV | 128.06 | 90.72 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 62 | 0 | 0.32 | 0.64 | 0.32 | 30.27 | 0.47 | 0.46 |
| Hex | AD | 76 | 3E | 0 | 20 | 40 | 20 | 1E | 2F | 2E |
| Octal | 255 | 166 | 76 | 0 | 40 | 100 | 40 | 36 | 57 | 56 |
| Binary | 10101101 | 1110110 | 111110 | 0 | 100000 | 1000000 | 100000 | 11110 | 101111 | 101110 |
Color Harmonies of #AD763E
Complementary color
Monochromatic Colors of #AD763E
Black with #AD763E
Text Example
Text Example
White with #AD763E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD763E; }
p { color: rgb(173,118,62); }
H1.HeaderClassName
{
color: #AD763E;
}
.AnyTagClassName
{
color: #AD763E;
}
</style>
background-color css
<style>
a { background-color: #AD763E; }
a { background-color: rgb(173,118,62); }
div.DivClassName
{
background-color: #AD763E;
}
.BgClassName
{
background-color: #AD763E;
}
</style>
border-color css
<style>
span { border-color: #AD763E; }
span { border-color: rgb(173,118,62); }
td.TdClassName
{
border-color: #AD763E;
}
.TagClassName
{
border-color: #AD763E;
}
</style>