Shades of Bourbon #A46D41
Tints of Bourbon #A46D41
RGB
CMYK
RGB Variations
Color information
#A46D41 (or 0xA46D41) is known color: Bourbon. HEX triplet: A4, 6D and 41. RGB value is (164,109,65). Sum of RGB (Red+Green+Blue) = 164+109+65=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46D41 is #5B92BE. Grayscale: #787878. Windows color (decimal): -6001343 or 4287908. OLE color: 4287908.
HSL color Cylindrical-coordinate representation of color #A46D41: hue angle of 26.67º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A46D41 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 109 | 65 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.36 |
| HSL | 26.67º | 0.43% | 0.45% | - |
| HSV(B) | 26.67º | 0.6% | 0.64% | - |
| XYZ | 21.73 | 19.21 | 7.56 | - |
| YUV | 120.43 | 96.72 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 65 | 0 | 0.34 | 0.60 | 0.36 | 26.67 | 0.43 | 0.45 |
| Hex | A4 | 6D | 41 | 0 | 22 | 3C | 24 | 1B | 2B | 2D |
| Octal | 244 | 155 | 101 | 0 | 42 | 74 | 44 | 33 | 53 | 55 |
| Binary | 10100100 | 1101101 | 1000001 | 0 | 100010 | 111100 | 100100 | 11011 | 101011 | 101101 |
Color Harmonies of #A46D41
Complementary color
Monochromatic Colors of #A46D41
Black with #A46D41
Text Example
Text Example
White with #A46D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46D41; }
p { color: rgb(164,109,65); }
H1.HeaderClassName
{
color: #A46D41;
}
.AnyTagClassName
{
color: #A46D41;
}
</style>
background-color css
<style>
a { background-color: #A46D41; }
a { background-color: rgb(164,109,65); }
div.DivClassName
{
background-color: #A46D41;
}
.BgClassName
{
background-color: #A46D41;
}
</style>
border-color css
<style>
span { border-color: #A46D41; }
span { border-color: rgb(164,109,65); }
td.TdClassName
{
border-color: #A46D41;
}
.TagClassName
{
border-color: #A46D41;
}
</style>