Shades of Bourbon #A86A46
Tints of Bourbon #A86A46
RGB
CMYK
RGB Variations
Color information
#A86A46 (or 0xA86A46) is known color: Bourbon. HEX triplet: A8, 6A and 46. RGB value is (168,106,70). Sum of RGB (Red+Green+Blue) = 168+106+70=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 168 - color contains mainly: red. Hex color #A86A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86A46 is #5795B9. Grayscale: #787878. Windows color (decimal): -5739962 or 4614824. OLE color: 4614824.
HSL color Cylindrical-coordinate representation of color #A86A46: hue angle of 22.04º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A86A46 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 106 | 70 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.34 |
| HSL | 22.04º | 0.41% | 0.47% | - |
| HSV(B) | 22.04º | 0.58% | 0.66% | - |
| XYZ | 22.41 | 19.08 | 8.3 | - |
| YUV | 120.43 | 99.54 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 70 | 0 | 0.37 | 0.58 | 0.34 | 22.04 | 0.41 | 0.47 |
| Hex | A8 | 6A | 46 | 0 | 25 | 3A | 22 | 16 | 29 | 2F |
| Octal | 250 | 152 | 106 | 0 | 45 | 72 | 42 | 26 | 51 | 57 |
| Binary | 10101000 | 1101010 | 1000110 | 0 | 100101 | 111010 | 100010 | 10110 | 101001 | 101111 |
Color Harmonies of #A86A46
Complementary color
Monochromatic Colors of #A86A46
Black with #A86A46
Text Example
Text Example
White with #A86A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86A46; }
p { color: rgb(168,106,70); }
H1.HeaderClassName
{
color: #A86A46;
}
.AnyTagClassName
{
color: #A86A46;
}
</style>
background-color css
<style>
a { background-color: #A86A46; }
a { background-color: rgb(168,106,70); }
div.DivClassName
{
background-color: #A86A46;
}
.BgClassName
{
background-color: #A86A46;
}
</style>
border-color css
<style>
span { border-color: #A86A46; }
span { border-color: rgb(168,106,70); }
td.TdClassName
{
border-color: #A86A46;
}
.TagClassName
{
border-color: #A86A46;
}
</style>