Shades of Bourbon #A8733E
Tints of Bourbon #A8733E
RGB
CMYK
RGB Variations
Color information
#A8733E (or 0xA8733E) is known color: Bourbon. HEX triplet: A8, 73 and 3E. RGB value is (168,115,62). Sum of RGB (Red+Green+Blue) = 168+115+62=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A8733E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8733E is #578CC1. Grayscale: #7D7D7D. Windows color (decimal): -5737666 or 4092840. OLE color: 4092840.
HSL color Cylindrical-coordinate representation of color #A8733E: hue angle of 30º 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 #A8733E is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 115 | 62 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.34 |
| HSL | 30º | 0.46% | 0.45% | - |
| HSV(B) | 30º | 0.63% | 0.66% | - |
| XYZ | 23.15 | 20.93 | 7.38 | - |
| YUV | 124.81 | 92.56 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 62 | 0 | 0.32 | 0.63 | 0.34 | 30 | 0.46 | 0.45 |
| Hex | A8 | 73 | 3E | 0 | 20 | 3F | 22 | 1E | 2E | 2D |
| Octal | 250 | 163 | 76 | 0 | 40 | 77 | 42 | 36 | 56 | 55 |
| Binary | 10101000 | 1110011 | 111110 | 0 | 100000 | 111111 | 100010 | 11110 | 101110 | 101101 |
Color Harmonies of #A8733E
Complementary color
Monochromatic Colors of #A8733E
Black with #A8733E
Text Example
Text Example
White with #A8733E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8733E; }
p { color: rgb(168,115,62); }
H1.HeaderClassName
{
color: #A8733E;
}
.AnyTagClassName
{
color: #A8733E;
}
</style>
background-color css
<style>
a { background-color: #A8733E; }
a { background-color: rgb(168,115,62); }
div.DivClassName
{
background-color: #A8733E;
}
.BgClassName
{
background-color: #A8733E;
}
</style>
border-color css
<style>
span { border-color: #A8733E; }
span { border-color: rgb(168,115,62); }
td.TdClassName
{
border-color: #A8733E;
}
.TagClassName
{
border-color: #A8733E;
}
</style>