Shades of Bourbon #A57043
Tints of Bourbon #A57043
RGB
CMYK
RGB Variations
Color information
#A57043 (or 0xA57043) is known color: Bourbon. HEX triplet: A5, 70 and 43. RGB value is (165,112,67). Sum of RGB (Red+Green+Blue) = 165+112+67=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 67 (26.56% from 255 or 19.48% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A57043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57043 is #5A8FBC. Grayscale: #7A7A7A. Windows color (decimal): -5935037 or 4419749. OLE color: 4419749.
HSL color Cylindrical-coordinate representation of color #A57043: hue angle of 27.55º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A57043 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 112 | 67 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.35 |
| HSL | 27.55º | 0.42% | 0.45% | - |
| HSV(B) | 27.55º | 0.59% | 0.65% | - |
| XYZ | 22.32 | 19.99 | 7.99 | - |
| YUV | 122.72 | 96.56 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 112 | 67 | 0 | 0.32 | 0.59 | 0.35 | 27.55 | 0.42 | 0.45 |
| Hex | A5 | 70 | 43 | 0 | 20 | 3B | 23 | 1C | 2A | 2D |
| Octal | 245 | 160 | 103 | 0 | 40 | 73 | 43 | 34 | 52 | 55 |
| Binary | 10100101 | 1110000 | 1000011 | 0 | 100000 | 111011 | 100011 | 11100 | 101010 | 101101 |
Color Harmonies of #A57043
Complementary color
Monochromatic Colors of #A57043
Black with #A57043
Text Example
Text Example
White with #A57043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57043; }
p { color: rgb(165,112,67); }
H1.HeaderClassName
{
color: #A57043;
}
.AnyTagClassName
{
color: #A57043;
}
</style>
background-color css
<style>
a { background-color: #A57043; }
a { background-color: rgb(165,112,67); }
div.DivClassName
{
background-color: #A57043;
}
.BgClassName
{
background-color: #A57043;
}
</style>
border-color css
<style>
span { border-color: #A57043; }
span { border-color: rgb(165,112,67); }
td.TdClassName
{
border-color: #A57043;
}
.TagClassName
{
border-color: #A57043;
}
</style>