Shades of Bourbon #A06F44
Tints of Bourbon #A06F44
RGB
CMYK
RGB Variations
Color information
#A06F44 (or 0xA06F44) is known color: Bourbon. HEX triplet: A0, 6F and 44. RGB value is (160,111,68). Sum of RGB (Red+Green+Blue) = 160+111+68=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06F44 is #5F90BB. Grayscale: #787878. Windows color (decimal): -6262972 or 4485024. OLE color: 4485024.
HSL color Cylindrical-coordinate representation of color #A06F44: hue angle of 28.04º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A06F44 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 111 | 68 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.37 |
| HSL | 28.04º | 0.4% | 0.45% | - |
| HSV(B) | 28.04º | 0.58% | 0.63% | - |
| XYZ | 21.23 | 19.26 | 8.07 | - |
| YUV | 120.75 | 98.23 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 68 | 0 | 0.31 | 0.57 | 0.37 | 28.04 | 0.4 | 0.45 |
| Hex | A0 | 6F | 44 | 0 | 1F | 39 | 25 | 1C | 28 | 2D |
| Octal | 240 | 157 | 104 | 0 | 37 | 71 | 45 | 34 | 50 | 55 |
| Binary | 10100000 | 1101111 | 1000100 | 0 | 11111 | 111001 | 100101 | 11100 | 101000 | 101101 |
Color Harmonies of #A06F44
Complementary color
Monochromatic Colors of #A06F44
Black with #A06F44
Text Example
Text Example
White with #A06F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06F44; }
p { color: rgb(160,111,68); }
H1.HeaderClassName
{
color: #A06F44;
}
.AnyTagClassName
{
color: #A06F44;
}
</style>
background-color css
<style>
a { background-color: #A06F44; }
a { background-color: rgb(160,111,68); }
div.DivClassName
{
background-color: #A06F44;
}
.BgClassName
{
background-color: #A06F44;
}
</style>
border-color css
<style>
span { border-color: #A06F44; }
span { border-color: rgb(160,111,68); }
td.TdClassName
{
border-color: #A06F44;
}
.TagClassName
{
border-color: #A06F44;
}
</style>