Shades of Bourbon #AD6F44
Tints of Bourbon #AD6F44
RGB
CMYK
RGB Variations
Color information
#AD6F44 (or 0xAD6F44) is known color: Bourbon. HEX triplet: AD, 6F and 44. RGB value is (173,111,68). Sum of RGB (Red+Green+Blue) = 173+111+68=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6F44 is #5290BB. Grayscale: #7C7C7C. Windows color (decimal): -5411004 or 4485037. OLE color: 4485037.
HSL color Cylindrical-coordinate representation of color #AD6F44: hue angle of 24.57º 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 #AD6F44 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 111 | 68 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.32 |
| HSL | 24.57º | 0.44% | 0.47% | - |
| HSV(B) | 24.57º | 0.61% | 0.68% | - |
| XYZ | 23.96 | 20.67 | 8.2 | - |
| YUV | 124.64 | 96.04 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 68 | 0 | 0.36 | 0.61 | 0.32 | 24.57 | 0.44 | 0.47 |
| Hex | AD | 6F | 44 | 0 | 24 | 3D | 20 | 19 | 2C | 2F |
| Octal | 255 | 157 | 104 | 0 | 44 | 75 | 40 | 31 | 54 | 57 |
| Binary | 10101101 | 1101111 | 1000100 | 0 | 100100 | 111101 | 100000 | 11001 | 101100 | 101111 |
Color Harmonies of #AD6F44
Complementary color
Monochromatic Colors of #AD6F44
Black with #AD6F44
Text Example
Text Example
White with #AD6F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6F44; }
p { color: rgb(173,111,68); }
H1.HeaderClassName
{
color: #AD6F44;
}
.AnyTagClassName
{
color: #AD6F44;
}
</style>
background-color css
<style>
a { background-color: #AD6F44; }
a { background-color: rgb(173,111,68); }
div.DivClassName
{
background-color: #AD6F44;
}
.BgClassName
{
background-color: #AD6F44;
}
</style>
border-color css
<style>
span { border-color: #AD6F44; }
span { border-color: rgb(173,111,68); }
td.TdClassName
{
border-color: #AD6F44;
}
.TagClassName
{
border-color: #AD6F44;
}
</style>