Shades of Bourbon #A46F46
Tints of Bourbon #A46F46
RGB
CMYK
RGB Variations
Color information
#A46F46 (or 0xA46F46) is known color: Bourbon. HEX triplet: A4, 6F and 46. RGB value is (164,111,70). Sum of RGB (Red+Green+Blue) = 164+111+70=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46F46 is #5B90B9. Grayscale: #7A7A7A. Windows color (decimal): -6000826 or 4616100. OLE color: 4616100.
HSL color Cylindrical-coordinate representation of color #A46F46: hue angle of 26.17º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A46F46 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 111 | 70 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.36 |
| HSL | 26.17º | 0.4% | 0.46% | - |
| HSV(B) | 26.17º | 0.57% | 0.64% | - |
| XYZ | 22.1 | 19.7 | 8.43 | - |
| YUV | 122.17 | 98.56 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 111 | 70 | 0 | 0.32 | 0.57 | 0.36 | 26.17 | 0.4 | 0.46 |
| Hex | A4 | 6F | 46 | 0 | 20 | 39 | 24 | 1A | 28 | 2E |
| Octal | 244 | 157 | 106 | 0 | 40 | 71 | 44 | 32 | 50 | 56 |
| Binary | 10100100 | 1101111 | 1000110 | 0 | 100000 | 111001 | 100100 | 11010 | 101000 | 101110 |
Color Harmonies of #A46F46
Complementary color
Monochromatic Colors of #A46F46
Black with #A46F46
Text Example
Text Example
White with #A46F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46F46; }
p { color: rgb(164,111,70); }
H1.HeaderClassName
{
color: #A46F46;
}
.AnyTagClassName
{
color: #A46F46;
}
</style>
background-color css
<style>
a { background-color: #A46F46; }
a { background-color: rgb(164,111,70); }
div.DivClassName
{
background-color: #A46F46;
}
.BgClassName
{
background-color: #A46F46;
}
</style>
border-color css
<style>
span { border-color: #A46F46; }
span { border-color: rgb(164,111,70); }
td.TdClassName
{
border-color: #A46F46;
}
.TagClassName
{
border-color: #A46F46;
}
</style>