Shades of Bourbon #A8693E
Tints of Bourbon #A8693E
RGB
CMYK
RGB Variations
Color information
#A8693E (or 0xA8693E) is known color: Bourbon. HEX triplet: A8, 69 and 3E. RGB value is (168,105,62). Sum of RGB (Red+Green+Blue) = 168+105+62=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A8693E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8693E is #5796C1. Grayscale: #777777. Windows color (decimal): -5740226 or 4090280. OLE color: 4090280.
HSL color Cylindrical-coordinate representation of color #A8693E: hue angle of 24.34º 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 #A8693E is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 105 | 62 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.34 |
| HSL | 24.34º | 0.46% | 0.45% | - |
| HSV(B) | 24.34º | 0.63% | 0.66% | - |
| XYZ | 22.07 | 18.78 | 7.02 | - |
| YUV | 118.94 | 95.87 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 62 | 0 | 0.38 | 0.63 | 0.34 | 24.34 | 0.46 | 0.45 |
| Hex | A8 | 69 | 3E | 0 | 26 | 3F | 22 | 18 | 2E | 2D |
| Octal | 250 | 151 | 76 | 0 | 46 | 77 | 42 | 30 | 56 | 55 |
| Binary | 10101000 | 1101001 | 111110 | 0 | 100110 | 111111 | 100010 | 11000 | 101110 | 101101 |
Color Harmonies of #A8693E
Complementary color
Monochromatic Colors of #A8693E
Black with #A8693E
Text Example
Text Example
White with #A8693E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8693E; }
p { color: rgb(168,105,62); }
H1.HeaderClassName
{
color: #A8693E;
}
.AnyTagClassName
{
color: #A8693E;
}
</style>
background-color css
<style>
a { background-color: #A8693E; }
a { background-color: rgb(168,105,62); }
div.DivClassName
{
background-color: #A8693E;
}
.BgClassName
{
background-color: #A8693E;
}
</style>
border-color css
<style>
span { border-color: #A8693E; }
span { border-color: rgb(168,105,62); }
td.TdClassName
{
border-color: #A8693E;
}
.TagClassName
{
border-color: #A8693E;
}
</style>