Shades of Bourbon #AD683E
Tints of Bourbon #AD683E
RGB
CMYK
RGB Variations
Color information
#AD683E (or 0xAD683E) is known color: Bourbon. HEX triplet: AD, 68 and 3E. RGB value is (173,104,62). Sum of RGB (Red+Green+Blue) = 173+104+62=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD683E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD683E is #5297C1. Grayscale: #787878. Windows color (decimal): -5412802 or 4090029. OLE color: 4090029.
HSL color Cylindrical-coordinate representation of color #AD683E: hue angle of 22.7º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD683E is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 62 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.32 |
| HSL | 22.7º | 0.47% | 0.46% | - |
| HSV(B) | 22.7º | 0.64% | 0.68% | - |
| XYZ | 23.05 | 19.13 | 7.04 | - |
| YUV | 119.84 | 95.36 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 62 | 0 | 0.40 | 0.64 | 0.32 | 22.7 | 0.47 | 0.46 |
| Hex | AD | 68 | 3E | 0 | 28 | 40 | 20 | 17 | 2F | 2E |
| Octal | 255 | 150 | 76 | 0 | 50 | 100 | 40 | 27 | 57 | 56 |
| Binary | 10101101 | 1101000 | 111110 | 0 | 101000 | 1000000 | 100000 | 10111 | 101111 | 101110 |
Color Harmonies of #AD683E
Complementary color
Monochromatic Colors of #AD683E
Black with #AD683E
Text Example
Text Example
White with #AD683E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD683E; }
p { color: rgb(173,104,62); }
H1.HeaderClassName
{
color: #AD683E;
}
.AnyTagClassName
{
color: #AD683E;
}
</style>
background-color css
<style>
a { background-color: #AD683E; }
a { background-color: rgb(173,104,62); }
div.DivClassName
{
background-color: #AD683E;
}
.BgClassName
{
background-color: #AD683E;
}
</style>
border-color css
<style>
span { border-color: #AD683E; }
span { border-color: rgb(173,104,62); }
td.TdClassName
{
border-color: #AD683E;
}
.TagClassName
{
border-color: #AD683E;
}
</style>