Shades of Bourbon #A8783F
Tints of Bourbon #A8783F
RGB
CMYK
RGB Variations
Color information
#A8783F (or 0xA8783F) is known color: Bourbon. HEX triplet: A8, 78 and 3F. RGB value is (168,120,63). Sum of RGB (Red+Green+Blue) = 168+120+63=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A8783F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8783F is #5787C0. Grayscale: #808080. Windows color (decimal): -5736385 or 4159656. OLE color: 4159656.
HSL color Cylindrical-coordinate representation of color #A8783F: hue angle of 32.57º 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 #A8783F is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 120 | 63 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.34 |
| HSL | 32.57º | 0.45% | 0.45% | - |
| HSV(B) | 32.57º | 0.63% | 0.66% | - |
| XYZ | 23.76 | 22.12 | 7.72 | - |
| YUV | 127.85 | 91.4 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 63 | 0 | 0.29 | 0.63 | 0.34 | 32.57 | 0.45 | 0.45 |
| Hex | A8 | 78 | 3F | 0 | 1D | 3F | 22 | 21 | 2D | 2D |
| Octal | 250 | 170 | 77 | 0 | 35 | 77 | 42 | 41 | 55 | 55 |
| Binary | 10101000 | 1111000 | 111111 | 0 | 11101 | 111111 | 100010 | 100001 | 101101 | 101101 |
Color Harmonies of #A8783F
Complementary color
Monochromatic Colors of #A8783F
Black with #A8783F
Text Example
Text Example
White with #A8783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8783F; }
p { color: rgb(168,120,63); }
H1.HeaderClassName
{
color: #A8783F;
}
.AnyTagClassName
{
color: #A8783F;
}
</style>
background-color css
<style>
a { background-color: #A8783F; }
a { background-color: rgb(168,120,63); }
div.DivClassName
{
background-color: #A8783F;
}
.BgClassName
{
background-color: #A8783F;
}
</style>
border-color css
<style>
span { border-color: #A8783F; }
span { border-color: rgb(168,120,63); }
td.TdClassName
{
border-color: #A8783F;
}
.TagClassName
{
border-color: #A8783F;
}
</style>