Shades of Bourbon #AD733F
Tints of Bourbon #AD733F
RGB
CMYK
RGB Variations
Color information
#AD733F (or 0xAD733F) is known color: Bourbon. HEX triplet: AD, 73 and 3F. RGB value is (173,115,63). Sum of RGB (Red+Green+Blue) = 173+115+63=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD733F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD733F is #528CC0. Grayscale: #7E7E7E. Windows color (decimal): -5409985 or 4158381. OLE color: 4158381.
HSL color Cylindrical-coordinate representation of color #AD733F: hue angle of 28.36º 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 #AD733F is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 63 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.32 |
| HSL | 28.36º | 0.47% | 0.46% | - |
| HSV(B) | 28.36º | 0.64% | 0.68% | - |
| XYZ | 24.26 | 21.5 | 7.57 | - |
| YUV | 126.41 | 92.22 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 63 | 0 | 0.34 | 0.64 | 0.32 | 28.36 | 0.47 | 0.46 |
| Hex | AD | 73 | 3F | 0 | 22 | 40 | 20 | 1C | 2F | 2E |
| Octal | 255 | 163 | 77 | 0 | 42 | 100 | 40 | 34 | 57 | 56 |
| Binary | 10101101 | 1110011 | 111111 | 0 | 100010 | 1000000 | 100000 | 11100 | 101111 | 101110 |
Color Harmonies of #AD733F
Complementary color
Monochromatic Colors of #AD733F
Black with #AD733F
Text Example
Text Example
White with #AD733F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD733F; }
p { color: rgb(173,115,63); }
H1.HeaderClassName
{
color: #AD733F;
}
.AnyTagClassName
{
color: #AD733F;
}
</style>
background-color css
<style>
a { background-color: #AD733F; }
a { background-color: rgb(173,115,63); }
div.DivClassName
{
background-color: #AD733F;
}
.BgClassName
{
background-color: #AD733F;
}
</style>
border-color css
<style>
span { border-color: #AD733F; }
span { border-color: rgb(173,115,63); }
td.TdClassName
{
border-color: #AD733F;
}
.TagClassName
{
border-color: #AD733F;
}
</style>