Shades of Bourbon #AD6F43
Tints of Bourbon #AD6F43
RGB
CMYK
RGB Variations
Color information
#AD6F43 (or 0xAD6F43) is known color: Bourbon. HEX triplet: AD, 6F and 43. RGB value is (173,111,67). Sum of RGB (Red+Green+Blue) = 173+111+67=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6F43 is #5290BC. Grayscale: #7C7C7C. Windows color (decimal): -5411005 or 4419501. OLE color: 4419501.
HSL color Cylindrical-coordinate representation of color #AD6F43: hue angle of 24.91º 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 #AD6F43 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 111 | 67 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.32 |
| HSL | 24.91º | 0.44% | 0.47% | - |
| HSV(B) | 24.91º | 0.61% | 0.68% | - |
| XYZ | 23.93 | 20.66 | 8.04 | - |
| YUV | 124.52 | 95.54 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 67 | 0 | 0.36 | 0.61 | 0.32 | 24.91 | 0.44 | 0.47 |
| Hex | AD | 6F | 43 | 0 | 24 | 3D | 20 | 19 | 2C | 2F |
| Octal | 255 | 157 | 103 | 0 | 44 | 75 | 40 | 31 | 54 | 57 |
| Binary | 10101101 | 1101111 | 1000011 | 0 | 100100 | 111101 | 100000 | 11001 | 101100 | 101111 |
Color Harmonies of #AD6F43
Complementary color
Monochromatic Colors of #AD6F43
Black with #AD6F43
Text Example
Text Example
White with #AD6F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6F43; }
p { color: rgb(173,111,67); }
H1.HeaderClassName
{
color: #AD6F43;
}
.AnyTagClassName
{
color: #AD6F43;
}
</style>
background-color css
<style>
a { background-color: #AD6F43; }
a { background-color: rgb(173,111,67); }
div.DivClassName
{
background-color: #AD6F43;
}
.BgClassName
{
background-color: #AD6F43;
}
</style>
border-color css
<style>
span { border-color: #AD6F43; }
span { border-color: rgb(173,111,67); }
td.TdClassName
{
border-color: #AD6F43;
}
.TagClassName
{
border-color: #AD6F43;
}
</style>