Shades of Bourbon #A06F42
Tints of Bourbon #A06F42
RGB
CMYK
RGB Variations
Color information
#A06F42 (or 0xA06F42) is known color: Bourbon. HEX triplet: A0, 6F and 42. RGB value is (160,111,66). Sum of RGB (Red+Green+Blue) = 160+111+66=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06F42 is #5F90BD. Grayscale: #787878. Windows color (decimal): -6262974 or 4353952. OLE color: 4353952.
HSL color Cylindrical-coordinate representation of color #A06F42: hue angle of 28.72º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A06F42 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 111 | 66 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.37 |
| HSL | 28.72º | 0.42% | 0.44% | - |
| HSV(B) | 28.72º | 0.59% | 0.63% | - |
| XYZ | 21.17 | 19.24 | 7.75 | - |
| YUV | 120.52 | 97.23 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 66 | 0 | 0.31 | 0.59 | 0.37 | 28.72 | 0.42 | 0.44 |
| Hex | A0 | 6F | 42 | 0 | 1F | 3B | 25 | 1D | 2A | 2C |
| Octal | 240 | 157 | 102 | 0 | 37 | 73 | 45 | 35 | 52 | 54 |
| Binary | 10100000 | 1101111 | 1000010 | 0 | 11111 | 111011 | 100101 | 11101 | 101010 | 101100 |
Color Harmonies of #A06F42
Complementary color
Monochromatic Colors of #A06F42
Black with #A06F42
Text Example
Text Example
White with #A06F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06F42; }
p { color: rgb(160,111,66); }
H1.HeaderClassName
{
color: #A06F42;
}
.AnyTagClassName
{
color: #A06F42;
}
</style>
background-color css
<style>
a { background-color: #A06F42; }
a { background-color: rgb(160,111,66); }
div.DivClassName
{
background-color: #A06F42;
}
.BgClassName
{
background-color: #A06F42;
}
</style>
border-color css
<style>
span { border-color: #A06F42; }
span { border-color: rgb(160,111,66); }
td.TdClassName
{
border-color: #A06F42;
}
.TagClassName
{
border-color: #A06F42;
}
</style>