Shades of Bourbon #A47440
Tints of Bourbon #A47440
RGB
CMYK
RGB Variations
Color information
#A47440 (or 0xA47440) is known color: Bourbon. HEX triplet: A4, 74 and 40. RGB value is (164,116,64). Sum of RGB (Red+Green+Blue) = 164+116+64=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A47440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47440 is #5B8BBF. Grayscale: #7C7C7C. Windows color (decimal): -5999552 or 4224164. OLE color: 4224164.
HSL color Cylindrical-coordinate representation of color #A47440: hue angle of 31.2º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A47440 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 116 | 64 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.36 |
| HSL | 31.2º | 0.44% | 0.45% | - |
| HSV(B) | 31.2º | 0.61% | 0.64% | - |
| XYZ | 22.48 | 20.75 | 7.67 | - |
| YUV | 124.42 | 93.9 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 116 | 64 | 0 | 0.29 | 0.61 | 0.36 | 31.2 | 0.44 | 0.45 |
| Hex | A4 | 74 | 40 | 0 | 1D | 3D | 24 | 1F | 2C | 2D |
| Octal | 244 | 164 | 100 | 0 | 35 | 75 | 44 | 37 | 54 | 55 |
| Binary | 10100100 | 1110100 | 1000000 | 0 | 11101 | 111101 | 100100 | 11111 | 101100 | 101101 |
Color Harmonies of #A47440
Complementary color
Monochromatic Colors of #A47440
Black with #A47440
Text Example
Text Example
White with #A47440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47440; }
p { color: rgb(164,116,64); }
H1.HeaderClassName
{
color: #A47440;
}
.AnyTagClassName
{
color: #A47440;
}
</style>
background-color css
<style>
a { background-color: #A47440; }
a { background-color: rgb(164,116,64); }
div.DivClassName
{
background-color: #A47440;
}
.BgClassName
{
background-color: #A47440;
}
</style>
border-color css
<style>
span { border-color: #A47440; }
span { border-color: rgb(164,116,64); }
td.TdClassName
{
border-color: #A47440;
}
.TagClassName
{
border-color: #A47440;
}
</style>