Shades of Bourbon #A8793F
Tints of Bourbon #A8793F
RGB
CMYK
RGB Variations
Color information
#A8793F (or 0xA8793F) is known color: Bourbon. HEX triplet: A8, 79 and 3F. RGB value is (168,121,63). Sum of RGB (Red+Green+Blue) = 168+121+63=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A8793F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8793F is #5786C0. Grayscale: #808080. Windows color (decimal): -5736129 or 4159912. OLE color: 4159912.
HSL color Cylindrical-coordinate representation of color #A8793F: hue angle of 33.14º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8793F is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 121 | 63 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.34 |
| HSL | 33.14º | 0.45% | 0.45% | - |
| HSV(B) | 33.14º | 0.63% | 0.66% | - |
| XYZ | 23.88 | 22.36 | 7.76 | - |
| YUV | 128.44 | 91.07 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 63 | 0 | 0.28 | 0.63 | 0.34 | 33.14 | 0.45 | 0.45 |
| Hex | A8 | 79 | 3F | 0 | 1C | 3F | 22 | 21 | 2D | 2D |
| Octal | 250 | 171 | 77 | 0 | 34 | 77 | 42 | 41 | 55 | 55 |
| Binary | 10101000 | 1111001 | 111111 | 0 | 11100 | 111111 | 100010 | 100001 | 101101 | 101101 |
Color Harmonies of #A8793F
Complementary color
Monochromatic Colors of #A8793F
Black with #A8793F
Text Example
Text Example
White with #A8793F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8793F; }
p { color: rgb(168,121,63); }
H1.HeaderClassName
{
color: #A8793F;
}
.AnyTagClassName
{
color: #A8793F;
}
</style>
background-color css
<style>
a { background-color: #A8793F; }
a { background-color: rgb(168,121,63); }
div.DivClassName
{
background-color: #A8793F;
}
.BgClassName
{
background-color: #A8793F;
}
</style>
border-color css
<style>
span { border-color: #A8793F; }
span { border-color: rgb(168,121,63); }
td.TdClassName
{
border-color: #A8793F;
}
.TagClassName
{
border-color: #A8793F;
}
</style>