Shades of Bourbon #AD7643
Tints of Bourbon #AD7643
RGB
CMYK
RGB Variations
Color information
#AD7643 (or 0xAD7643) is known color: Bourbon. HEX triplet: AD, 76 and 43. RGB value is (173,118,67). Sum of RGB (Red+Green+Blue) = 173+118+67=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 67 (26.56% from 255 or 18.72% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7643 is #5289BC. Grayscale: #808080. Windows color (decimal): -5409213 or 4421293. OLE color: 4421293.
HSL color Cylindrical-coordinate representation of color #AD7643: hue angle of 28.87º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD7643 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 118 | 67 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.32 |
| HSL | 28.87º | 0.44% | 0.47% | - |
| HSV(B) | 28.87º | 0.61% | 0.68% | - |
| XYZ | 24.73 | 22.25 | 8.3 | - |
| YUV | 128.63 | 93.22 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 67 | 0 | 0.32 | 0.61 | 0.32 | 28.87 | 0.44 | 0.47 |
| Hex | AD | 76 | 43 | 0 | 20 | 3D | 20 | 1D | 2C | 2F |
| Octal | 255 | 166 | 103 | 0 | 40 | 75 | 40 | 35 | 54 | 57 |
| Binary | 10101101 | 1110110 | 1000011 | 0 | 100000 | 111101 | 100000 | 11101 | 101100 | 101111 |
Color Harmonies of #AD7643
Complementary color
Monochromatic Colors of #AD7643
Black with #AD7643
Text Example
Text Example
White with #AD7643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7643; }
p { color: rgb(173,118,67); }
H1.HeaderClassName
{
color: #AD7643;
}
.AnyTagClassName
{
color: #AD7643;
}
</style>
background-color css
<style>
a { background-color: #AD7643; }
a { background-color: rgb(173,118,67); }
div.DivClassName
{
background-color: #AD7643;
}
.BgClassName
{
background-color: #AD7643;
}
</style>
border-color css
<style>
span { border-color: #AD7643; }
span { border-color: rgb(173,118,67); }
td.TdClassName
{
border-color: #AD7643;
}
.TagClassName
{
border-color: #AD7643;
}
</style>