Shades of Bourbon #AD683D
Tints of Bourbon #AD683D
RGB
CMYK
RGB Variations
Color information
#AD683D (or 0xAD683D) is known color: Bourbon. HEX triplet: AD, 68 and 3D. RGB value is (173,104,61). Sum of RGB (Red+Green+Blue) = 173+104+61=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD683D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD683D is #5297C2. Grayscale: #777777. Windows color (decimal): -5412803 or 4024493. OLE color: 4024493.
HSL color Cylindrical-coordinate representation of color #AD683D: hue angle of 23.04º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD683D is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 61 | - |
| CMYK | 0 | 0.40 | 0.65 | 0.32 |
| HSL | 23.04º | 0.48% | 0.46% | - |
| HSV(B) | 23.04º | 0.65% | 0.68% | - |
| XYZ | 23.03 | 19.12 | 6.89 | - |
| YUV | 119.73 | 94.86 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 61 | 0 | 0.40 | 0.65 | 0.32 | 23.04 | 0.48 | 0.46 |
| Hex | AD | 68 | 3D | 0 | 28 | 41 | 20 | 17 | 30 | 2E |
| Octal | 255 | 150 | 75 | 0 | 50 | 101 | 40 | 27 | 60 | 56 |
| Binary | 10101101 | 1101000 | 111101 | 0 | 101000 | 1000001 | 100000 | 10111 | 110000 | 101110 |
Color Harmonies of #AD683D
Complementary color
Monochromatic Colors of #AD683D
Black with #AD683D
Text Example
Text Example
White with #AD683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD683D; }
p { color: rgb(173,104,61); }
H1.HeaderClassName
{
color: #AD683D;
}
.AnyTagClassName
{
color: #AD683D;
}
</style>
background-color css
<style>
a { background-color: #AD683D; }
a { background-color: rgb(173,104,61); }
div.DivClassName
{
background-color: #AD683D;
}
.BgClassName
{
background-color: #AD683D;
}
</style>
border-color css
<style>
span { border-color: #AD683D; }
span { border-color: rgb(173,104,61); }
td.TdClassName
{
border-color: #AD683D;
}
.TagClassName
{
border-color: #AD683D;
}
</style>