#A57146

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

Shades of Bourbon #A57146

Tints of Bourbon #A57146

Color information

#A57146 (or 0xA57146) is unknown color: approx Bourbon. HEX triplet: A5, 71 and 46. RGB value is (165,113,70). Sum of RGB (Red+Green+Blue) = 165+113+70=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A57146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57146 is #5A8EB9. Grayscale: #7B7B7B. Windows color (decimal): -5934778 or 4616613. OLE color: 4616613.

HSL color Cylindrical-coordinate representation of color #A57146: hue angle of 27.16º 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 #A57146 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB16511370-
CMYK00.320.580.35
HSL27.16º40.43%46.08%-
HSV(B)27.16º57.58%64.71%-
XYZ22.5320.258.52-
YUV123.6597.73157.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.41%
GREEN value IS 113 (44.53% from 255) = 32.47%
BLUE value IS 70 (27.73% from 255) = 20.11%
R=47.41%
G=32.47%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651137000.320.580.3527.1640.4346.08
HexA571460203A231b282e
Octal2451611060407243335056
Binary1010010111100011000110010000011101010001111011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57146; }

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

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

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

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

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

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

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

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