#A37147

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

Shades of Bourbon #A37147

Tints of Bourbon #A37147

Color information

#A37147 (or 0xA37147) is unknown color: approx Bourbon. HEX triplet: A3, 71 and 47. RGB value is (163,113,71). Sum of RGB (Red+Green+Blue) = 163+113+71=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A37147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37147 is #5C8EB8. Grayscale: #7B7B7B. Windows color (decimal): -6065849 or 4682147. OLE color: 4682147.

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

Color convert

RGB16311371-
CMYK00.310.560.36
HSL27.39º39.32%45.88%-
HSV(B)27.39º56.44%63.92%-
XYZ22.1520.058.66-
YUV123.1698.56156.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.97%
GREEN value IS 113 (44.53% from 255) = 32.56%
BLUE value IS 71 (28.12% from 255) = 20.46%
R=46.97%
G=32.56%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631137100.310.560.3627.3939.3245.88
HexA3714701F38241b272e
Octal2431611070377044334756
Binary101000111110001100011101111111100010010011011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37147; }

 p { color: rgb(163,113,71); }

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

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

 a { background-color: rgb(163,113,71); }

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

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

 span { border-color: rgb(163,113,71); }

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