Shades of Bourbon #A86F44
Tints of Bourbon #A86F44
RGB
CMYK
RGB Variations
Color information
#A86F44 (or 0xA86F44) is known color: Bourbon. HEX triplet: A8, 6F and 44. RGB value is (168,111,68). Sum of RGB (Red+Green+Blue) = 168+111+68=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A86F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86F44 is #5790BB. Grayscale: #7B7B7B. Windows color (decimal): -5738684 or 4485032. OLE color: 4485032.
HSL color Cylindrical-coordinate representation of color #A86F44: hue angle of 25.8º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A86F44 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 111 | 68 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.34 |
| HSL | 25.8º | 0.42% | 0.46% | - |
| HSV(B) | 25.8º | 0.6% | 0.66% | - |
| XYZ | 22.88 | 20.11 | 8.14 | - |
| YUV | 123.14 | 96.88 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 111 | 68 | 0 | 0.34 | 0.60 | 0.34 | 25.8 | 0.42 | 0.46 |
| Hex | A8 | 6F | 44 | 0 | 22 | 3C | 22 | 1A | 2A | 2E |
| Octal | 250 | 157 | 104 | 0 | 42 | 74 | 42 | 32 | 52 | 56 |
| Binary | 10101000 | 1101111 | 1000100 | 0 | 100010 | 111100 | 100010 | 11010 | 101010 | 101110 |
Color Harmonies of #A86F44
Complementary color
Monochromatic Colors of #A86F44
Black with #A86F44
Text Example
Text Example
White with #A86F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86F44; }
p { color: rgb(168,111,68); }
H1.HeaderClassName
{
color: #A86F44;
}
.AnyTagClassName
{
color: #A86F44;
}
</style>
background-color css
<style>
a { background-color: #A86F44; }
a { background-color: rgb(168,111,68); }
div.DivClassName
{
background-color: #A86F44;
}
.BgClassName
{
background-color: #A86F44;
}
</style>
border-color css
<style>
span { border-color: #A86F44; }
span { border-color: rgb(168,111,68); }
td.TdClassName
{
border-color: #A86F44;
}
.TagClassName
{
border-color: #A86F44;
}
</style>