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