Shades of Bourbon #AD693D
Tints of Bourbon #AD693D
RGB
CMYK
RGB Variations
Color information
#AD693D (or 0xAD693D) is known color: Bourbon. HEX triplet: AD, 69 and 3D. RGB value is (173,105,61). Sum of RGB (Red+Green+Blue) = 173+105+61=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD693D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD693D is #5296C2. Grayscale: #787878. Windows color (decimal): -5412547 or 4024749. OLE color: 4024749.
HSL color Cylindrical-coordinate representation of color #AD693D: hue angle of 23.57º 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 #AD693D is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 61 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.32 |
| HSL | 23.57º | 0.48% | 0.46% | - |
| HSV(B) | 23.57º | 0.65% | 0.68% | - |
| XYZ | 23.13 | 19.32 | 6.93 | - |
| YUV | 120.32 | 94.53 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 61 | 0 | 0.39 | 0.65 | 0.32 | 23.57 | 0.48 | 0.46 |
| Hex | AD | 69 | 3D | 0 | 27 | 41 | 20 | 18 | 30 | 2E |
| Octal | 255 | 151 | 75 | 0 | 47 | 101 | 40 | 30 | 60 | 56 |
| Binary | 10101101 | 1101001 | 111101 | 0 | 100111 | 1000001 | 100000 | 11000 | 110000 | 101110 |
Color Harmonies of #AD693D
Complementary color
Monochromatic Colors of #AD693D
Black with #AD693D
Text Example
Text Example
White with #AD693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD693D; }
p { color: rgb(173,105,61); }
H1.HeaderClassName
{
color: #AD693D;
}
.AnyTagClassName
{
color: #AD693D;
}
</style>
background-color css
<style>
a { background-color: #AD693D; }
a { background-color: rgb(173,105,61); }
div.DivClassName
{
background-color: #AD693D;
}
.BgClassName
{
background-color: #AD693D;
}
</style>
border-color css
<style>
span { border-color: #AD693D; }
span { border-color: rgb(173,105,61); }
td.TdClassName
{
border-color: #AD693D;
}
.TagClassName
{
border-color: #AD693D;
}
</style>