Shades of Bourbon #AD733D
Tints of Bourbon #AD733D
RGB
CMYK
RGB Variations
Color information
#AD733D (or 0xAD733D) is known color: Bourbon. HEX triplet: AD, 73 and 3D. RGB value is (173,115,61). Sum of RGB (Red+Green+Blue) = 173+115+61=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD733D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD733D is #528CC2. Grayscale: #7E7E7E. Windows color (decimal): -5409987 or 4027309. OLE color: 4027309.
HSL color Cylindrical-coordinate representation of color #AD733D: hue angle of 28.93º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD733D is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 61 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.32 |
| HSL | 28.93º | 0.48% | 0.46% | - |
| HSV(B) | 28.93º | 0.65% | 0.68% | - |
| XYZ | 24.21 | 21.48 | 7.29 | - |
| YUV | 126.19 | 91.22 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 61 | 0 | 0.34 | 0.65 | 0.32 | 28.93 | 0.48 | 0.46 |
| Hex | AD | 73 | 3D | 0 | 22 | 41 | 20 | 1D | 30 | 2E |
| Octal | 255 | 163 | 75 | 0 | 42 | 101 | 40 | 35 | 60 | 56 |
| Binary | 10101101 | 1110011 | 111101 | 0 | 100010 | 1000001 | 100000 | 11101 | 110000 | 101110 |
Color Harmonies of #AD733D
Complementary color
Monochromatic Colors of #AD733D
Black with #AD733D
Text Example
Text Example
White with #AD733D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD733D; }
p { color: rgb(173,115,61); }
H1.HeaderClassName
{
color: #AD733D;
}
.AnyTagClassName
{
color: #AD733D;
}
</style>
background-color css
<style>
a { background-color: #AD733D; }
a { background-color: rgb(173,115,61); }
div.DivClassName
{
background-color: #AD733D;
}
.BgClassName
{
background-color: #AD733D;
}
</style>
border-color css
<style>
span { border-color: #AD733D; }
span { border-color: rgb(173,115,61); }
td.TdClassName
{
border-color: #AD733D;
}
.TagClassName
{
border-color: #AD733D;
}
</style>