Shades of Bourbon #A8673E
Tints of Bourbon #A8673E
RGB
CMYK
RGB Variations
Color information
#A8673E (or 0xA8673E) is known color: Bourbon. HEX triplet: A8, 67 and 3E. RGB value is (168,103,62). Sum of RGB (Red+Green+Blue) = 168+103+62=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A8673E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8673E is #5798C1. Grayscale: #757575. Windows color (decimal): -5740738 or 4089768. OLE color: 4089768.
HSL color Cylindrical-coordinate representation of color #A8673E: hue angle of 23.21º 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 #A8673E is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 103 | 62 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.34 |
| HSL | 23.21º | 0.46% | 0.45% | - |
| HSV(B) | 23.21º | 0.63% | 0.66% | - |
| XYZ | 21.87 | 18.37 | 6.95 | - |
| YUV | 117.76 | 96.53 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 62 | 0 | 0.39 | 0.63 | 0.34 | 23.21 | 0.46 | 0.45 |
| Hex | A8 | 67 | 3E | 0 | 27 | 3F | 22 | 17 | 2E | 2D |
| Octal | 250 | 147 | 76 | 0 | 47 | 77 | 42 | 27 | 56 | 55 |
| Binary | 10101000 | 1100111 | 111110 | 0 | 100111 | 111111 | 100010 | 10111 | 101110 | 101101 |
Color Harmonies of #A8673E
Complementary color
Monochromatic Colors of #A8673E
Black with #A8673E
Text Example
Text Example
White with #A8673E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8673E; }
p { color: rgb(168,103,62); }
H1.HeaderClassName
{
color: #A8673E;
}
.AnyTagClassName
{
color: #A8673E;
}
</style>
background-color css
<style>
a { background-color: #A8673E; }
a { background-color: rgb(168,103,62); }
div.DivClassName
{
background-color: #A8673E;
}
.BgClassName
{
background-color: #A8673E;
}
</style>
border-color css
<style>
span { border-color: #A8673E; }
span { border-color: rgb(168,103,62); }
td.TdClassName
{
border-color: #A8673E;
}
.TagClassName
{
border-color: #A8673E;
}
</style>