Shades of Bourbon #A97245
Tints of Bourbon #A97245
RGB
CMYK
RGB Variations
Color information
#A97245 (or 0xA97245) is known color: Bourbon. HEX triplet: A9, 72 and 45. RGB value is (169,114,69). Sum of RGB (Red+Green+Blue) = 169+114+69=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 169 - color contains mainly: red. Hex color #A97245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97245 is #568DBA. Grayscale: #7D7D7D. Windows color (decimal): -5672379 or 4551337. OLE color: 4551337.
HSL color Cylindrical-coordinate representation of color #A97245: hue angle of 27º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A97245 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 114 | 69 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.34 |
| HSL | 27º | 0.42% | 0.47% | - |
| HSV(B) | 27º | 0.59% | 0.66% | - |
| XYZ | 23.45 | 20.9 | 8.43 | - |
| YUV | 125.32 | 96.22 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 114 | 69 | 0 | 0.33 | 0.59 | 0.34 | 27 | 0.42 | 0.47 |
| Hex | A9 | 72 | 45 | 0 | 21 | 3B | 22 | 1B | 2A | 2F |
| Octal | 251 | 162 | 105 | 0 | 41 | 73 | 42 | 33 | 52 | 57 |
| Binary | 10101001 | 1110010 | 1000101 | 0 | 100001 | 111011 | 100010 | 11011 | 101010 | 101111 |
Color Harmonies of #A97245
Complementary color
Monochromatic Colors of #A97245
Black with #A97245
Text Example
Text Example
White with #A97245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97245; }
p { color: rgb(169,114,69); }
H1.HeaderClassName
{
color: #A97245;
}
.AnyTagClassName
{
color: #A97245;
}
</style>
background-color css
<style>
a { background-color: #A97245; }
a { background-color: rgb(169,114,69); }
div.DivClassName
{
background-color: #A97245;
}
.BgClassName
{
background-color: #A97245;
}
</style>
border-color css
<style>
span { border-color: #A97245; }
span { border-color: rgb(169,114,69); }
td.TdClassName
{
border-color: #A97245;
}
.TagClassName
{
border-color: #A97245;
}
</style>