Shades of Bourbon #A86939
Tints of Bourbon #A86939
RGB
CMYK
RGB Variations
Color information
#A86939 (or 0xA86939) is known color: Bourbon. HEX triplet: A8, 69 and 39. RGB value is (168,105,57). Sum of RGB (Red+Green+Blue) = 168+105+57=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A86939 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86939 is #5796C6. Grayscale: #767676. Windows color (decimal): -5740231 or 3762600. OLE color: 3762600.
HSL color Cylindrical-coordinate representation of color #A86939: hue angle of 25.95º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A86939 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 105 | 57 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.34 |
| HSL | 25.95º | 0.49% | 0.44% | - |
| HSV(B) | 25.95º | 0.66% | 0.66% | - |
| XYZ | 21.94 | 18.72 | 6.33 | - |
| YUV | 118.37 | 93.37 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 57 | 0 | 0.38 | 0.66 | 0.34 | 25.95 | 0.49 | 0.44 |
| Hex | A8 | 69 | 39 | 0 | 26 | 42 | 22 | 1A | 31 | 2C |
| Octal | 250 | 151 | 71 | 0 | 46 | 102 | 42 | 32 | 61 | 54 |
| Binary | 10101000 | 1101001 | 111001 | 0 | 100110 | 1000010 | 100010 | 11010 | 110001 | 101100 |
Color Harmonies of #A86939
Complementary color
Monochromatic Colors of #A86939
Black with #A86939
Text Example
Text Example
White with #A86939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86939; }
p { color: rgb(168,105,57); }
H1.HeaderClassName
{
color: #A86939;
}
.AnyTagClassName
{
color: #A86939;
}
</style>
background-color css
<style>
a { background-color: #A86939; }
a { background-color: rgb(168,105,57); }
div.DivClassName
{
background-color: #A86939;
}
.BgClassName
{
background-color: #A86939;
}
</style>
border-color css
<style>
span { border-color: #A86939; }
span { border-color: rgb(168,105,57); }
td.TdClassName
{
border-color: #A86939;
}
.TagClassName
{
border-color: #A86939;
}
</style>