#A57249

Color #A57249 Bourbon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bourbon #A57249

Tints of Bourbon #A57249

Color information

#A57249 (or 0xA57249) is unknown color: approx Bourbon. HEX triplet: A5, 72 and 49. RGB value is (165,114,73). Sum of RGB (Red+Green+Blue) = 165+114+73=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A57249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57249 is #5A8DB6. Grayscale: #7C7C7C. Windows color (decimal): -5934519 or 4813477. OLE color: 4813477.

HSL color Cylindrical-coordinate representation of color #A57249: hue angle of 26.74º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A57249 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB16511473-
CMYK00.310.560.35
HSL26.74º38.66%46.67%-
HSV(B)26.74º55.76%64.71%-
XYZ22.7420.519.06-
YUV124.5798.9156.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 46.88%
GREEN value IS 114 (44.92% from 255) = 32.39%
BLUE value IS 73 (28.91% from 255) = 20.74%
R=46.88%
G=32.39%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651147300.310.560.3526.7438.6646.67
HexA5724901F38231b272f
Octal2451621110377043334757
Binary101001011110010100100101111111100010001111011100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57249; }

 p { color: rgb(165,114,73); }

 H1.HeaderClassName
 {
   color: #A57249;
 }
 .AnyTagClassName
 {
   color: #A57249;
 }
</style>
background-color css

<style>
 a { background-color: #A57249; }

 a { background-color: rgb(165,114,73); }

 div.DivClassName
 {
   background-color: #A57249;
 }
 .BgClassName
 {
   background-color: #A57249;
 }
</style>
border-color css

<style>
 span { border-color: #A57249; }

 span { border-color: rgb(165,114,73); }

 td.TdClassName
 {
   border-color: #A57249;
 }
 .TagClassName
 {
   border-color: #A57249;
 }
</style>