Shades of Bourbon #AD683B
Tints of Bourbon #AD683B
RGB
CMYK
RGB Variations
Color information
#AD683B (or 0xAD683B) is known color: Bourbon. HEX triplet: AD, 68 and 3B. RGB value is (173,104,59). Sum of RGB (Red+Green+Blue) = 173+104+59=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD683B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD683B is #5297C4. Grayscale: #777777. Windows color (decimal): -5412805 or 3893421. OLE color: 3893421.
HSL color Cylindrical-coordinate representation of color #AD683B: hue angle of 23.68º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD683B is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 59 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.32 |
| HSL | 23.68º | 0.49% | 0.45% | - |
| HSV(B) | 23.68º | 0.66% | 0.68% | - |
| XYZ | 22.97 | 19.1 | 6.61 | - |
| YUV | 119.5 | 93.86 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 59 | 0 | 0.40 | 0.66 | 0.32 | 23.68 | 0.49 | 0.45 |
| Hex | AD | 68 | 3B | 0 | 28 | 42 | 20 | 18 | 31 | 2D |
| Octal | 255 | 150 | 73 | 0 | 50 | 102 | 40 | 30 | 61 | 55 |
| Binary | 10101101 | 1101000 | 111011 | 0 | 101000 | 1000010 | 100000 | 11000 | 110001 | 101101 |
Color Harmonies of #AD683B
Complementary color
Monochromatic Colors of #AD683B
Black with #AD683B
Text Example
Text Example
White with #AD683B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD683B; }
p { color: rgb(173,104,59); }
H1.HeaderClassName
{
color: #AD683B;
}
.AnyTagClassName
{
color: #AD683B;
}
</style>
background-color css
<style>
a { background-color: #AD683B; }
a { background-color: rgb(173,104,59); }
div.DivClassName
{
background-color: #AD683B;
}
.BgClassName
{
background-color: #AD683B;
}
</style>
border-color css
<style>
span { border-color: #AD683B; }
span { border-color: rgb(173,104,59); }
td.TdClassName
{
border-color: #AD683B;
}
.TagClassName
{
border-color: #AD683B;
}
</style>