Shades of Bourbon #AD7845
Tints of Bourbon #AD7845
RGB
CMYK
RGB Variations
Color information
#AD7845 (or 0xAD7845) is known color: Bourbon. HEX triplet: AD, 78 and 45. RGB value is (173,120,69). Sum of RGB (Red+Green+Blue) = 173+120+69=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7845 is #5287BA. Grayscale: #828282. Windows color (decimal): -5408699 or 4552877. OLE color: 4552877.
HSL color Cylindrical-coordinate representation of color #AD7845: hue angle of 29.42º 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 #AD7845 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 120 | 69 | - |
| CMYK | 0 | 0.31 | 0.60 | 0.32 |
| HSL | 29.42º | 0.43% | 0.47% | - |
| HSV(B) | 29.42º | 0.6% | 0.68% | - |
| XYZ | 25.02 | 22.75 | 8.7 | - |
| YUV | 130.03 | 93.56 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 69 | 0 | 0.31 | 0.60 | 0.32 | 29.42 | 0.43 | 0.47 |
| Hex | AD | 78 | 45 | 0 | 1F | 3C | 20 | 1D | 2B | 2F |
| Octal | 255 | 170 | 105 | 0 | 37 | 74 | 40 | 35 | 53 | 57 |
| Binary | 10101101 | 1111000 | 1000101 | 0 | 11111 | 111100 | 100000 | 11101 | 101011 | 101111 |
Color Harmonies of #AD7845
Complementary color
Monochromatic Colors of #AD7845
Black with #AD7845
Text Example
Text Example
White with #AD7845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7845; }
p { color: rgb(173,120,69); }
H1.HeaderClassName
{
color: #AD7845;
}
.AnyTagClassName
{
color: #AD7845;
}
</style>
background-color css
<style>
a { background-color: #AD7845; }
a { background-color: rgb(173,120,69); }
div.DivClassName
{
background-color: #AD7845;
}
.BgClassName
{
background-color: #AD7845;
}
</style>
border-color css
<style>
span { border-color: #AD7845; }
span { border-color: rgb(173,120,69); }
td.TdClassName
{
border-color: #AD7845;
}
.TagClassName
{
border-color: #AD7845;
}
</style>