Shades of Bourbon #AD6F49
Tints of Bourbon #AD6F49
RGB
CMYK
RGB Variations
Color information
#AD6F49 (or 0xAD6F49) is known color: Bourbon. HEX triplet: AD, 6F and 49. RGB value is (173,111,73). Sum of RGB (Red+Green+Blue) = 173+111+73=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6F49 is #5290B6. Grayscale: #7D7D7D. Windows color (decimal): -5410999 or 4812717. OLE color: 4812717.
HSL color Cylindrical-coordinate representation of color #AD6F49: hue angle of 22.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD6F49 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 111 | 73 | - |
CMYK | 0 | 0.36 | 0.58 | 0.32 |
HSL | 22.8º | 0.41% | 0.48% | - |
HSV(B) | 22.8º | 0.58% | 0.68% | - |
XYZ | 24.12 | 20.73 | 9.03 | - |
YUV | 125.21 | 98.54 | 162.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 111 | 73 | 0 | 0.36 | 0.58 | 0.32 | 22.8 | 0.41 | 0.48 |
Hex | AD | 6F | 49 | 0 | 24 | 3A | 20 | 17 | 29 | 30 |
Octal | 255 | 157 | 111 | 0 | 44 | 72 | 40 | 27 | 51 | 60 |
Binary | 10101101 | 1101111 | 1001001 | 0 | 100100 | 111010 | 100000 | 10111 | 101001 | 110000 |
Color Harmonies of #AD6F49
Complementary color
Monochromatic Colors of #AD6F49
Black with #AD6F49
Text Example
Text Example
White with #AD6F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6F49; }
p { color: rgb(173,111,73); }
H1.HeaderClassName
{
color: #AD6F49;
}
.AnyTagClassName
{
color: #AD6F49;
}
</style>
background-color css
<style>
a { background-color: #AD6F49; }
a { background-color: rgb(173,111,73); }
div.DivClassName
{
background-color: #AD6F49;
}
.BgClassName
{
background-color: #AD6F49;
}
</style>
border-color css
<style>
span { border-color: #AD6F49; }
span { border-color: rgb(173,111,73); }
td.TdClassName
{
border-color: #AD6F49;
}
.TagClassName
{
border-color: #AD6F49;
}
</style>