Shades of Bourbon #A8783E
Tints of Bourbon #A8783E
RGB
CMYK
RGB Variations
Color information
#A8783E (or 0xA8783E) is known color: Bourbon. HEX triplet: A8, 78 and 3E. RGB value is (168,120,62). Sum of RGB (Red+Green+Blue) = 168+120+62=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A8783E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8783E is #5787C1. Grayscale: #808080. Windows color (decimal): -5736386 or 4094120. OLE color: 4094120.
HSL color Cylindrical-coordinate representation of color #A8783E: hue angle of 32.83º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8783E is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 120 | 62 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.34 |
| HSL | 32.83º | 0.46% | 0.45% | - |
| HSV(B) | 32.83º | 0.63% | 0.66% | - |
| XYZ | 23.73 | 22.11 | 7.57 | - |
| YUV | 127.74 | 90.9 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 62 | 0 | 0.29 | 0.63 | 0.34 | 32.83 | 0.46 | 0.45 |
| Hex | A8 | 78 | 3E | 0 | 1D | 3F | 22 | 21 | 2E | 2D |
| Octal | 250 | 170 | 76 | 0 | 35 | 77 | 42 | 41 | 56 | 55 |
| Binary | 10101000 | 1111000 | 111110 | 0 | 11101 | 111111 | 100010 | 100001 | 101110 | 101101 |
Color Harmonies of #A8783E
Complementary color
Monochromatic Colors of #A8783E
Black with #A8783E
Text Example
Text Example
White with #A8783E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8783E; }
p { color: rgb(168,120,62); }
H1.HeaderClassName
{
color: #A8783E;
}
.AnyTagClassName
{
color: #A8783E;
}
</style>
background-color css
<style>
a { background-color: #A8783E; }
a { background-color: rgb(168,120,62); }
div.DivClassName
{
background-color: #A8783E;
}
.BgClassName
{
background-color: #A8783E;
}
</style>
border-color css
<style>
span { border-color: #A8783E; }
span { border-color: rgb(168,120,62); }
td.TdClassName
{
border-color: #A8783E;
}
.TagClassName
{
border-color: #A8783E;
}
</style>