Shades of Bourbon #AD673F
Tints of Bourbon #AD673F
RGB
CMYK
RGB Variations
Color information
#AD673F (or 0xAD673F) is known color: Bourbon. HEX triplet: AD, 67 and 3F. RGB value is (173,103,63). Sum of RGB (Red+Green+Blue) = 173+103+63=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD673F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD673F is #5298C0. Grayscale: #777777. Windows color (decimal): -5413057 or 4155309. OLE color: 4155309.
HSL color Cylindrical-coordinate representation of color #AD673F: hue angle of 21.82º 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 #AD673F is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 63 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.32 |
| HSL | 21.82º | 0.47% | 0.46% | - |
| HSV(B) | 21.82º | 0.64% | 0.68% | - |
| XYZ | 22.98 | 18.94 | 7.15 | - |
| YUV | 119.37 | 96.19 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 63 | 0 | 0.40 | 0.64 | 0.32 | 21.82 | 0.47 | 0.46 |
| Hex | AD | 67 | 3F | 0 | 28 | 40 | 20 | 16 | 2F | 2E |
| Octal | 255 | 147 | 77 | 0 | 50 | 100 | 40 | 26 | 57 | 56 |
| Binary | 10101101 | 1100111 | 111111 | 0 | 101000 | 1000000 | 100000 | 10110 | 101111 | 101110 |
Color Harmonies of #AD673F
Complementary color
Monochromatic Colors of #AD673F
Black with #AD673F
Text Example
Text Example
White with #AD673F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD673F; }
p { color: rgb(173,103,63); }
H1.HeaderClassName
{
color: #AD673F;
}
.AnyTagClassName
{
color: #AD673F;
}
</style>
background-color css
<style>
a { background-color: #AD673F; }
a { background-color: rgb(173,103,63); }
div.DivClassName
{
background-color: #AD673F;
}
.BgClassName
{
background-color: #AD673F;
}
</style>
border-color css
<style>
span { border-color: #AD673F; }
span { border-color: rgb(173,103,63); }
td.TdClassName
{
border-color: #AD673F;
}
.TagClassName
{
border-color: #AD673F;
}
</style>