Shades of Bourbon #AD663C
Tints of Bourbon #AD663C
RGB
CMYK
RGB Variations
Color information
#AD663C (or 0xAD663C) is known color: Bourbon. HEX triplet: AD, 66 and 3C. RGB value is (173,102,60). Sum of RGB (Red+Green+Blue) = 173+102+60=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD663C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD663C is #5299C3. Grayscale: #767676. Windows color (decimal): -5413316 or 3958445. OLE color: 3958445.
HSL color Cylindrical-coordinate representation of color #AD663C: hue angle of 22.3º 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 #AD663C is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 60 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.32 |
| HSL | 22.3º | 0.48% | 0.46% | - |
| HSV(B) | 22.3º | 0.65% | 0.68% | - |
| XYZ | 22.8 | 18.71 | 6.69 | - |
| YUV | 118.44 | 95.02 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 60 | 0 | 0.41 | 0.65 | 0.32 | 22.3 | 0.48 | 0.46 |
| Hex | AD | 66 | 3C | 0 | 29 | 41 | 20 | 16 | 30 | 2E |
| Octal | 255 | 146 | 74 | 0 | 51 | 101 | 40 | 26 | 60 | 56 |
| Binary | 10101101 | 1100110 | 111100 | 0 | 101001 | 1000001 | 100000 | 10110 | 110000 | 101110 |
Color Harmonies of #AD663C
Complementary color
Monochromatic Colors of #AD663C
Black with #AD663C
Text Example
Text Example
White with #AD663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD663C; }
p { color: rgb(173,102,60); }
H1.HeaderClassName
{
color: #AD663C;
}
.AnyTagClassName
{
color: #AD663C;
}
</style>
background-color css
<style>
a { background-color: #AD663C; }
a { background-color: rgb(173,102,60); }
div.DivClassName
{
background-color: #AD663C;
}
.BgClassName
{
background-color: #AD663C;
}
</style>
border-color css
<style>
span { border-color: #AD663C; }
span { border-color: rgb(173,102,60); }
td.TdClassName
{
border-color: #AD663C;
}
.TagClassName
{
border-color: #AD663C;
}
</style>