Shades of Bourbon #AD663B
Tints of Bourbon #AD663B
RGB
CMYK
RGB Variations
Color information
#AD663B (or 0xAD663B) is known color: Bourbon. HEX triplet: AD, 66 and 3B. RGB value is (173,102,59). Sum of RGB (Red+Green+Blue) = 173+102+59=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD663B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD663B is #5299C4. Grayscale: #767676. Windows color (decimal): -5413317 or 3892909. OLE color: 3892909.
HSL color Cylindrical-coordinate representation of color #AD663B: hue angle of 22.63º 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 #AD663B is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 59 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.32 |
| HSL | 22.63º | 0.49% | 0.45% | - |
| HSV(B) | 22.63º | 0.66% | 0.68% | - |
| XYZ | 22.77 | 18.7 | 6.55 | - |
| YUV | 118.33 | 94.52 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 59 | 0 | 0.41 | 0.66 | 0.32 | 22.63 | 0.49 | 0.45 |
| Hex | AD | 66 | 3B | 0 | 29 | 42 | 20 | 17 | 31 | 2D |
| Octal | 255 | 146 | 73 | 0 | 51 | 102 | 40 | 27 | 61 | 55 |
| Binary | 10101101 | 1100110 | 111011 | 0 | 101001 | 1000010 | 100000 | 10111 | 110001 | 101101 |
Color Harmonies of #AD663B
Complementary color
Monochromatic Colors of #AD663B
Black with #AD663B
Text Example
Text Example
White with #AD663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD663B; }
p { color: rgb(173,102,59); }
H1.HeaderClassName
{
color: #AD663B;
}
.AnyTagClassName
{
color: #AD663B;
}
</style>
background-color css
<style>
a { background-color: #AD663B; }
a { background-color: rgb(173,102,59); }
div.DivClassName
{
background-color: #AD663B;
}
.BgClassName
{
background-color: #AD663B;
}
</style>
border-color css
<style>
span { border-color: #AD663B; }
span { border-color: rgb(173,102,59); }
td.TdClassName
{
border-color: #AD663B;
}
.TagClassName
{
border-color: #AD663B;
}
</style>