Shades of Bourbon #A46D3B
Tints of Bourbon #A46D3B
RGB
CMYK
RGB Variations
Color information
#A46D3B (or 0xA46D3B) is known color: Bourbon. HEX triplet: A4, 6D and 3B. RGB value is (164,109,59). Sum of RGB (Red+Green+Blue) = 164+109+59=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46D3B is #5B92C4. Grayscale: #777777. Windows color (decimal): -6001349 or 3894692. OLE color: 3894692.
HSL color Cylindrical-coordinate representation of color #A46D3B: hue angle of 28.57º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A46D3B is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 109 | 59 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.36 |
| HSL | 28.57º | 0.47% | 0.44% | - |
| HSV(B) | 28.57º | 0.64% | 0.64% | - |
| XYZ | 21.57 | 19.15 | 6.7 | - |
| YUV | 119.75 | 93.72 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 59 | 0 | 0.34 | 0.64 | 0.36 | 28.57 | 0.47 | 0.44 |
| Hex | A4 | 6D | 3B | 0 | 22 | 40 | 24 | 1D | 2F | 2C |
| Octal | 244 | 155 | 73 | 0 | 42 | 100 | 44 | 35 | 57 | 54 |
| Binary | 10100100 | 1101101 | 111011 | 0 | 100010 | 1000000 | 100100 | 11101 | 101111 | 101100 |
Color Harmonies of #A46D3B
Complementary color
Monochromatic Colors of #A46D3B
Black with #A46D3B
Text Example
Text Example
White with #A46D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46D3B; }
p { color: rgb(164,109,59); }
H1.HeaderClassName
{
color: #A46D3B;
}
.AnyTagClassName
{
color: #A46D3B;
}
</style>
background-color css
<style>
a { background-color: #A46D3B; }
a { background-color: rgb(164,109,59); }
div.DivClassName
{
background-color: #A46D3B;
}
.BgClassName
{
background-color: #A46D3B;
}
</style>
border-color css
<style>
span { border-color: #A46D3B; }
span { border-color: rgb(164,109,59); }
td.TdClassName
{
border-color: #A46D3B;
}
.TagClassName
{
border-color: #A46D3B;
}
</style>