Shades of Bourbon #AD693C
Tints of Bourbon #AD693C
RGB
CMYK
RGB Variations
Color information
#AD693C (or 0xAD693C) is known color: Bourbon. HEX triplet: AD, 69 and 3C. RGB value is (173,105,60). Sum of RGB (Red+Green+Blue) = 173+105+60=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD693C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD693C is #5296C3. Grayscale: #787878. Windows color (decimal): -5412548 or 3959213. OLE color: 3959213.
HSL color Cylindrical-coordinate representation of color #AD693C: hue angle of 23.89º 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 #AD693C is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 60 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.32 |
| HSL | 23.89º | 0.48% | 0.46% | - |
| HSV(B) | 23.89º | 0.65% | 0.68% | - |
| XYZ | 23.1 | 19.31 | 6.79 | - |
| YUV | 120.2 | 94.03 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 60 | 0 | 0.39 | 0.65 | 0.32 | 23.89 | 0.48 | 0.46 |
| Hex | AD | 69 | 3C | 0 | 27 | 41 | 20 | 18 | 30 | 2E |
| Octal | 255 | 151 | 74 | 0 | 47 | 101 | 40 | 30 | 60 | 56 |
| Binary | 10101101 | 1101001 | 111100 | 0 | 100111 | 1000001 | 100000 | 11000 | 110000 | 101110 |
Color Harmonies of #AD693C
Complementary color
Monochromatic Colors of #AD693C
Black with #AD693C
Text Example
Text Example
White with #AD693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD693C; }
p { color: rgb(173,105,60); }
H1.HeaderClassName
{
color: #AD693C;
}
.AnyTagClassName
{
color: #AD693C;
}
</style>
background-color css
<style>
a { background-color: #AD693C; }
a { background-color: rgb(173,105,60); }
div.DivClassName
{
background-color: #AD693C;
}
.BgClassName
{
background-color: #AD693C;
}
</style>
border-color css
<style>
span { border-color: #AD693C; }
span { border-color: rgb(173,105,60); }
td.TdClassName
{
border-color: #AD693C;
}
.TagClassName
{
border-color: #AD693C;
}
</style>