#A57346

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

Shades of Bourbon #A57346

Tints of Bourbon #A57346

Color information

#A57346 (or 0xA57346) is unknown color: approx Bourbon. HEX triplet: A5, 73 and 46. RGB value is (165,115,70). Sum of RGB (Red+Green+Blue) = 165+115+70=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A57346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57346 is #5A8CB9. Grayscale: #7D7D7D. Windows color (decimal): -5934266 or 4617125. OLE color: 4617125.

HSL color Cylindrical-coordinate representation of color #A57346: hue angle of 28.42º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A57346 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB16511570-
CMYK00.300.580.35
HSL28.42º40.43%46.08%-
HSV(B)28.42º57.58%64.71%-
XYZ22.7520.78.59-
YUV124.8297.06156.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.14%
GREEN value IS 115 (45.31% from 255) = 32.86%
BLUE value IS 70 (27.73% from 255) = 20%
R=47.14%
G=32.86%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651157000.300.580.3528.4240.4346.08
HexA5734601E3A231c282e
Octal2451631060367243345056
Binary101001011110011100011001111011101010001111100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57346; }

 p { color: rgb(165,115,70); }

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

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

 a { background-color: rgb(165,115,70); }

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

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

 span { border-color: rgb(165,115,70); }

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