Shades of Bourbon #A8713E
Tints of Bourbon #A8713E
RGB
CMYK
RGB Variations
Color information
#A8713E (or 0xA8713E) is known color: Bourbon. HEX triplet: A8, 71 and 3E. RGB value is (168,113,62). Sum of RGB (Red+Green+Blue) = 168+113+62=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 62 (24.61% from 255 or 18.08% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A8713E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8713E is #578EC1. Grayscale: #7B7B7B. Windows color (decimal): -5738178 or 4092328. OLE color: 4092328.
HSL color Cylindrical-coordinate representation of color #A8713E: hue angle of 28.87º 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 #A8713E is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 113 | 62 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.34 |
| HSL | 28.87º | 0.46% | 0.45% | - |
| HSV(B) | 28.87º | 0.63% | 0.66% | - |
| XYZ | 22.92 | 20.48 | 7.3 | - |
| YUV | 123.63 | 93.22 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 62 | 0 | 0.33 | 0.63 | 0.34 | 28.87 | 0.46 | 0.45 |
| Hex | A8 | 71 | 3E | 0 | 21 | 3F | 22 | 1D | 2E | 2D |
| Octal | 250 | 161 | 76 | 0 | 41 | 77 | 42 | 35 | 56 | 55 |
| Binary | 10101000 | 1110001 | 111110 | 0 | 100001 | 111111 | 100010 | 11101 | 101110 | 101101 |
Color Harmonies of #A8713E
Complementary color
Monochromatic Colors of #A8713E
Black with #A8713E
Text Example
Text Example
White with #A8713E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8713E; }
p { color: rgb(168,113,62); }
H1.HeaderClassName
{
color: #A8713E;
}
.AnyTagClassName
{
color: #A8713E;
}
</style>
background-color css
<style>
a { background-color: #A8713E; }
a { background-color: rgb(168,113,62); }
div.DivClassName
{
background-color: #A8713E;
}
.BgClassName
{
background-color: #A8713E;
}
</style>
border-color css
<style>
span { border-color: #A8713E; }
span { border-color: rgb(168,113,62); }
td.TdClassName
{
border-color: #A8713E;
}
.TagClassName
{
border-color: #A8713E;
}
</style>