Shades of Bourbon #A97046
Tints of Bourbon #A97046
RGB
CMYK
RGB Variations
Color information
#A97046 (or 0xA97046) is known color: Bourbon. HEX triplet: A9, 70 and 46. RGB value is (169,112,70). Sum of RGB (Red+Green+Blue) = 169+112+70=351 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.15% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 169 - color contains mainly: red. Hex color #A97046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97046 is #568FB9. Grayscale: #7C7C7C. Windows color (decimal): -5672890 or 4616361. OLE color: 4616361.
HSL color Cylindrical-coordinate representation of color #A97046: hue angle of 25.45º degrees, saturation: 0.41, 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 #A97046 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 112 | 70 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.34 |
| HSL | 25.45º | 0.41% | 0.47% | - |
| HSV(B) | 25.45º | 0.59% | 0.66% | - |
| XYZ | 23.26 | 20.47 | 8.52 | - |
| YUV | 124.26 | 97.38 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 112 | 70 | 0 | 0.34 | 0.59 | 0.34 | 25.45 | 0.41 | 0.47 |
| Hex | A9 | 70 | 46 | 0 | 22 | 3B | 22 | 19 | 29 | 2F |
| Octal | 251 | 160 | 106 | 0 | 42 | 73 | 42 | 31 | 51 | 57 |
| Binary | 10101001 | 1110000 | 1000110 | 0 | 100010 | 111011 | 100010 | 11001 | 101001 | 101111 |
Color Harmonies of #A97046
Complementary color
Monochromatic Colors of #A97046
Black with #A97046
Text Example
Text Example
White with #A97046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97046; }
p { color: rgb(169,112,70); }
H1.HeaderClassName
{
color: #A97046;
}
.AnyTagClassName
{
color: #A97046;
}
</style>
background-color css
<style>
a { background-color: #A97046; }
a { background-color: rgb(169,112,70); }
div.DivClassName
{
background-color: #A97046;
}
.BgClassName
{
background-color: #A97046;
}
</style>
border-color css
<style>
span { border-color: #A97046; }
span { border-color: rgb(169,112,70); }
td.TdClassName
{
border-color: #A97046;
}
.TagClassName
{
border-color: #A97046;
}
</style>