Shades of Bourbon #AD7A41
Tints of Bourbon #AD7A41
RGB
CMYK
RGB Variations
Color information
#AD7A41 (or 0xAD7A41) is known color: Bourbon. HEX triplet: AD, 7A and 41. RGB value is (173,122,65). Sum of RGB (Red+Green+Blue) = 173+122+65=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7A41 is #5285BE. Grayscale: #838383. Windows color (decimal): -5408191 or 4291245. OLE color: 4291245.
HSL color Cylindrical-coordinate representation of color #AD7A41: hue angle of 31.67º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD7A41 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 122 | 65 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.32 |
| HSL | 31.67º | 0.45% | 0.47% | - |
| HSV(B) | 31.67º | 0.62% | 0.68% | - |
| XYZ | 25.15 | 23.18 | 8.15 | - |
| YUV | 130.75 | 90.9 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 65 | 0 | 0.29 | 0.62 | 0.32 | 31.67 | 0.45 | 0.47 |
| Hex | AD | 7A | 41 | 0 | 1D | 3E | 20 | 20 | 2D | 2F |
| Octal | 255 | 172 | 101 | 0 | 35 | 76 | 40 | 40 | 55 | 57 |
| Binary | 10101101 | 1111010 | 1000001 | 0 | 11101 | 111110 | 100000 | 100000 | 101101 | 101111 |
Color Harmonies of #AD7A41
Complementary color
Monochromatic Colors of #AD7A41
Black with #AD7A41
Text Example
Text Example
White with #AD7A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7A41; }
p { color: rgb(173,122,65); }
H1.HeaderClassName
{
color: #AD7A41;
}
.AnyTagClassName
{
color: #AD7A41;
}
</style>
background-color css
<style>
a { background-color: #AD7A41; }
a { background-color: rgb(173,122,65); }
div.DivClassName
{
background-color: #AD7A41;
}
.BgClassName
{
background-color: #AD7A41;
}
</style>
border-color css
<style>
span { border-color: #AD7A41; }
span { border-color: rgb(173,122,65); }
td.TdClassName
{
border-color: #AD7A41;
}
.TagClassName
{
border-color: #AD7A41;
}
</style>