Shades of Bourbon #AD6F48
Tints of Bourbon #AD6F48
RGB
CMYK
RGB Variations
Color information
#AD6F48 (or 0xAD6F48) is known color: Bourbon. HEX triplet: AD, 6F and 48. RGB value is (173,111,72). Sum of RGB (Red+Green+Blue) = 173+111+72=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6F48 is #5290B7. Grayscale: #7D7D7D. Windows color (decimal): -5411000 or 4747181. OLE color: 4747181.
HSL color Cylindrical-coordinate representation of color #AD6F48: hue angle of 23.17º 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 #AD6F48 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 111 | 72 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.32 |
| HSL | 23.17º | 0.41% | 0.48% | - |
| HSV(B) | 23.17º | 0.58% | 0.68% | - |
| XYZ | 24.09 | 20.72 | 8.86 | - |
| YUV | 125.09 | 98.04 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 72 | 0 | 0.36 | 0.58 | 0.32 | 23.17 | 0.41 | 0.48 |
| Hex | AD | 6F | 48 | 0 | 24 | 3A | 20 | 17 | 29 | 30 |
| Octal | 255 | 157 | 110 | 0 | 44 | 72 | 40 | 27 | 51 | 60 |
| Binary | 10101101 | 1101111 | 1001000 | 0 | 100100 | 111010 | 100000 | 10111 | 101001 | 110000 |
Color Harmonies of #AD6F48
Complementary color
Monochromatic Colors of #AD6F48
Black with #AD6F48
Text Example
Text Example
White with #AD6F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6F48; }
p { color: rgb(173,111,72); }
H1.HeaderClassName
{
color: #AD6F48;
}
.AnyTagClassName
{
color: #AD6F48;
}
</style>
background-color css
<style>
a { background-color: #AD6F48; }
a { background-color: rgb(173,111,72); }
div.DivClassName
{
background-color: #AD6F48;
}
.BgClassName
{
background-color: #AD6F48;
}
</style>
border-color css
<style>
span { border-color: #AD6F48; }
span { border-color: rgb(173,111,72); }
td.TdClassName
{
border-color: #AD6F48;
}
.TagClassName
{
border-color: #AD6F48;
}
</style>