Shades of Bourbon #A46D3C
Tints of Bourbon #A46D3C
RGB
CMYK
RGB Variations
Color information
#A46D3C (or 0xA46D3C) is known color: Bourbon. HEX triplet: A4, 6D and 3C. RGB value is (164,109,60). Sum of RGB (Red+Green+Blue) = 164+109+60=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46D3C is #5B92C3. Grayscale: #787878. Windows color (decimal): -6001348 or 3960228. OLE color: 3960228.
HSL color Cylindrical-coordinate representation of color #A46D3C: hue angle of 28.27º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A46D3C is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 109 | 60 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.36 |
| HSL | 28.27º | 0.46% | 0.44% | - |
| HSV(B) | 28.27º | 0.63% | 0.64% | - |
| XYZ | 21.59 | 19.16 | 6.83 | - |
| YUV | 119.86 | 94.22 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 60 | 0 | 0.34 | 0.63 | 0.36 | 28.27 | 0.46 | 0.44 |
| Hex | A4 | 6D | 3C | 0 | 22 | 3F | 24 | 1C | 2E | 2C |
| Octal | 244 | 155 | 74 | 0 | 42 | 77 | 44 | 34 | 56 | 54 |
| Binary | 10100100 | 1101101 | 111100 | 0 | 100010 | 111111 | 100100 | 11100 | 101110 | 101100 |
Color Harmonies of #A46D3C
Complementary color
Monochromatic Colors of #A46D3C
Black with #A46D3C
Text Example
Text Example
White with #A46D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46D3C; }
p { color: rgb(164,109,60); }
H1.HeaderClassName
{
color: #A46D3C;
}
.AnyTagClassName
{
color: #A46D3C;
}
</style>
background-color css
<style>
a { background-color: #A46D3C; }
a { background-color: rgb(164,109,60); }
div.DivClassName
{
background-color: #A46D3C;
}
.BgClassName
{
background-color: #A46D3C;
}
</style>
border-color css
<style>
span { border-color: #A46D3C; }
span { border-color: rgb(164,109,60); }
td.TdClassName
{
border-color: #A46D3C;
}
.TagClassName
{
border-color: #A46D3C;
}
</style>