Shades of Bourbon #AD673B
Tints of Bourbon #AD673B
RGB
CMYK
RGB Variations
Color information
#AD673B (or 0xAD673B) is known color: Bourbon. HEX triplet: AD, 67 and 3B. RGB value is (173,103,59). Sum of RGB (Red+Green+Blue) = 173+103+59=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD673B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD673B is #5298C4. Grayscale: #777777. Windows color (decimal): -5413061 or 3893165. OLE color: 3893165.
HSL color Cylindrical-coordinate representation of color #AD673B: hue angle of 23.16º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD673B is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 59 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.32 |
| HSL | 23.16º | 0.49% | 0.45% | - |
| HSV(B) | 23.16º | 0.66% | 0.68% | - |
| XYZ | 22.87 | 18.9 | 6.58 | - |
| YUV | 118.91 | 94.19 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 59 | 0 | 0.40 | 0.66 | 0.32 | 23.16 | 0.49 | 0.45 |
| Hex | AD | 67 | 3B | 0 | 28 | 42 | 20 | 17 | 31 | 2D |
| Octal | 255 | 147 | 73 | 0 | 50 | 102 | 40 | 27 | 61 | 55 |
| Binary | 10101101 | 1100111 | 111011 | 0 | 101000 | 1000010 | 100000 | 10111 | 110001 | 101101 |
Color Harmonies of #AD673B
Complementary color
Monochromatic Colors of #AD673B
Black with #AD673B
Text Example
Text Example
White with #AD673B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD673B; }
p { color: rgb(173,103,59); }
H1.HeaderClassName
{
color: #AD673B;
}
.AnyTagClassName
{
color: #AD673B;
}
</style>
background-color css
<style>
a { background-color: #AD673B; }
a { background-color: rgb(173,103,59); }
div.DivClassName
{
background-color: #AD673B;
}
.BgClassName
{
background-color: #AD673B;
}
</style>
border-color css
<style>
span { border-color: #AD673B; }
span { border-color: rgb(173,103,59); }
td.TdClassName
{
border-color: #AD673B;
}
.TagClassName
{
border-color: #AD673B;
}
</style>