Shades of Bourbon #AD7245
Tints of Bourbon #AD7245
RGB
CMYK
RGB Variations
Color information
#AD7245 (or 0xAD7245) is known color: Bourbon. HEX triplet: AD, 72 and 45. RGB value is (173,114,69). Sum of RGB (Red+Green+Blue) = 173+114+69=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7245 is #528DBA. Grayscale: #7E7E7E. Windows color (decimal): -5410235 or 4551341. OLE color: 4551341.
HSL color Cylindrical-coordinate representation of color #AD7245: hue angle of 25.96º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD7245 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 114 | 69 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.32 |
| HSL | 25.96º | 0.43% | 0.47% | - |
| HSV(B) | 25.96º | 0.6% | 0.68% | - |
| XYZ | 24.33 | 21.35 | 8.47 | - |
| YUV | 126.51 | 95.55 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 69 | 0 | 0.34 | 0.60 | 0.32 | 25.96 | 0.43 | 0.47 |
| Hex | AD | 72 | 45 | 0 | 22 | 3C | 20 | 1A | 2B | 2F |
| Octal | 255 | 162 | 105 | 0 | 42 | 74 | 40 | 32 | 53 | 57 |
| Binary | 10101101 | 1110010 | 1000101 | 0 | 100010 | 111100 | 100000 | 11010 | 101011 | 101111 |
Color Harmonies of #AD7245
Complementary color
Monochromatic Colors of #AD7245
Black with #AD7245
Text Example
Text Example
White with #AD7245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7245; }
p { color: rgb(173,114,69); }
H1.HeaderClassName
{
color: #AD7245;
}
.AnyTagClassName
{
color: #AD7245;
}
</style>
background-color css
<style>
a { background-color: #AD7245; }
a { background-color: rgb(173,114,69); }
div.DivClassName
{
background-color: #AD7245;
}
.BgClassName
{
background-color: #AD7245;
}
</style>
border-color css
<style>
span { border-color: #AD7245; }
span { border-color: rgb(173,114,69); }
td.TdClassName
{
border-color: #AD7245;
}
.TagClassName
{
border-color: #AD7245;
}
</style>