Shades of Bourbon #AD663A
Tints of Bourbon #AD663A
RGB
CMYK
RGB Variations
Color information
#AD663A (or 0xAD663A) is known color: Bourbon. HEX triplet: AD, 66 and 3A. RGB value is (173,102,58). Sum of RGB (Red+Green+Blue) = 173+102+58=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD663A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD663A is #5299C5. Grayscale: #767676. Windows color (decimal): -5413318 or 3827373. OLE color: 3827373.
HSL color Cylindrical-coordinate representation of color #AD663A: hue angle of 22.96º degrees, saturation: 0.5, 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 #AD663A is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 58 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.32 |
| HSL | 22.96º | 0.5% | 0.45% | - |
| HSV(B) | 22.96º | 0.66% | 0.68% | - |
| XYZ | 22.75 | 18.69 | 6.41 | - |
| YUV | 118.21 | 94.02 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 58 | 0 | 0.41 | 0.66 | 0.32 | 22.96 | 0.5 | 0.45 |
| Hex | AD | 66 | 3A | 0 | 29 | 42 | 20 | 17 | 32 | 2D |
| Octal | 255 | 146 | 72 | 0 | 51 | 102 | 40 | 27 | 62 | 55 |
| Binary | 10101101 | 1100110 | 111010 | 0 | 101001 | 1000010 | 100000 | 10111 | 110010 | 101101 |
Color Harmonies of #AD663A
Complementary color
Monochromatic Colors of #AD663A
Black with #AD663A
Text Example
Text Example
White with #AD663A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD663A; }
p { color: rgb(173,102,58); }
H1.HeaderClassName
{
color: #AD663A;
}
.AnyTagClassName
{
color: #AD663A;
}
</style>
background-color css
<style>
a { background-color: #AD663A; }
a { background-color: rgb(173,102,58); }
div.DivClassName
{
background-color: #AD663A;
}
.BgClassName
{
background-color: #AD663A;
}
</style>
border-color css
<style>
span { border-color: #AD663A; }
span { border-color: rgb(173,102,58); }
td.TdClassName
{
border-color: #AD663A;
}
.TagClassName
{
border-color: #AD663A;
}
</style>