Shades of Bourbon #AD7A3F
Tints of Bourbon #AD7A3F
RGB
CMYK
RGB Variations
Color information
#AD7A3F (or 0xAD7A3F) is known color: Bourbon. HEX triplet: AD, 7A and 3F. RGB value is (173,122,63). Sum of RGB (Red+Green+Blue) = 173+122+63=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7A3F is #5285C0. Grayscale: #828282. Windows color (decimal): -5408193 or 4160173. OLE color: 4160173.
HSL color Cylindrical-coordinate representation of color #AD7A3F: hue angle of 32.18º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD7A3F is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 122 | 63 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.32 |
| HSL | 32.18º | 0.47% | 0.46% | - |
| HSV(B) | 32.18º | 0.64% | 0.68% | - |
| XYZ | 25.09 | 23.16 | 7.85 | - |
| YUV | 130.52 | 89.9 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 63 | 0 | 0.29 | 0.64 | 0.32 | 32.18 | 0.47 | 0.46 |
| Hex | AD | 7A | 3F | 0 | 1D | 40 | 20 | 20 | 2F | 2E |
| Octal | 255 | 172 | 77 | 0 | 35 | 100 | 40 | 40 | 57 | 56 |
| Binary | 10101101 | 1111010 | 111111 | 0 | 11101 | 1000000 | 100000 | 100000 | 101111 | 101110 |
Color Harmonies of #AD7A3F
Complementary color
Monochromatic Colors of #AD7A3F
Black with #AD7A3F
Text Example
Text Example
White with #AD7A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7A3F; }
p { color: rgb(173,122,63); }
H1.HeaderClassName
{
color: #AD7A3F;
}
.AnyTagClassName
{
color: #AD7A3F;
}
</style>
background-color css
<style>
a { background-color: #AD7A3F; }
a { background-color: rgb(173,122,63); }
div.DivClassName
{
background-color: #AD7A3F;
}
.BgClassName
{
background-color: #AD7A3F;
}
</style>
border-color css
<style>
span { border-color: #AD7A3F; }
span { border-color: rgb(173,122,63); }
td.TdClassName
{
border-color: #AD7A3F;
}
.TagClassName
{
border-color: #AD7A3F;
}
</style>